{
"total": 2,
"p": 1,
"ps": 10,
"rules": [
{
"key": "squid:Do_not_use_org_h2_util_StringUtils",
"name": "Do not use org.h2.util.StringUtils",
"severity": "MAJOR",
"params": [
{
"key": "fromClasses",
"htmlDesc": "Optional. If this property is not defined, all classes should adhere to this constraint. Ex : *.web.*",
"type": "STRING",
"defaultValue": ""
},
{
"key": "toClasses",
"htmlDesc": "Mandatory. Ex : java.util.Vector, java.util.Hashtable, java.util.Enumeration",
"type": "STRING",
"defaultValue": "org.h2.util.StringUtils"
}
]
},
{
"key": "squid:Do_not_use_edu_emory_mathcs_backport_java_util_Collections",
"name": "Do not use edu.emory.mathcs.backport.java.util.Collections",
"severity": "MAJOR",
"params": [
{
"key": "fromClasses",
"htmlDesc": "Optional. If this property is not defined, all classes should adhere to this constraint. Ex : *.web.*",
"type": "STRING",
"defaultValue": ""
},
{
"key": "toClasses",
"htmlDesc": "Mandatory. Ex : java.util.Vector, java.util.Hashtable, java.util.Enumeration",
"type": "STRING",
"defaultValue": "edu.emory.mathcs.backport.java.util.Collections"
}
]
}
]
}