Checkstyle Results
The following document contains the results of Checkstyle 10.21.3 with /config/dsol-checks.xml ruleset.
Summary
Files | ![]() |
![]() |
![]() |
---|---|---|---|
21 | 1 | 45 | 0 |
Files
Rules
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | NeedBraces | 11 | ![]() |
design | HideUtilityClassConstructor | 1 | ![]() |
VisibilityModifier | 8 | ![]() | |
misc | TodoComment | 2 | ![]() |
modifier | RedundantModifier | 22 | ![]() |
naming | StaticVariableName | 1 | ![]() |
sizes | LineLength
|
1 | ![]() |
Details
nl/tudelft/simulation/naming/context/ContextFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 30 |
nl/tudelft/simulation/naming/context/ContextInterface.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 49 |
![]() |
modifier | RedundantModifier | Redundant 'static' modifier. | 49 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 49 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 52 |
![]() |
modifier | RedundantModifier | Redundant 'static' modifier. | 52 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 52 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 55 |
![]() |
modifier | RedundantModifier | Redundant 'static' modifier. | 55 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 55 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 63 |
![]() |
modifier | RedundantModifier | Redundant 'static' modifier. | 63 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 63 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 74 |
![]() |
modifier | RedundantModifier | Redundant 'static' modifier. | 74 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 74 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 86 |
![]() |
modifier | RedundantModifier | Redundant 'static' modifier. | 86 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 86 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 351 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 365 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 414 |
nl/tudelft/simulation/naming/context/FileContext.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 63 |
nl/tudelft/simulation/naming/context/JvmContext.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'parent' must be private and have accessor methods. | 38 |
![]() |
design | VisibilityModifier | Variable 'elements' must be private and have accessor methods. | 47 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 438 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 596 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 598 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 600 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 605 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 608 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 612 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 615 |
nl/tudelft/simulation/naming/context/RemoteContext.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'embeddedContext' must be private and have accessor methods. | 46 |
![]() |
design | VisibilityModifier | Variable 'remoteEventProducer' must be private and have accessor methods. | 49 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 246 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 293 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 143). | 326 |
nl/tudelft/simulation/naming/context/event/InitialEventContext.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | StaticVariableName | Name 'INSTANCE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 88 |
![]() |
design | VisibilityModifier | Variable 'properties' must be private and have accessor methods. | 91 |
![]() |
design | VisibilityModifier | Variable 'defaultInitCtx' must be private and have accessor methods. | 97 |
![]() |
design | VisibilityModifier | Variable 'gotDefault' must be private and have accessor methods. | 100 |
![]() |
design | VisibilityModifier | Variable 'contextEventProducerImpl' must be private and have accessor methods. | 103 |
nl/tudelft/simulation/naming/context/util/ContextUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 24 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 43 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 71 |