-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathCONFIG.json
32 lines (30 loc) · 1013 Bytes
/
CONFIG.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"blacklist": [
"hashCode",
"toString",
"DateTimeFormatterBuilder",
"access$",
"compareTo",
"Iterator",
"clinit",
"contains"
],
"poly": [
"java.awt.geom.Ellipse2D,java.awt.Shape",
"java.awt.geom.Rectangle2D,java.awt.Shape",
"org.joda.time.LocalDate,org.joda.time.ReadablePartial",
"org.joda.time.DateTime,org.joda.time.ReadableInstant",
"org.w3c.dom.Element,org.w3c.dom.Node",
"org.jsoup.nodes.Document,org.jsoup.nodes.Element",
"java.io.StringReader,java.io.Reader",
"org.joda.time.DateTime,org.joda.time.base.AbstractDateTime",
"org.w3c.dom.Document,java.lang.Object",
"org.joda.time.DateTime$Property,org.joda.time.field.AbstractReadableInstantFieldProperty",
"org.apache.commons.math.linear.SingularValueDecompositionImpl,org.apache.commons.math.linear.SingularValueDecomposition"
],
"buildinPkg": [
"java.io.StringReader",
"org.apache.commons.math.stat.regression",
"org.apache.commons.math3.geometry.euclidean.twod"
]
}