FindBugs Bug Detector Report
The following document contains the results of FindBugs
FindBugs Version is 3.0.0
Threshold is medium
Effort is min
 
Summary
| Classes | 
Bugs | 
Errors | 
Missing Classes | 
| 54 | 
4 | 
0 | 
0 | 
 
org.apache.johnzon.core.JsonChars
| Bug | 
Category | 
Details | 
Line | 
Priority | 
| org.apache.johnzon.core.JsonChars.EVT_MAP should be moved out of an interface and made package protected | 
MALICIOUS_CODE | 
MS_OOI_PKGPROTECT | 
80 | 
Medium | 
 
org.apache.johnzon.core.JsonDoubleImpl
| Bug | 
Category | 
Details | 
Line | 
Priority | 
| org.apache.johnzon.core.JsonDoubleImpl.equals(Object) is unusual | 
STYLE | 
EQ_UNUSUAL | 
100 | 
Medium | 
 
org.apache.johnzon.core.JsonGeneratorImpl
| Bug | 
Category | 
Details | 
Line | 
Priority | 
| org.apache.johnzon.core.JsonGeneratorImpl is Serializable; consider declaring a serialVersionUID | 
BAD_PRACTICE | 
SE_NO_SERIALVERSIONID | 
44 | 
Medium | 
 
org.apache.johnzon.core.JsonLongImpl
| Bug | 
Category | 
Details | 
Line | 
Priority | 
| org.apache.johnzon.core.JsonLongImpl.equals(Object) is unusual | 
STYLE | 
EQ_UNUSUAL | 
95 | 
Medium |