org.openpermis.editor.policy.view.RoleAssignmentRuleEditor
|
Rule |
Line |
It is somewhat confusing to have a field name with the same name as a method
|
AvoidFieldNameMatchingMethodName
|
101
|
Private field 'delegationDepthLabel' could be made final; it is only initialized in the declaration or constructor.
|
ImmutableField
|
106
|
Private field 'absolutePeriodCheckBox' could be made final; it is only initialized in the declaration or constructor.
|
ImmutableField
|
111
|
Private field 'startDatePicker' could be made final; it is only initialized in the declaration or constructor.
|
ImmutableField
|
116
|
Private field 'endDatePicker' could be made final; it is only initialized in the declaration or constructor.
|
ImmutableField
|
121
|
Private field 'referenceDatePicker' could be made final; it is only initialized in the declaration or constructor.
|
ImmutableField
|
126
|
Private field 'minimumFromCheckBox' could be made final; it is only initialized in the declaration or constructor.
|
ImmutableField
|
131
|
Private field 'minimumFromDatePicker' could be made final; it is only initialized in the declaration or constructor.
|
ImmutableField
|
136
|
Private field 'minimumUpToCheckBox' could be made final; it is only initialized in the declaration or constructor.
|
ImmutableField
|
146
|
Private field 'minimumUpToDatePicker' could be made final; it is only initialized in the declaration or constructor.
|
ImmutableField
|
151
|
Private field 'maximumUpToCheckBox' could be made final; it is only initialized in the declaration or constructor.
|
ImmutableField
|
161
|
Private field 'maximumUpToDatePicker' could be made final; it is only initialized in the declaration or constructor.
|
ImmutableField
|
166
|
Private field 'defaultZoneTimeStamp' could be made final; it is only initialized in the declaration or constructor.
|
ImmutableField
|
176
|
org.openpermis.editor.policy.view.RoleHierarchyEditor
|
Rule |
Line |
Private field 'tree' could be made final; it is only initialized in the declaration or constructor.
|
ImmutableField
|
86
|
Private field 'roleBrowser' could be made final; it is only initialized in the declaration or constructor.
|
ImmutableField
|
91
|
Private field 'propertyChangeListener' could be made final; it is only initialized in the declaration or constructor.
|
ImmutableField
|
96
|
Prefer StringBuffer over += for concatenating strings
|
UseStringBufferForStringAppends
|
138
|
Private field 'dummy4SelectionColors' could be made final; it is only initialized in the declaration or constructor.
|
ImmutableField
|
481
|
Private field 'childrenTableModel' could be made final; it is only initialized in the declaration or constructor.
|
ImmutableField
|
675
|
Private field 'childrenTable' could be made final; it is only initialized in the declaration or constructor.
|
ImmutableField
|
680
|
Private field 'parentsList' could be made final; it is only initialized in the declaration or constructor.
|
ImmutableField
|
685
|
Private field 'parentTableModel' could be made final; it is only initialized in the declaration or constructor.
|
ImmutableField
|
690
|
Private field 'parentTable' could be made final; it is only initialized in the declaration or constructor.
|
ImmutableField
|
695
|
Private field 'roleHierarchyEditor' could be made final; it is only initialized in the declaration or constructor.
|
ImmutableField
|
705
|
Private field 'parent' could be made final; it is only initialized in the declaration or constructor.
|
ImmutableField
|
794
|
Private field 'role' could be made final; it is only initialized in the declaration or constructor.
|
ImmutableField
|
799
|
Private field 'subRoles' could be made final; it is only initialized in the declaration or constructor.
|
ImmutableField
|
804
|
Private field 'hierarchy' could be made final; it is only initialized in the declaration or constructor.
|
ImmutableField
|
809
|
A getX() method which returns a boolean should be named isX()
|
BooleanGetMethodName
|
854
|