Checkstyle Results
The following document contains the results of Checkstyle 9.3 with sun_checks.xml ruleset.
Summary
Files | ![]() |
![]() |
![]() |
---|---|---|---|
55 | 0 | 0 | 475 |
Files
Rules
Category | Rule | Violations | Severity |
---|---|---|---|
coding | HiddenField | 32 | ![]() |
MagicNumber | 6 | ![]() | |
design | DesignForExtension | 53 | ![]() |
HideUtilityClassConstructor | 2 | ![]() | |
javadoc | JavadocPackage | 17 | ![]() |
JavadocVariable | 94 | ![]() | |
MissingJavadocMethod | 80 | ![]() | |
misc | FinalParameters | 13 | ![]() |
NewlineAtEndOfFile | 43 | ![]() | |
TodoComment | 8 | ![]() | |
modifier | RedundantModifier | 1 | ![]() |
sizes | LineLength
|
120 | ![]() |
whitespace | FileTabCharacter | 1 | ![]() |
NoWhitespaceBefore | 1 | ![]() | |
OperatorWrap | 4 | ![]() |
Details
application-actuator.properties
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
application-flyway-callback.properties
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
application-h2.properties
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
application-mysql.properties
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
application.properties
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
pk/lucidxpo/ynami/YNaMiApplication.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 17 |
![]() |
misc | FinalParameters | Parameter args should be final. | 17 |
![]() |
design | DesignForExtension | Class 'YNaMiApplication' looks like designed for extension (can be subclassed), but the method 'setApplicationContext' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'YNaMiApplication' final or making the method 'setApplicationContext' static/final/abstract/empty, or adding allowed annotation for the method. | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 23 |
pk/lucidxpo/ynami/controller/sample/SampleController.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 44 |
![]() |
coding | HiddenField | 'modelMapper' hides a field. | 45 |
![]() |
coding | HiddenField | 'sampleService' hides a field. | 46 |
![]() |
design | DesignForExtension | Class 'SampleController' looks like designed for extension (can be subclassed), but the method 'welcome' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SampleController' final or making the method 'welcome' static/final/abstract/empty, or adding allowed annotation for the method. | 51 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 51 |
![]() |
misc | FinalParameters | Parameter model should be final. | 52 |
![]() |
design | DesignForExtension | Class 'SampleController' looks like designed for extension (can be subclassed), but the method 'getSamples' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SampleController' final or making the method 'getSamples' static/final/abstract/empty, or adding allowed annotation for the method. | 57 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 57 |
![]() |
design | DesignForExtension | Class 'SampleController' looks like designed for extension (can be subclassed), but the method 'prepareSampleCreation' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SampleController' final or making the method 'prepareSampleCreation' static/final/abstract/empty, or adding allowed annotation for the method. | 69 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 69 |
![]() |
design | DesignForExtension | Class 'SampleController' looks like designed for extension (can be subclassed), but the method 'createSample' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SampleController' final or making the method 'createSample' static/final/abstract/empty, or adding allowed annotation for the method. | 75 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 76 |
![]() |
design | DesignForExtension | Class 'SampleController' looks like designed for extension (can be subclassed), but the method 'getSample' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SampleController' final or making the method 'getSample' static/final/abstract/empty, or adding allowed annotation for the method. | 87 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 115). | 88 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 92 |
![]() |
design | DesignForExtension | Class 'SampleController' looks like designed for extension (can be subclassed), but the method 'prepareSampleUpdation' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SampleController' final or making the method 'prepareSampleUpdation' static/final/abstract/empty, or adding allowed annotation for the method. | 101 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 101 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 127). | 102 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 105 |
![]() |
design | DesignForExtension | Class 'SampleController' looks like designed for extension (can be subclassed), but the method 'updateSample' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SampleController' final or making the method 'updateSample' static/final/abstract/empty, or adding allowed annotation for the method. | 114 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 114 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 116 |
![]() |
design | DesignForExtension | Class 'SampleController' looks like designed for extension (can be subclassed), but the method 'deleteSample' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SampleController' final or making the method 'deleteSample' static/final/abstract/empty, or adding allowed annotation for the method. | 129 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 129 |
![]() |
design | DesignForExtension | Class 'SampleController' looks like designed for extension (can be subclassed), but the method 'updateSampleStatus' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SampleController' final or making the method 'updateSampleStatus' static/final/abstract/empty, or adding allowed annotation for the method. | 141 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 141 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 142 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 131). | 143 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 149 |
pk/lucidxpo/ynami/controller/sample/SampleFeatureController.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 21 |
![]() |
coding | HiddenField | 'toggleableService' hides a field. | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 23 |
![]() |
coding | HiddenField | 'featureManager' hides a field. | 23 |
![]() |
design | DesignForExtension | Class 'SampleFeatureController' looks like designed for extension (can be subclassed), but the method 'welcome' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SampleFeatureController' final or making the method 'welcome' static/final/abstract/empty, or adding allowed annotation for the method. | 28 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 28 |
![]() |
misc | FinalParameters | Parameter model should be final. | 30 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 32 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 34 |
![]() |
design | DesignForExtension | Class 'SampleFeatureController' looks like designed for extension (can be subclassed), but the method 'getToggleableService' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SampleFeatureController' final or making the method 'getToggleableService' static/final/abstract/empty, or adding allowed annotation for the method. | 39 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 39 |
pk/lucidxpo/ynami/persistence/dao/AuditEntryArchiveRepository.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 11 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 11 |
pk/lucidxpo/ynami/persistence/dao/AuditEntryRepository.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 13 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 15 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 15 |
pk/lucidxpo/ynami/persistence/dao/sample/SampleRepository.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 9 |
pk/lucidxpo/ynami/persistence/dao/security/RoleRepository.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 12 |
pk/lucidxpo/ynami/persistence/dao/security/UserRepository.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 11 |
pk/lucidxpo/ynami/persistence/dto/sample/SampleCreationDTO.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
pk/lucidxpo/ynami/persistence/dto/sample/SampleDTO.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
pk/lucidxpo/ynami/persistence/dto/sample/SampleUpdateStatusDTO.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
pk/lucidxpo/ynami/persistence/dto/sample/SampleUpdationDTO.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
pk/lucidxpo/ynami/persistence/model/AuditEntry.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 48 |
![]() |
coding | HiddenField | 'changedEntityName' hides a field. | 48 |
![]() |
coding | HiddenField | 'changedEntityId' hides a field. | 49 |
![]() |
coding | HiddenField | 'fieldChanged' hides a field. | 50 |
![]() |
coding | HiddenField | 'fromValue' hides a field. | 51 |
![]() |
coding | HiddenField | 'toValue' hides a field. | 52 |
![]() |
coding | HiddenField | 'changedBy' hides a field. | 53 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 63 |
![]() |
coding | HiddenField | 'changedAt' hides a field. | 63 |
![]() |
coding | HiddenField | 'changedEntityName' hides a field. | 64 |
![]() |
coding | HiddenField | 'changedEntityId' hides a field. | 65 |
![]() |
coding | HiddenField | 'fieldChanged' hides a field. | 66 |
![]() |
coding | HiddenField | 'fromValue' hides a field. | 67 |
![]() |
coding | HiddenField | 'toValue' hides a field. | 68 |
![]() |
coding | HiddenField | 'changedBy' hides a field. | 69 |
pk/lucidxpo/ynami/persistence/model/AuditEntryArchive.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
pk/lucidxpo/ynami/persistence/model/Auditable.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 23 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 23 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 114). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 120). | 30 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 31 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 32 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 115). | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 114). | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 114). | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 115). | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 114). | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 117). | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 115). | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 117). | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 117). | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 115). | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 114). | 59 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
pk/lucidxpo/ynami/persistence/model/Identifiable.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 4 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 4 |
pk/lucidxpo/ynami/persistence/model/sample/Sample.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
pk/lucidxpo/ynami/persistence/model/security/Role.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 22 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
coding | MagicNumber | '60' is a magic number. | 28 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 31 |
![]() |
coding | HiddenField | 'name' hides a field. | 31 |
pk/lucidxpo/ynami/persistence/model/security/RoleName.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 5 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 6 |
pk/lucidxpo/ynami/persistence/model/security/User.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
coding | MagicNumber | '40' is a magic number. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
coding | MagicNumber | '40' is a magic number. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
coding | MagicNumber | '40' is a magic number. | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
coding | MagicNumber | '100' is a magic number. | 56 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 65 |
![]() |
coding | HiddenField | 'name' hides a field. | 65 |
![]() |
coding | HiddenField | 'username' hides a field. | 66 |
![]() |
coding | HiddenField | 'email' hides a field. | 67 |
![]() |
coding | HiddenField | 'password' hides a field. | 68 |
pk/lucidxpo/ynami/service/sample/NewToggleableServiceImpl.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
design | DesignForExtension | Class 'NewToggleableServiceImpl' looks like designed for extension (can be subclassed), but the method 'getSomeValue' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'NewToggleableServiceImpl' final or making the method 'getSomeValue' static/final/abstract/empty, or adding allowed annotation for the method. | 5 |
pk/lucidxpo/ynami/service/sample/OldToggleableServiceImpl.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
design | DesignForExtension | Class 'OldToggleableServiceImpl' looks like designed for extension (can be subclassed), but the method 'getSomeValue' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'OldToggleableServiceImpl' final or making the method 'getSomeValue' static/final/abstract/empty, or adding allowed annotation for the method. | 5 |
pk/lucidxpo/ynami/service/sample/SampleService.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 10 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 12 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 14 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 16 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 18 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 20 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 22 |
pk/lucidxpo/ynami/service/sample/SampleServiceImpl.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 18 |
![]() |
coding | HiddenField | 'sampleRepository' hides a field. | 19 |
![]() |
design | DesignForExtension | Class 'SampleServiceImpl' looks like designed for extension (can be subclassed), but the method 'getAll' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SampleServiceImpl' final or making the method 'getAll' static/final/abstract/empty, or adding allowed annotation for the method. | 23 |
![]() |
design | DesignForExtension | Class 'SampleServiceImpl' looks like designed for extension (can be subclassed), but the method 'findById' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SampleServiceImpl' final or making the method 'findById' static/final/abstract/empty, or adding allowed annotation for the method. | 28 |
![]() |
misc | FinalParameters | Parameter id should be final. | 29 |
![]() |
design | DesignForExtension | Class 'SampleServiceImpl' looks like designed for extension (can be subclassed), but the method 'existsByFirstName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SampleServiceImpl' final or making the method 'existsByFirstName' static/final/abstract/empty, or adding allowed annotation for the method. | 33 |
![]() |
misc | FinalParameters | Parameter firstName should be final. | 34 |
![]() |
design | DesignForExtension | Class 'SampleServiceImpl' looks like designed for extension (can be subclassed), but the method 'create' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SampleServiceImpl' final or making the method 'create' static/final/abstract/empty, or adding allowed annotation for the method. | 38 |
![]() |
misc | FinalParameters | Parameter sample should be final. | 39 |
![]() |
design | DesignForExtension | Class 'SampleServiceImpl' looks like designed for extension (can be subclassed), but the method 'update' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SampleServiceImpl' final or making the method 'update' static/final/abstract/empty, or adding allowed annotation for the method. | 43 |
![]() |
misc | FinalParameters | Parameter sample should be final. | 44 |
![]() |
design | DesignForExtension | Class 'SampleServiceImpl' looks like designed for extension (can be subclassed), but the method 'delete' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SampleServiceImpl' final or making the method 'delete' static/final/abstract/empty, or adding allowed annotation for the method. | 48 |
![]() |
misc | FinalParameters | Parameter id should be final. | 49 |
![]() |
design | DesignForExtension | Class 'SampleServiceImpl' looks like designed for extension (can be subclassed), but the method 'updateStatus' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SampleServiceImpl' final or making the method 'updateStatus' static/final/abstract/empty, or adding allowed annotation for the method. | 53 |
![]() |
misc | FinalParameters | Parameter id should be final. | 54 |
![]() |
misc | FinalParameters | Parameter updates should be final. | 54 |
pk/lucidxpo/ynami/service/sample/ToggleableService.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 4 |
pk/lucidxpo/ynami/service/sample/security/UserDetailsServiceImpl.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 18 |
![]() |
coding | HiddenField | 'userRepository' hides a field. | 19 |
![]() |
design | DesignForExtension | Class 'UserDetailsServiceImpl' looks like designed for extension (can be subclassed), but the method 'loadUserByUsername' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'UserDetailsServiceImpl' final or making the method 'loadUserByUsername' static/final/abstract/empty, or adding allowed annotation for the method. | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 115). | 28 |
pk/lucidxpo/ynami/spring/AuditorAwareImpl.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
design | DesignForExtension | Class 'AuditorAwareImpl' looks like designed for extension (can be subclassed), but the method 'getCurrentAuditor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AuditorAwareImpl' final or making the method 'getCurrentAuditor' static/final/abstract/empty, or adding allowed annotation for the method. | 10 |
pk/lucidxpo/ynami/spring/MiscConfig.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
design | DesignForExtension | Class 'MiscConfig' looks like designed for extension (can be subclassed), but the method 'modelMapper' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MiscConfig' final or making the method 'modelMapper' static/final/abstract/empty, or adding allowed annotation for the method. | 9 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 9 |
pk/lucidxpo/ynami/spring/MvcConfig.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
design | DesignForExtension | Class 'MvcConfig' looks like designed for extension (can be subclassed), but the method 'addResourceHandlers' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MvcConfig' final or making the method 'addResourceHandlers' static/final/abstract/empty, or adding allowed annotation for the method. | 17 |
![]() |
coding | MagicNumber | '30L' is a magic number. | 29 |
![]() |
design | DesignForExtension | Class 'MvcConfig' looks like designed for extension (can be subclassed), but the method 'addViewControllers' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MvcConfig' final or making the method 'addViewControllers' static/final/abstract/empty, or adding allowed annotation for the method. | 33 |
pk/lucidxpo/ynami/spring/PersistenceConfig.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
![]() |
design | DesignForExtension | Class 'PersistenceConfig' looks like designed for extension (can be subclassed), but the method 'insecureAuditorAware' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PersistenceConfig' final or making the method 'insecureAuditorAware' static/final/abstract/empty, or adding allowed annotation for the method. | 23 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 23 |
![]() |
design | DesignForExtension | Class 'PersistenceConfig' looks like designed for extension (can be subclassed), but the method 'springSecurityAuditorAware' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PersistenceConfig' final or making the method 'springSecurityAuditorAware' static/final/abstract/empty, or adding allowed annotation for the method. | 29 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 29 |
![]() |
design | DesignForExtension | Class 'PersistenceConfig' looks like designed for extension (can be subclassed), but the method 'proxiedAuditorAware' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PersistenceConfig' final or making the method 'proxiedAuditorAware' static/final/abstract/empty, or adding allowed annotation for the method. | 35 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 38 |
![]() |
design | DesignForExtension | Class 'PersistenceConfig' looks like designed for extension (can be subclassed), but the method 'auditorAware' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PersistenceConfig' final or making the method 'auditorAware' static/final/abstract/empty, or adding allowed annotation for the method. | 46 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 158). | 49 |
![]() |
design | DesignForExtension | Class 'PersistenceConfig' looks like designed for extension (can be subclassed), but the method 'auditorAwareWhenTogglzIsDisabled' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PersistenceConfig' final or making the method 'auditorAwareWhenTogglzIsDisabled' static/final/abstract/empty, or adding allowed annotation for the method. | 53 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 54 |
pk/lucidxpo/ynami/spring/aspect/FeatureAssociation.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 14 |
pk/lucidxpo/ynami/spring/aspect/FeaturesAspect.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 19 |
![]() |
coding | HiddenField | 'featureManager' hides a field. | 20 |
![]() |
design | DesignForExtension | Class 'FeaturesAspect' looks like designed for extension (can be subclassed), but the method 'checkAspect' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FeaturesAspect' final or making the method 'checkAspect' static/final/abstract/empty, or adding allowed annotation for the method. | 24 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 32 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 35 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 36 |
pk/lucidxpo/ynami/spring/features/CustomFeatureProvider.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 22 |
![]() |
misc | FinalParameters | Parameter environment should be final. | 22 |
![]() |
coding | HiddenField | 'environment' hides a field. | 22 |
![]() |
misc | FinalParameters | Parameter feature should be final. | 32 |
pk/lucidxpo/ynami/spring/features/EnvironmentFeatureMetaData.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 23 |
![]() |
coding | HiddenField | 'feature' hides a field. | 23 |
![]() |
coding | HiddenField | 'environment' hides a field. | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 30 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 45 |
pk/lucidxpo/ynami/spring/features/FeatureManagerDefaultWrapper.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 9 |
![]() |
design | DesignForExtension | Class 'FeatureManagerDefaultWrapper' looks like designed for extension (can be subclassed), but the method 'isActive' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FeatureManagerDefaultWrapper' final or making the method 'isActive' static/final/abstract/empty, or adding allowed annotation for the method. | 12 |
pk/lucidxpo/ynami/spring/features/FeatureManagerWrappable.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 7 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 9 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 11 |
pk/lucidxpo/ynami/spring/features/FeatureManagerWrapper.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 16 |
![]() |
coding | HiddenField | 'featureManager' hides a field. | 17 |
![]() |
design | DesignForExtension | Class 'FeatureManagerWrapper' looks like designed for extension (can be subclassed), but the method 'isActive' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FeatureManagerWrapper' final or making the method 'isActive' static/final/abstract/empty, or adding allowed annotation for the method. | 21 |
![]() |
design | DesignForExtension | Class 'FeatureManagerWrapper' looks like designed for extension (can be subclassed), but the method 'activate' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FeatureManagerWrapper' final or making the method 'activate' static/final/abstract/empty, or adding allowed annotation for the method. | 26 |
![]() |
design | DesignForExtension | Class 'FeatureManagerWrapper' looks like designed for extension (can be subclassed), but the method 'deactivate' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FeatureManagerWrapper' final or making the method 'deactivate' static/final/abstract/empty, or adding allowed annotation for the method. | 31 |
pk/lucidxpo/ynami/spring/features/FeatureProxyFactoryBeanWrapper.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
pk/lucidxpo/ynami/spring/features/FeatureToggles.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 6 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
pk/lucidxpo/ynami/spring/features/TogglzConfiguration.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 18 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 126). | 19 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 117). | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 21 |
![]() |
design | DesignForExtension | Class 'TogglzConfiguration' looks like designed for extension (can be subclassed), but the method 'getStateRepository' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TogglzConfiguration' final or making the method 'getStateRepository' static/final/abstract/empty, or adding allowed annotation for the method. | 23 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 134). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 32 |
pk/lucidxpo/ynami/spring/features/TogglzWrapper.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 9 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 14 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 14 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 18 |
pk/lucidxpo/ynami/spring/sample/ToggleableServiceConfiguration.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
design | DesignForExtension | Class 'ToggleableServiceConfiguration' looks like designed for extension (can be subclassed), but the method 'oldToggleableService' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ToggleableServiceConfiguration' final or making the method 'oldToggleableService' static/final/abstract/empty, or adding allowed annotation for the method. | 19 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 19 |
![]() |
design | DesignForExtension | Class 'ToggleableServiceConfiguration' looks like designed for extension (can be subclassed), but the method 'newToggleableService' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ToggleableServiceConfiguration' final or making the method 'newToggleableService' static/final/abstract/empty, or adding allowed annotation for the method. | 25 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 25 |
![]() |
design | DesignForExtension | Class 'ToggleableServiceConfiguration' looks like designed for extension (can be subclassed), but the method 'proxiedToggleableService' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ToggleableServiceConfiguration' final or making the method 'proxiedToggleableService' static/final/abstract/empty, or adding allowed annotation for the method. | 31 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 31 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 34 |
![]() |
design | DesignForExtension | Class 'ToggleableServiceConfiguration' looks like designed for extension (can be subclassed), but the method 'toggleableService' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ToggleableServiceConfiguration' final or making the method 'toggleableService' static/final/abstract/empty, or adding allowed annotation for the method. | 42 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 123). | 46 |
![]() |
design | DesignForExtension | Class 'ToggleableServiceConfiguration' looks like designed for extension (can be subclassed), but the method 'oldService' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ToggleableServiceConfiguration' final or making the method 'oldService' static/final/abstract/empty, or adding allowed annotation for the method. | 51 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 52 |
pk/lucidxpo/ynami/spring/security/SecurityConfig.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 124). | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 66 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 67 |
![]() |
coding | HiddenField | 'profileManager' hides a field. | 68 |
![]() |
coding | HiddenField | 'featureManager' hides a field. | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 72 |
![]() |
design | DesignForExtension | Class 'SecurityConfig' looks like designed for extension (can be subclassed), but the method 'passwordEncoder' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SecurityConfig' final or making the method 'passwordEncoder' static/final/abstract/empty, or adding allowed annotation for the method. | 75 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 75 |
![]() |
design | DesignForExtension | Class 'SecurityConfig' looks like designed for extension (can be subclassed), but the method 'filterChain' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SecurityConfig' final or making the method 'filterChain' static/final/abstract/empty, or adding allowed annotation for the method. | 80 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 80 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 82 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 83 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 83 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 125). | 87 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 88 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 92 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 92 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 102 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 104 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 107 |
![]() |
design | DesignForExtension | Class 'SecurityConfig' looks like designed for extension (can be subclassed), but the method 'authenticationManager' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SecurityConfig' final or making the method 'authenticationManager' static/final/abstract/empty, or adding allowed annotation for the method. | 116 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 116 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 119 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 123 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 124 |
![]() |
design | DesignForExtension | Class 'SecurityConfig' looks like designed for extension (can be subclassed), but the method 'setupH2ConsoleSecurity' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SecurityConfig' final or making the method 'setupH2ConsoleSecurity' static/final/abstract/empty, or adding allowed annotation for the method. | 124 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 124 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 125 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 126 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 127 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 124). | 128 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 131 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 133 |
![]() |
whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 135 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 138 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 140 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 115). | 141 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 142 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 143 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 120). | 144 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 150 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 153 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 154 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 160 |
![]() |
misc | FinalParameters | Parameter logoutConfigurer should be final. | 160 |
pk/lucidxpo/ynami/spring/security/ServletContainerRedirectHttpToHttpsConfiguration.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 20 |
![]() |
design | DesignForExtension | Class 'ServletContainerRedirectHttpToHttpsConfiguration' looks like designed for extension (can be subclassed), but the method 'servletContainer' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ServletContainerRedirectHttpToHttpsConfiguration' final or making the method 'servletContainer' static/final/abstract/empty, or adding allowed annotation for the method. | 22 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 114). | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 120). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 47 |
pk/lucidxpo/ynami/spring/security/SpringSecurityAuditAwareImpl.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
design | DesignForExtension | Class 'SpringSecurityAuditAwareImpl' looks like designed for extension (can be subclassed), but the method 'getCurrentAuditor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SpringSecurityAuditAwareImpl' final or making the method 'getCurrentAuditor' static/final/abstract/empty, or adding allowed annotation for the method. | 14 |
![]() |
whitespace | OperatorWrap | '||' should be on a new line. | 17 |
![]() |
whitespace | OperatorWrap | '||' should be on a new line. | 18 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 22 |
pk/lucidxpo/ynami/spring/security/UserPrincipal.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 35 |
![]() |
design | DesignForExtension | Class 'UserPrincipal' looks like designed for extension (can be subclassed), but the method 'isAccountNonExpired' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'UserPrincipal' final or making the method 'isAccountNonExpired' static/final/abstract/empty, or adding allowed annotation for the method. | 50 |
![]() |
design | DesignForExtension | Class 'UserPrincipal' looks like designed for extension (can be subclassed), but the method 'isAccountNonLocked' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'UserPrincipal' final or making the method 'isAccountNonLocked' static/final/abstract/empty, or adding allowed annotation for the method. | 55 |
![]() |
design | DesignForExtension | Class 'UserPrincipal' looks like designed for extension (can be subclassed), but the method 'isCredentialsNonExpired' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'UserPrincipal' final or making the method 'isCredentialsNonExpired' static/final/abstract/empty, or adding allowed annotation for the method. | 60 |
![]() |
design | DesignForExtension | Class 'UserPrincipal' looks like designed for extension (can be subclassed), but the method 'isEnabled' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'UserPrincipal' final or making the method 'isEnabled' static/final/abstract/empty, or adding allowed annotation for the method. | 65 |
pk/lucidxpo/ynami/utils/Identity.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 9 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 18 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 22 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 26 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 30 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 34 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 38 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 42 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 46 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 50 |
pk/lucidxpo/ynami/utils/ProfileManager.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 15 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 15 |
![]() |
coding | HiddenField | 'activeProfiles' hides a field. | 15 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 16 |
![]() |
design | DesignForExtension | Class 'ProfileManager' looks like designed for extension (can be subclassed), but the method 'isH2Active' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ProfileManager' final or making the method 'isH2Active' static/final/abstract/empty, or adding allowed annotation for the method. | 19 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 19 |
pk/lucidxpo/ynami/utils/Randomly.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 20 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 25 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 46 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 53 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 55 |