PMD Results
The following document contains the results of PMD 6.46.0.
Violations By Priority
Priority 3
org/joda/beans/Bean.java
Rule |
Violation |
Line |
UnnecessaryModifier |
Unnecessary modifiers 'public abstract' on method 'metaBean': the method is declared in an interface type |
38 |
UnnecessaryModifier |
Unnecessary modifier 'public' on method 'property': the method is declared in an interface type |
54–56 |
UnnecessaryModifier |
Unnecessary modifier 'public' on method 'propertyNames': the method is declared in an interface type |
66–68 |
org/joda/beans/BeanBuilder.java
Rule |
Violation |
Line |
UnnecessaryModifier |
Unnecessary modifiers 'public abstract' on method 'get': the method is declared in an interface type |
34 |
UnnecessaryModifier |
Unnecessary modifiers 'public abstract' on method 'get': the method is declared in an interface type |
44 |
UnnecessaryModifier |
Unnecessary modifiers 'public abstract' on method 'set': the method is declared in an interface type |
57 |
UnnecessaryModifier |
Unnecessary modifiers 'public abstract' on method 'set': the method is declared in an interface type |
70 |
UnnecessaryModifier |
Unnecessary modifiers 'public abstract' on method 'build': the method is declared in an interface type |
80 |
org/joda/beans/DynamicBean.java
Rule |
Violation |
Line |
UnnecessaryModifier |
Unnecessary modifiers 'public abstract' on method 'metaBean': the method is declared in an interface type |
34 |
UnnecessaryModifier |
Unnecessary modifiers 'public abstract' on method 'property': the method is declared in an interface type |
47 |
UnnecessaryModifier |
Unnecessary modifiers 'public abstract' on method 'propertyDefine': the method is declared in an interface type |
58 |
UnnecessaryModifier |
Unnecessary modifiers 'public abstract' on method 'propertyRemove': the method is declared in an interface type |
65 |
Rule |
Violation |
Line |
UnnecessaryModifier |
Unnecessary modifiers 'public abstract' on method 'builder': the method is declared in an interface type |
36 |
UnnecessaryModifier |
Unnecessary modifiers 'public abstract' on method 'beanType': the method is declared in an interface type |
44 |
UnnecessaryModifier |
Unnecessary modifiers 'public abstract' on method 'metaProperty': the method is declared in an interface type |
57 |
UnnecessaryModifier |
Unnecessary modifiers 'public abstract' on method 'metaPropertyDefine': the method is declared in an interface type |
69 |
UnnecessaryModifier |
Unnecessary modifiers 'public abstract' on method 'metaPropertyRemove': the method is declared in an interface type |
76 |
org/joda/beans/JodaBeanUtils.java
Rule |
Violation |
Line |
CollapsibleIfStatements |
These nested if statements could be combined |
796–806 |
Rule |
Violation |
Line |
UnnecessaryModifier |
Unnecessary modifier 'public' on method 'of': the method is declared in an interface type |
46–48 |
UnnecessaryModifier |
Unnecessary modifier 'public' on method 'register': the method is declared in an interface type |
59–61 |
UnnecessaryModifier |
Unnecessary modifiers 'public abstract' on method 'isBuildable': the method is declared in an interface type |
73 |
UnnecessaryModifier |
Unnecessary modifiers 'public abstract' on method 'builder': the method is declared in an interface type |
88 |
UnnecessaryModifier |
Unnecessary modifier 'public' on method 'beanName': the method is declared in an interface type |
98–100 |
UnnecessaryModifier |
Unnecessary modifiers 'public abstract' on method 'beanType': the method is declared in an interface type |
110 |
UnnecessaryModifier |
Unnecessary modifier 'public' on method 'metaPropertyCount': the method is declared in an interface type |
121–123 |
UnnecessaryModifier |
Unnecessary modifier 'public' on method 'metaPropertyExists': the method is declared in an interface type |
134–136 |
UnnecessaryModifier |
Unnecessary modifier 'public' on method 'metaProperty': the method is declared in an interface type |
153–159 |
UnnecessaryModifier |
Unnecessary modifier 'public' on method 'metaPropertyIterable': the method is declared in an interface type |
170–172 |
UnnecessaryModifier |
Unnecessary modifiers 'public abstract' on method 'metaPropertyMap': the method is declared in an interface type |
181 |
UnnecessaryModifier |
Unnecessary modifier 'public' on method 'annotations': the method is declared in an interface type |
198–200 |
UnnecessaryModifier |
Unnecessary modifier 'public' on method 'annotation': the method is declared in an interface type |
215–223 |
UnnecessaryModifier |
Unnecessary modifier 'public' on method 'annotationOpt': the method is declared in an interface type |
238–246 |
Rule |
Violation |
Line |
UnnecessaryModifier |
Unnecessary modifier 'public' on method 'createProperty': the method is declared in an interface type |
44–46 |
UnnecessaryModifier |
Unnecessary modifiers 'public abstract' on method 'metaBean': the method is declared in an interface type |
56 |
UnnecessaryModifier |
Unnecessary modifiers 'public abstract' on method 'name': the method is declared in an interface type |
66 |
UnnecessaryModifier |
Unnecessary modifiers 'public abstract' on method 'declaringType': the method is declared in an interface type |
75 |
UnnecessaryModifier |
Unnecessary modifiers 'public abstract' on method 'propertyType': the method is declared in an interface type |
85 |
UnnecessaryModifier |
Unnecessary modifiers 'public abstract' on method 'propertyGenericType': the method is declared in an interface type |
94 |
UnnecessaryModifier |
Unnecessary modifiers 'public abstract' on method 'style': the method is declared in an interface type |
104 |
UnnecessaryModifier |
Unnecessary modifiers 'public abstract' on method 'annotations': the method is declared in an interface type |
117 |
UnnecessaryModifier |
Unnecessary modifier 'public' on method 'annotation': the method is declared in an interface type |
132–140 |
UnnecessaryModifier |
Unnecessary modifier 'public' on method 'annotationOpt': the method is declared in an interface type |
155–163 |
UnnecessaryModifier |
Unnecessary modifiers 'public abstract' on method 'get': the method is declared in an interface type |
177 |
UnnecessaryModifier |
Unnecessary modifiers 'public abstract' on method 'set': the method is declared in an interface type |
193 |
UnnecessaryModifier |
Unnecessary modifier 'public' on method 'put': the method is declared in an interface type |
210–214 |
UnnecessaryModifier |
Unnecessary modifier 'public' on method 'getString': the method is declared in an interface type |
233–235 |
UnnecessaryModifier |
Unnecessary modifier 'public' on method 'getString': the method is declared in an interface type |
253–256 |
UnnecessaryModifier |
Unnecessary modifier 'public' on method 'setString': the method is declared in an interface type |
271–273 |
UnnecessaryModifier |
Unnecessary modifier 'public' on method 'setString': the method is declared in an interface type |
289–291 |
UnnecessaryModifier |
Unnecessary modifiers 'public abstract' on method 'equals': the method is declared in an interface type |
304 |
UnnecessaryModifier |
Unnecessary modifiers 'public abstract' on method 'hashCode': the method is declared in an interface type |
312 |
org/joda/beans/Property.java
Rule |
Violation |
Line |
UnnecessaryModifier |
Unnecessary modifiers 'public abstract' on method 'bean': the method is declared in an interface type |
36 |
UnnecessaryModifier |
Unnecessary modifiers 'public abstract' on method 'metaProperty': the method is declared in an interface type |
44 |
UnnecessaryModifier |
Unnecessary modifier 'public' on method 'name': the method is declared in an interface type |
54–56 |
UnnecessaryModifier |
Unnecessary modifier 'public' on method 'get': the method is declared in an interface type |
68–70 |
UnnecessaryModifier |
Unnecessary modifier 'public' on method 'set': the method is declared in an interface type |
85–87 |
UnnecessaryModifier |
Unnecessary modifier 'public' on method 'put': the method is declared in an interface type |
101–103 |
UnnecessaryModifier |
Unnecessary modifiers 'public abstract' on method 'equals': the method is declared in an interface type |
116 |
UnnecessaryModifier |
Unnecessary modifiers 'public abstract' on method 'hashCode': the method is declared in an interface type |
124 |
org/joda/beans/PropertyPath.java
Rule |
Violation |
Line |
EmptyCatchBlock |
Avoid empty catch blocks |
201–203 |
UnusedPrivateMethod |
Avoid unused private methods such as 'get(Bean)'. |
216 |
Rule |
Violation |
Line |
UnnecessaryModifier |
Unnecessary modifiers 'public abstract' on method 'builder': the method is declared in an interface type |
29 |
UnnecessaryModifier |
Unnecessary modifiers 'public abstract' on method 'beanType': the method is declared in an interface type |
32 |
org/joda/beans/gen/BeanGen.java
Rule |
Violation |
Line |
EmptyCatchBlock |
Avoid empty catch blocks |
73–75 |
org/joda/beans/gen/BeanGenConfig.java
Rule |
Violation |
Line |
EmptyCatchBlock |
Avoid empty catch blocks |
129–131 |
org/joda/beans/gen/PropertyData.java
Rule |
Violation |
Line |
CollapsibleIfStatements |
These nested if statements could be combined |
991–993 |
org/joda/beans/gen/SetterGen.java
Rule |
Violation |
Line |
UnnecessarySemicolon |
Unnecessary semicolon |
113 |
org/joda/beans/impl/BasicPropertyMap.java
Rule |
Violation |
Line |
SimplifiedTernary |
Ternary operators that can be simplified with || or && |
70 |
org/joda/beans/ser/SerDeserializer.java
Rule |
Violation |
Line |
UnnecessaryModifier |
Unnecessary modifiers 'public abstract' on method 'findMetaBean': the method is declared in an interface type |
99 |
UnnecessaryModifier |
Unnecessary modifiers 'public abstract' on method 'createBuilder': the method is declared in an interface type |
110 |
UnnecessaryModifier |
Unnecessary modifiers 'public abstract' on method 'findMetaProperty': the method is declared in an interface type |
127 |
UnnecessaryModifier |
Unnecessary modifiers 'public abstract' on method 'setValue': the method is declared in an interface type |
136 |
UnnecessaryModifier |
Unnecessary modifiers 'public abstract' on method 'build': the method is declared in an interface type |
149 |
org/joda/beans/ser/SerDeserializerProvider.java
Rule |
Violation |
Line |
UnnecessaryModifier |
Unnecessary modifiers 'public abstract' on method 'findDeserializer': the method is declared in an interface type |
40 |
org/joda/beans/ser/SerTypeMapper.java
Rule |
Violation |
Line |
UnusedFormalParameter |
Avoid unused method parameters such as 'settings'. |
195 |
org/joda/beans/ser/bin/MsgPackVisualizer.java
Rule |
Violation |
Line |
UnnecessarySemicolon |
Unnecessary semicolon |
137 |
org/joda/beans/ser/json/JodaBeanSimpleJsonWriter.java
Rule |
Violation |
Line |
UnusedFormalParameter |
Avoid unused method parameters such as 'declaredType'. |
107 |
org/joda/beans/ser/map/JodaBeanSimpleMapWriter.java
Rule |
Violation |
Line |
UnusedFormalParameter |
Avoid unused method parameters such as 'declaredType'. |
83 |
org/joda/beans/ser/xml/JodaBeanXmlReader.java
Rule |
Violation |
Line |
TooManyStaticImports |
Too many static imports may lead to messy code |
16–513 |
UnusedFormalParameter |
Avoid unused method parameters such as 'location'. |
507 |
org/joda/beans/ser/xml/JodaBeanXmlWriter.java
Rule |
Violation |
Line |
TooManyStaticImports |
Too many static imports may lead to messy code |
16–505 |
org/joda/beans/test/BeanAssert.java
Rule |
Violation |
Line |
UnnecessaryReturn |
Avoid unnecessary return statements |
312 |
Priority 4
org/joda/beans/ser/CollectSerIteratorFactory.java
Rule |
Violation |
Line |
UselessParentheses |
Useless parentheses. |
198 |
org/joda/beans/ser/JodaBeanSer.java
Rule |
Violation |
Line |
UselessParentheses |
Useless parentheses. |
264 |
org/joda/beans/ser/SerIteratorFactory.java
Rule |
Violation |
Line |
UselessParentheses |
Useless parentheses. |
179 |
org/joda/beans/ser/SerOptional.java
Rule |
Violation |
Line |
UselessParentheses |
Useless parentheses. |
135 |
org/joda/beans/ser/bin/AbstractBinWriter.java
Rule |
Violation |
Line |
UselessParentheses |
Useless parentheses. |
81 |
org/joda/beans/ser/bin/JodaBeanReferencingBinWriter.java
Rule |
Violation |
Line |
UselessParentheses |
Useless parentheses. |
100 |
org/joda/beans/ser/json/AbstractJsonReader.java
Rule |
Violation |
Line |
UselessParentheses |
Useless parentheses. |
129 |
org/joda/beans/ser/json/JodaBeanSimpleJsonWriter.java
Rule |
Violation |
Line |
UselessParentheses |
Useless parentheses. |
111 |
org/joda/beans/ser/map/JodaBeanSimpleMapWriter.java
Rule |
Violation |
Line |
UselessParentheses |
Useless parentheses. |
87 |
org/joda/beans/ser/xml/JodaBeanXmlReader.java
Rule |
Violation |
Line |
UselessParentheses |
Useless parentheses. |
473 |
Files
org/joda/beans/Bean.java
Rule |
Violation |
Priority |
Line |
UnnecessaryModifier |
Unnecessary modifiers 'public abstract' on method 'metaBean': the method is declared in an interface type |
3 |
38 |
UnnecessaryModifier |
Unnecessary modifier 'public' on method 'property': the method is declared in an interface type |
3 |
54–56 |
UnnecessaryModifier |
Unnecessary modifier 'public' on method 'propertyNames': the method is declared in an interface type |
3 |
66–68 |
org/joda/beans/BeanBuilder.java
Rule |
Violation |
Priority |
Line |
UnnecessaryModifier |
Unnecessary modifiers 'public abstract' on method 'get': the method is declared in an interface type |
3 |
34 |
UnnecessaryModifier |
Unnecessary modifiers 'public abstract' on method 'get': the method is declared in an interface type |
3 |
44 |
UnnecessaryModifier |
Unnecessary modifiers 'public abstract' on method 'set': the method is declared in an interface type |
3 |
57 |
UnnecessaryModifier |
Unnecessary modifiers 'public abstract' on method 'set': the method is declared in an interface type |
3 |
70 |
UnnecessaryModifier |
Unnecessary modifiers 'public abstract' on method 'build': the method is declared in an interface type |
3 |
80 |
org/joda/beans/DynamicBean.java
Rule |
Violation |
Priority |
Line |
UnnecessaryModifier |
Unnecessary modifiers 'public abstract' on method 'metaBean': the method is declared in an interface type |
3 |
34 |
UnnecessaryModifier |
Unnecessary modifiers 'public abstract' on method 'property': the method is declared in an interface type |
3 |
47 |
UnnecessaryModifier |
Unnecessary modifiers 'public abstract' on method 'propertyDefine': the method is declared in an interface type |
3 |
58 |
UnnecessaryModifier |
Unnecessary modifiers 'public abstract' on method 'propertyRemove': the method is declared in an interface type |
3 |
65 |
Rule |
Violation |
Priority |
Line |
UnnecessaryModifier |
Unnecessary modifiers 'public abstract' on method 'builder': the method is declared in an interface type |
3 |
36 |
UnnecessaryModifier |
Unnecessary modifiers 'public abstract' on method 'beanType': the method is declared in an interface type |
3 |
44 |
UnnecessaryModifier |
Unnecessary modifiers 'public abstract' on method 'metaProperty': the method is declared in an interface type |
3 |
57 |
UnnecessaryModifier |
Unnecessary modifiers 'public abstract' on method 'metaPropertyDefine': the method is declared in an interface type |
3 |
69 |
UnnecessaryModifier |
Unnecessary modifiers 'public abstract' on method 'metaPropertyRemove': the method is declared in an interface type |
3 |
76 |
Rule |
Violation |
Priority |
Line |
UnnecessaryModifier |
Unnecessary modifier 'public' on method 'of': the method is declared in an interface type |
3 |
46–48 |
UnnecessaryModifier |
Unnecessary modifier 'public' on method 'register': the method is declared in an interface type |
3 |
59–61 |
UnnecessaryModifier |
Unnecessary modifiers 'public abstract' on method 'isBuildable': the method is declared in an interface type |
3 |
73 |
UnnecessaryModifier |
Unnecessary modifiers 'public abstract' on method 'builder': the method is declared in an interface type |
3 |
88 |
UnnecessaryModifier |
Unnecessary modifier 'public' on method 'beanName': the method is declared in an interface type |
3 |
98–100 |
UnnecessaryModifier |
Unnecessary modifiers 'public abstract' on method 'beanType': the method is declared in an interface type |
3 |
110 |
UnnecessaryModifier |
Unnecessary modifier 'public' on method 'metaPropertyCount': the method is declared in an interface type |
3 |
121–123 |
UnnecessaryModifier |
Unnecessary modifier 'public' on method 'metaPropertyExists': the method is declared in an interface type |
3 |
134–136 |
UnnecessaryModifier |
Unnecessary modifier 'public' on method 'metaProperty': the method is declared in an interface type |
3 |
153–159 |
UnnecessaryModifier |
Unnecessary modifier 'public' on method 'metaPropertyIterable': the method is declared in an interface type |
3 |
170–172 |
UnnecessaryModifier |
Unnecessary modifiers 'public abstract' on method 'metaPropertyMap': the method is declared in an interface type |
3 |
181 |
UnnecessaryModifier |
Unnecessary modifier 'public' on method 'annotations': the method is declared in an interface type |
3 |
198–200 |
UnnecessaryModifier |
Unnecessary modifier 'public' on method 'annotation': the method is declared in an interface type |
3 |
215–223 |
UnnecessaryModifier |
Unnecessary modifier 'public' on method 'annotationOpt': the method is declared in an interface type |
3 |
238–246 |
Rule |
Violation |
Priority |
Line |
UnnecessaryModifier |
Unnecessary modifier 'public' on method 'createProperty': the method is declared in an interface type |
3 |
44–46 |
UnnecessaryModifier |
Unnecessary modifiers 'public abstract' on method 'metaBean': the method is declared in an interface type |
3 |
56 |
UnnecessaryModifier |
Unnecessary modifiers 'public abstract' on method 'name': the method is declared in an interface type |
3 |
66 |
UnnecessaryModifier |
Unnecessary modifiers 'public abstract' on method 'declaringType': the method is declared in an interface type |
3 |
75 |
UnnecessaryModifier |
Unnecessary modifiers 'public abstract' on method 'propertyType': the method is declared in an interface type |
3 |
85 |
UnnecessaryModifier |
Unnecessary modifiers 'public abstract' on method 'propertyGenericType': the method is declared in an interface type |
3 |
94 |
UnnecessaryModifier |
Unnecessary modifiers 'public abstract' on method 'style': the method is declared in an interface type |
3 |
104 |
UnnecessaryModifier |
Unnecessary modifiers 'public abstract' on method 'annotations': the method is declared in an interface type |
3 |
117 |
UnnecessaryModifier |
Unnecessary modifier 'public' on method 'annotation': the method is declared in an interface type |
3 |
132–140 |
UnnecessaryModifier |
Unnecessary modifier 'public' on method 'annotationOpt': the method is declared in an interface type |
3 |
155–163 |
UnnecessaryModifier |
Unnecessary modifiers 'public abstract' on method 'get': the method is declared in an interface type |
3 |
177 |
UnnecessaryModifier |
Unnecessary modifiers 'public abstract' on method 'set': the method is declared in an interface type |
3 |
193 |
UnnecessaryModifier |
Unnecessary modifier 'public' on method 'put': the method is declared in an interface type |
3 |
210–214 |
UnnecessaryModifier |
Unnecessary modifier 'public' on method 'getString': the method is declared in an interface type |
3 |
233–235 |
UnnecessaryModifier |
Unnecessary modifier 'public' on method 'getString': the method is declared in an interface type |
3 |
253–256 |
UnnecessaryModifier |
Unnecessary modifier 'public' on method 'setString': the method is declared in an interface type |
3 |
271–273 |
UnnecessaryModifier |
Unnecessary modifier 'public' on method 'setString': the method is declared in an interface type |
3 |
289–291 |
UnnecessaryModifier |
Unnecessary modifiers 'public abstract' on method 'equals': the method is declared in an interface type |
3 |
304 |
UnnecessaryModifier |
Unnecessary modifiers 'public abstract' on method 'hashCode': the method is declared in an interface type |
3 |
312 |
org/joda/beans/Property.java
Rule |
Violation |
Priority |
Line |
UnnecessaryModifier |
Unnecessary modifiers 'public abstract' on method 'bean': the method is declared in an interface type |
3 |
36 |
UnnecessaryModifier |
Unnecessary modifiers 'public abstract' on method 'metaProperty': the method is declared in an interface type |
3 |
44 |
UnnecessaryModifier |
Unnecessary modifier 'public' on method 'name': the method is declared in an interface type |
3 |
54–56 |
UnnecessaryModifier |
Unnecessary modifier 'public' on method 'get': the method is declared in an interface type |
3 |
68–70 |
UnnecessaryModifier |
Unnecessary modifier 'public' on method 'set': the method is declared in an interface type |
3 |
85–87 |
UnnecessaryModifier |
Unnecessary modifier 'public' on method 'put': the method is declared in an interface type |
3 |
101–103 |
UnnecessaryModifier |
Unnecessary modifiers 'public abstract' on method 'equals': the method is declared in an interface type |
3 |
116 |
UnnecessaryModifier |
Unnecessary modifiers 'public abstract' on method 'hashCode': the method is declared in an interface type |
3 |
124 |
Rule |
Violation |
Priority |
Line |
UnnecessaryModifier |
Unnecessary modifiers 'public abstract' on method 'builder': the method is declared in an interface type |
3 |
29 |
UnnecessaryModifier |
Unnecessary modifiers 'public abstract' on method 'beanType': the method is declared in an interface type |
3 |
32 |
org/joda/beans/gen/BeanGenConfig.java
Rule |
Violation |
Priority |
Line |
EmptyCatchBlock |
Avoid empty catch blocks |
3 |
129–131 |
org/joda/beans/impl/BasicPropertyMap.java
Rule |
Violation |
Priority |
Line |
SimplifiedTernary |
Ternary operators that can be simplified with || or && |
3 |
70 |
org/joda/beans/ser/CollectSerIteratorFactory.java
Rule |
Violation |
Priority |
Line |
UselessParentheses |
Useless parentheses. |
4 |
198 |
org/joda/beans/ser/JodaBeanSer.java
Rule |
Violation |
Priority |
Line |
UselessParentheses |
Useless parentheses. |
4 |
264 |
org/joda/beans/ser/SerDeserializer.java
Rule |
Violation |
Priority |
Line |
UnnecessaryModifier |
Unnecessary modifiers 'public abstract' on method 'findMetaBean': the method is declared in an interface type |
3 |
99 |
UnnecessaryModifier |
Unnecessary modifiers 'public abstract' on method 'createBuilder': the method is declared in an interface type |
3 |
110 |
UnnecessaryModifier |
Unnecessary modifiers 'public abstract' on method 'findMetaProperty': the method is declared in an interface type |
3 |
127 |
UnnecessaryModifier |
Unnecessary modifiers 'public abstract' on method 'setValue': the method is declared in an interface type |
3 |
136 |
UnnecessaryModifier |
Unnecessary modifiers 'public abstract' on method 'build': the method is declared in an interface type |
3 |
149 |
org/joda/beans/ser/SerDeserializerProvider.java
Rule |
Violation |
Priority |
Line |
UnnecessaryModifier |
Unnecessary modifiers 'public abstract' on method 'findDeserializer': the method is declared in an interface type |
3 |
40 |
org/joda/beans/ser/SerIteratorFactory.java
Rule |
Violation |
Priority |
Line |
UselessParentheses |
Useless parentheses. |
4 |
179 |
org/joda/beans/ser/SerTypeMapper.java
Rule |
Violation |
Priority |
Line |
UnusedFormalParameter |
Avoid unused method parameters such as 'settings'. |
3 |
195 |
org/joda/beans/ser/bin/AbstractBinWriter.java
Rule |
Violation |
Priority |
Line |
UselessParentheses |
Useless parentheses. |
4 |
81 |
org/joda/beans/ser/bin/JodaBeanReferencingBinWriter.java
Rule |
Violation |
Priority |
Line |
UselessParentheses |
Useless parentheses. |
4 |
100 |
org/joda/beans/ser/bin/MsgPackVisualizer.java
Rule |
Violation |
Priority |
Line |
UnnecessarySemicolon |
Unnecessary semicolon |
3 |
137 |
org/joda/beans/ser/json/AbstractJsonReader.java
Rule |
Violation |
Priority |
Line |
UselessParentheses |
Useless parentheses. |
4 |
129 |
org/joda/beans/ser/json/JodaBeanSimpleJsonWriter.java
Rule |
Violation |
Priority |
Line |
UnusedFormalParameter |
Avoid unused method parameters such as 'declaredType'. |
3 |
107 |
UselessParentheses |
Useless parentheses. |
4 |
111 |
org/joda/beans/ser/map/JodaBeanSimpleMapWriter.java
Rule |
Violation |
Priority |
Line |
UnusedFormalParameter |
Avoid unused method parameters such as 'declaredType'. |
3 |
83 |
UselessParentheses |
Useless parentheses. |
4 |
87 |
org/joda/beans/test/BeanAssert.java
Rule |
Violation |
Priority |
Line |
UnnecessaryReturn |
Avoid unnecessary return statements |
3 |
312 |
Suppressed Violations
Filename |
Rule message |
Suppression type |
Reason |
org/joda/beans/ser/bin/BeanReferences.java |
Avoid unused method parameters such as 'k'. |
annotation |
|