Checkstyle Results
The following document contains the results of Checkstyle 6.18 with /Users/rgoers/projects/apache/logging/log4j/log4j-2.17.1/log4j-core/../checkstyle.xml ruleset.
Summary
Files | ![]() |
![]() |
![]() |
---|---|---|---|
690 | 16 | 0 | 3860 |
Files
Details
org/apache/logging/log4j/core/AbstractLifeCycle.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 49 |
org/apache/logging/log4j/core/ContextDataInjector.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 108 |
org/apache/logging/log4j/core/Core.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 20 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
org/apache/logging/log4j/core/DefaultLoggerContextAccessor.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | StaticVariableName | Name 'INSTANCE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 28 |
![]() |
design | VisibilityModifier | Variable 'INSTANCE' must be private and have accessor methods. | 28 |
org/apache/logging/log4j/core/Filter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 161 |
org/apache/logging/log4j/core/LogEvent.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 138 |
org/apache/logging/log4j/core/LogEventListener.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
org/apache/logging/log4j/core/Logger.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'loggerConfig' must be private and have accessor methods. | 393 |
![]() |
design | VisibilityModifier | Variable 'config' must be private and have accessor methods. | 395 |
org/apache/logging/log4j/core/LoggerContext.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | ImportOrder | Wrong order for 'java.beans.PropertyChangeEvent' import. | 21 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 96 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 177 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 353 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 127). | 357 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 139). | 360 |
![]() |
whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 440 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 125). | 695 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 128). | 697 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 704 |
![]() |
coding | HiddenField | 'configuration' hides a field. | 719 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 131). | 772 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 780 |
org/apache/logging/log4j/core/Version.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 20 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 20 |
![]() |
whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 22 |
org/apache/logging/log4j/core/appender/AbstractAppender.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | HiddenField | 'configuration' hides a field. | 95 |
![]() |
coding | HiddenField | 'ignoreExceptions' hides a field. | 100 |
![]() |
coding | HiddenField | 'layout' hides a field. | 105 |
![]() |
coding | HiddenField | 'name' hides a field. | 110 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 118 |
![]() |
coding | HiddenField | 'configuration' hides a field. | 119 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'configuration'. | 119 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 127 |
![]() |
coding | HiddenField | 'ignoreExceptions' hides a field. | 128 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'ignoreExceptions'. | 128 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 135 |
![]() |
coding | HiddenField | 'layout' hides a field. | 136 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'layout'. | 136 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 143 |
![]() |
coding | HiddenField | 'name' hides a field. | 144 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'name'. | 144 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 158 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 159 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 160 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 162 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 177 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 192 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 208 |
org/apache/logging/log4j/core/appender/AbstractFileAppender.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Type Javadoc comment is missing an @param <M> tag. | 34 |
![]() |
coding | HiddenField | 'advertise' hides a field. | 108 |
![]() |
coding | HiddenField | 'advertiseUri' hides a field. | 113 |
![]() |
coding | HiddenField | 'append' hides a field. | 118 |
![]() |
coding | HiddenField | 'fileName' hides a field. | 123 |
![]() |
coding | HiddenField | 'createOnDemand' hides a field. | 128 |
![]() |
coding | HiddenField | 'locking' hides a field. | 133 |
![]() |
coding | HiddenField | 'filePermissions' hides a field. | 138 |
![]() |
coding | HiddenField | 'fileOwner' hides a field. | 143 |
![]() |
coding | HiddenField | 'fileGroup' hides a field. | 148 |
org/apache/logging/log4j/core/appender/AbstractManager.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 88 |
org/apache/logging/log4j/core/appender/AbstractOutputStreamAppender.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | HiddenField | 'immediateFlush' hides a field. | 64 |
![]() |
coding | HiddenField | 'bufferedIo' hides a field. | 69 |
![]() |
coding | HiddenField | 'bufferSize' hides a field. | 74 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 135). | 98 |
org/apache/logging/log4j/core/appender/AbstractWriterAppender.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 63 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 130). | 78 |
org/apache/logging/log4j/core/appender/AppenderSet.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | FinalClass | Class AppenderSet should be declared as final. | 37 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 40 |
![]() |
coding | HiddenField | 'node' hides a field. | 85 |
![]() |
coding | HiddenField | 'configuration' hides a field. | 90 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 112 |
org/apache/logging/log4j/core/appender/AsyncAppender.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 47 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 276 |
![]() |
coding | HiddenField | 'appenderRefs' hides a field. | 312 |
![]() |
coding | HiddenField | 'errorRef' hides a field. | 317 |
![]() |
coding | HiddenField | 'blocking' hides a field. | 322 |
![]() |
coding | HiddenField | 'shutdownTimeout' hides a field. | 327 |
![]() |
coding | HiddenField | 'bufferSize' hides a field. | 332 |
![]() |
coding | HiddenField | 'name' hides a field. | 337 |
![]() |
coding | HiddenField | 'includeLocation' hides a field. | 342 |
![]() |
coding | HiddenField | 'configuration' hides a field. | 347 |
![]() |
coding | HiddenField | 'ignoreExceptions' hides a field. | 352 |
![]() |
coding | HiddenField | 'blockingQueueFactory' hides a field. | 357 |
org/apache/logging/log4j/core/appender/AsyncAppenderEventDispatcher.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | ImportOrder | Wrong order for 'java.util.List' import. | 26 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 31 |
![]() |
blocks | NeedBraces | 'while' construct must use '{}'s. | 156 |
org/apache/logging/log4j/core/appender/ConfigurationFactoryData.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'configuration' must be private and have accessor methods. | 30 |
org/apache/logging/log4j/core/appender/ConsoleAppender.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 36 |
![]() |
imports | ImportOrder | Wrong order for 'java.io.*' import. | 36 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 131). | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 88 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 134). | 130 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 130). | 143 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 133). | 171 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 127). | 220 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 228 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 273 |
![]() |
whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 279 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 286 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 319 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 363 |
org/apache/logging/log4j/core/appender/CountingNoOpAppender.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 59 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'name'. | 60 |
org/apache/logging/log4j/core/appender/FailoverAppender.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 217 |
org/apache/logging/log4j/core/appender/FileAppender.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 128). | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 96 |
![]() |
coding | HiddenField | 'advertise' hides a field. | 143 |
![]() |
coding | HiddenField | 'advertiseUri' hides a field. | 148 |
![]() |
coding | HiddenField | 'append' hides a field. | 153 |
![]() |
coding | HiddenField | 'fileName' hides a field. | 158 |
![]() |
coding | HiddenField | 'createOnDemand' hides a field. | 163 |
![]() |
coding | HiddenField | 'locking' hides a field. | 168 |
![]() |
coding | HiddenField | 'filePermissions' hides a field. | 173 |
![]() |
coding | HiddenField | 'fileOwner' hides a field. | 178 |
![]() |
coding | HiddenField | 'fileGroup' hides a field. | 183 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 125). | 201 |
![]() |
javadoc | JavadocMethod | Expected @param tag for '<B>'. | 215 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 249 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 251 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 253 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 255 |
org/apache/logging/log4j/core/appender/FileManager.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 151). | 100 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 151). | 118 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 401 |
org/apache/logging/log4j/core/appender/HttpAppender.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | HiddenField | 'url' hides a field. | 110 |
![]() |
coding | HiddenField | 'method' hides a field. | 115 |
![]() |
coding | HiddenField | 'connectTimeoutMillis' hides a field. | 120 |
![]() |
coding | HiddenField | 'readTimeoutMillis' hides a field. | 125 |
![]() |
coding | HiddenField | 'headers' hides a field. | 130 |
![]() |
coding | HiddenField | 'sslConfiguration' hides a field. | 135 |
![]() |
coding | HiddenField | 'verifyHostname' hides a field. | 140 |
![]() |
javadoc | JavadocMethod | Expected @param tag for '<B>'. | 150 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 154 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 156 |
org/apache/logging/log4j/core/appender/HttpManager.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 27 |
org/apache/logging/log4j/core/appender/HttpURLConnectionManager.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 40 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 124). | 53 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 78 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 140). | 95 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 98 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 101 |
![]() |
coding | MagicNumber | '1024' is a magic number. | 111 |
org/apache/logging/log4j/core/appender/MemoryMappedFileAppender.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.apache.logging.log4j.core.LogEvent. | 28 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 43 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 128). | 85 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 91 |
![]() |
coding | HiddenField | 'fileName' hides a field. | 95 |
![]() |
coding | HiddenField | 'append' hides a field. | 100 |
![]() |
coding | HiddenField | 'regionLength' hides a field. | 105 |
![]() |
coding | HiddenField | 'advertise' hides a field. | 110 |
![]() |
coding | HiddenField | 'advertiseURI' hides a field. | 115 |
![]() |
javadoc | JavadocMethod | Expected @param tag for '<B>'. | 197 |
org/apache/logging/log4j/core/appender/MemoryMappedFileManager.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Expected @param tag for 'endOfBatch'. | 123 |
![]() |
coding | HiddenField | 'immediateFlush' hides a field. | 127 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 316 |
org/apache/logging/log4j/core/appender/NullAppender.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | FinalClass | Class NullAppender should be declared as final. | 31 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 128). | 31 |
![]() |
whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 42 |
org/apache/logging/log4j/core/appender/OutputStreamAppender.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 63 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 96 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 172 |
org/apache/logging/log4j/core/appender/OutputStreamManager.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 134). | 78 |
![]() |
coding | HiddenField | 'skipFooter' hides a field. | 112 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 125). | 219 |
org/apache/logging/log4j/core/appender/RandomAccessFileAppender.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.apache.logging.log4j.core.LogEvent. | 28 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 41 |
![]() |
coding | HiddenField | 'fileName' hides a field. | 93 |
![]() |
coding | HiddenField | 'append' hides a field. | 98 |
![]() |
coding | HiddenField | 'advertise' hides a field. | 103 |
![]() |
coding | HiddenField | 'advertiseURI' hides a field. | 108 |
![]() |
javadoc | JavadocMethod | Expected @param tag for '<B>'. | 191 |
![]() |
javadoc | JavadocMethod | Expected @param tag for '<B>'. | 226 |
org/apache/logging/log4j/core/appender/RandomAccessFileManager.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 124). | 47 |
![]() |
whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 69 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 132). | 73 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'endOfBatch'. | 92 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 172 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 124). | 173 |
org/apache/logging/log4j/core/appender/RollingFileAppender.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 135). | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 135). | 115 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 173). | 141 |
![]() |
coding | HiddenField | 'advertise' hides a field. | 196 |
![]() |
coding | HiddenField | 'advertiseUri' hides a field. | 201 |
![]() |
coding | HiddenField | 'append' hides a field. | 206 |
![]() |
coding | HiddenField | 'fileName' hides a field. | 211 |
![]() |
coding | HiddenField | 'createOnDemand' hides a field. | 216 |
![]() |
coding | HiddenField | 'locking' hides a field. | 221 |
![]() |
coding | HiddenField | 'filePattern' hides a field. | 238 |
![]() |
coding | HiddenField | 'policy' hides a field. | 243 |
![]() |
coding | HiddenField | 'strategy' hides a field. | 248 |
![]() |
coding | HiddenField | 'filePermissions' hides a field. | 253 |
![]() |
coding | HiddenField | 'fileOwner' hides a field. | 258 |
![]() |
coding | HiddenField | 'fileGroup' hides a field. | 263 |
![]() |
javadoc | JavadocMethod | Expected @param tag for '<B>'. | 363 |
![]() |
javadoc | JavadocMethod | Expected @param tag for '<B>'. | 408 |
org/apache/logging/log4j/core/appender/RollingRandomAccessFileAppender.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 50 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 51 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 53 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 62 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 65 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 68 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 71 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 74 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 77 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 80 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 83 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 86 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 89 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 136). | 113 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 132 |
![]() |
coding | HiddenField | 'fileName' hides a field. | 146 |
![]() |
coding | HiddenField | 'filePattern' hides a field. | 151 |
![]() |
coding | HiddenField | 'append' hides a field. | 156 |
![]() |
coding | HiddenField | 'policy' hides a field. | 161 |
![]() |
coding | HiddenField | 'strategy' hides a field. | 166 |
![]() |
coding | HiddenField | 'advertise' hides a field. | 171 |
![]() |
coding | HiddenField | 'advertiseURI' hides a field. | 176 |
![]() |
coding | HiddenField | 'filePermissions' hides a field. | 181 |
![]() |
coding | HiddenField | 'fileOwner' hides a field. | 186 |
![]() |
coding | HiddenField | 'fileGroup' hides a field. | 191 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 125). | 290 |
![]() |
javadoc | JavadocMethod | Expected @param tag for '<B>'. | 301 |
org/apache/logging/log4j/core/appender/ScriptAppenderSelector.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | FinalClass | Class ScriptAppenderSelector should be declared as final. | 40 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 128). | 40 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 40 |
![]() |
whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 65 |
![]() |
coding | HiddenField | 'appenderSet' hides a field. | 109 |
![]() |
coding | HiddenField | 'configuration' hides a field. | 114 |
![]() |
coding | HiddenField | 'name' hides a field. | 119 |
![]() |
coding | HiddenField | 'script' hides a field. | 124 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 136 |
org/apache/logging/log4j/core/appender/SmtpAppender.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 42 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 127 |
![]() |
coding | HiddenField | 'to' hides a field. | 127 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'to'. | 127 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 135 |
![]() |
coding | HiddenField | 'cc' hides a field. | 135 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'cc'. | 135 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 143 |
![]() |
coding | HiddenField | 'bcc' hides a field. | 143 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'bcc'. | 143 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 151 |
![]() |
coding | HiddenField | 'from' hides a field. | 151 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'from'. | 151 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 159 |
![]() |
coding | HiddenField | 'replyTo' hides a field. | 159 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'replyTo'. | 159 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 168 |
![]() |
coding | HiddenField | 'subject' hides a field. | 168 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'subject'. | 168 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 176 |
![]() |
coding | HiddenField | 'smtpProtocol' hides a field. | 176 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'smtpProtocol'. | 176 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 184 |
![]() |
coding | HiddenField | 'smtpHost' hides a field. | 184 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'smtpHost'. | 184 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 192 |
![]() |
coding | HiddenField | 'smtpPort' hides a field. | 192 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'smtpPort'. | 192 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 200 |
![]() |
coding | HiddenField | 'smtpUsername' hides a field. | 200 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'smtpUsername'. | 200 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 208 |
![]() |
coding | HiddenField | 'smtpPassword' hides a field. | 208 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'smtpPassword'. | 208 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 216 |
![]() |
coding | HiddenField | 'smtpDebug' hides a field. | 216 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'smtpDebug'. | 216 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 224 |
![]() |
coding | HiddenField | 'bufferSize' hides a field. | 224 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'bufferSize'. | 224 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 232 |
![]() |
coding | HiddenField | 'sslConfiguration' hides a field. | 232 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'sslConfiguration'. | 232 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 128). | 266 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 273 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 283 |
![]() |
sizes | ParameterNumber | More than 15 parameters (found 18). | 284 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'config'. | 285 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'name'. | 286 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'to'. | 287 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'cc'. | 288 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'bcc'. | 289 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'from'. | 290 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'replyTo'. | 291 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'subject'. | 292 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'smtpProtocol'. | 293 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'smtpHost'. | 294 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'smtpPortStr'. | 295 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'smtpUsername'. | 296 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'smtpPassword'. | 297 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'smtpDebug'. | 298 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'bufferSizeStr'. | 299 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'layout'. | 300 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'filter'. | 301 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'ignore'. | 302 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 128). | 321 |
org/apache/logging/log4j/core/appender/SocketAppender.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 128). | 72 |
![]() |
modifier | ModifierOrder | 'abstract' modifier out of order with the JLS suggestions. | 72 |
![]() |
coding | HiddenField | 'advertise' hides a field. | 133 |
![]() |
coding | HiddenField | 'connectTimeoutMillis' hides a field. | 138 |
![]() |
coding | HiddenField | 'host' hides a field. | 143 |
![]() |
coding | HiddenField | 'immediateFail' hides a field. | 148 |
![]() |
coding | HiddenField | 'port' hides a field. | 153 |
![]() |
coding | HiddenField | 'protocol' hides a field. | 158 |
![]() |
coding | HiddenField | 'reconnectDelayMillis' hides a field. | 163 |
![]() |
coding | HiddenField | 'socketOptions' hides a field. | 168 |
![]() |
coding | HiddenField | 'sslConfiguration' hides a field. | 173 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 128). | 221 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 162). | 222 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 235 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 236 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 238 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 132). | 255 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 257 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 148). | 415 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 125). | 418 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 125). | 419 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 159). | 421 |
org/apache/logging/log4j/core/appender/SyslogAppender.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 50 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 134). | 135 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 135). | 136 |
![]() |
coding | HiddenField | 'facility' hides a field. | 214 |
![]() |
coding | HiddenField | 'id' hides a field. | 219 |
![]() |
coding | HiddenField | 'enterpriseNumber' hides a field. | 224 |
![]() |
coding | HiddenField | 'includeMdc' hides a field. | 229 |
![]() |
coding | HiddenField | 'mdcId' hides a field. | 234 |
![]() |
coding | HiddenField | 'mdcPrefix' hides a field. | 239 |
![]() |
coding | HiddenField | 'eventPrefix' hides a field. | 244 |
![]() |
coding | HiddenField | 'newLine' hides a field. | 249 |
![]() |
coding | HiddenField | 'escapeNL' hides a field. | 254 |
![]() |
coding | HiddenField | 'appName' hides a field. | 259 |
![]() |
coding | HiddenField | 'msgId' hides a field. | 264 |
![]() |
coding | HiddenField | 'excludes' hides a field. | 269 |
![]() |
coding | HiddenField | 'includes' hides a field. | 274 |
![]() |
coding | HiddenField | 'required' hides a field. | 279 |
![]() |
coding | HiddenField | 'format' hides a field. | 284 |
![]() |
coding | HiddenField | 'exceptionPattern' hides a field. | 294 |
![]() |
coding | HiddenField | 'loggerFields' hides a field. | 299 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 305 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 125). | 309 |
![]() |
javadoc | JavadocMethod | Expected @param tag for '<B>'. | 364 |
![]() |
sizes | ParameterNumber | More than 15 parameters (found 31). | 364 |
org/apache/logging/log4j/core/appender/TlsSyslogFrame.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | MagicNumber | '31' is a magic number. | 50 |
org/apache/logging/log4j/core/appender/WriterAppender.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Type Javadoc comment is missing an @param <B> tag. | 41 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 84 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 91 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 155 |
org/apache/logging/log4j/core/appender/WriterManager.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 46 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 48 |
org/apache/logging/log4j/core/appender/db/AbstractDatabaseAppender.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 127). | 62 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 126). | 97 |
![]() |
coding | HiddenField | 'manager' hides a field. | 151 |
org/apache/logging/log4j/core/appender/db/AbstractDatabaseManager.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 89 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 90 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 92 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 94 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 103 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 125). | 115 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 115 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 133). | 270 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 133). | 282 |
org/apache/logging/log4j/core/appender/db/ColumnMapping.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | FinalClass | Class ColumnMapping should be declared as final. | 43 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 194). | 97 |
![]() |
coding | HiddenField | 'configuration' hides a field. | 107 |
![]() |
coding | HiddenField | 'layout' hides a field. | 118 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'layout'. | 118 |
![]() |
coding | HiddenField | 'literal' hides a field. | 129 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'literal'. | 129 |
![]() |
coding | HiddenField | 'name' hides a field. | 139 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'name'. | 139 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 161). | 145 |
![]() |
coding | HiddenField | 'parameter' hides a field. | 150 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'parameter'. | 150 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 151 |
![]() |
coding | HiddenField | 'pattern' hides a field. | 161 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'pattern'. | 161 |
![]() |
coding | HiddenField | 'source' hides a field. | 172 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'source'. | 172 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 178 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 179 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 180 |
![]() |
coding | HiddenField | 'type' hides a field. | 184 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'type'. | 184 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 207 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 208 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 209 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 210 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 211 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 212 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 213 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 166). | 215 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 215 |
org/apache/logging/log4j/core/appender/db/jdbc/AbstractConnectionSource.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 22 |
org/apache/logging/log4j/core/appender/db/jdbc/AbstractDriverManagerConnectionSource.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
coding | HiddenField | 'connectionString' hides a field. | 90 |
![]() |
coding | HiddenField | 'driverClassName' hides a field. | 95 |
![]() |
coding | HiddenField | 'password' hides a field. | 100 |
![]() |
coding | HiddenField | 'properties' hides a field. | 105 |
![]() |
coding | HiddenField | 'userName' hides a field. | 110 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 122 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 123 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 124 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 125 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 126 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 127 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 129 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 125). | 130 |
![]() |
coding | HiddenField | 'actualConnectionString' hides a field. | 147 |
![]() |
coding | HiddenField | 'properties' hides a field. | 208 |
org/apache/logging/log4j/core/appender/db/jdbc/ColumnConfig.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 40 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 74 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'clob'. | 106 |
![]() |
coding | HiddenField | 'configuration' hides a field. | 116 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'configuration'. | 116 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'eventTimestamp'. | 127 |
![]() |
coding | HiddenField | 'literal' hides a field. | 138 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'literal'. | 138 |
![]() |
coding | HiddenField | 'name' hides a field. | 148 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'name'. | 148 |
![]() |
coding | HiddenField | 'pattern' hides a field. | 159 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'pattern'. | 159 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'unicode'. | 169 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 182 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'config'. | 183 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'name'. | 183 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'pattern'. | 183 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'literalValue'. | 184 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'eventTimestamp'. | 184 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'unicode'. | 185 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'clob'. | 185 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 209 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 210 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 211 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 212 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 214 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 216 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 218 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 220 |
org/apache/logging/log4j/core/appender/db/jdbc/DataSourceConnectionSource.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 131). | 63 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 67 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 142). | 78 |
org/apache/logging/log4j/core/appender/db/jdbc/DriverManagerConnectionSource.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 59 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 125). | 60 |
org/apache/logging/log4j/core/appender/db/jdbc/JdbcAppender.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 56 |
![]() |
coding | HiddenField | 'bufferSize' hides a field. | 121 |
![]() |
coding | HiddenField | 'columnConfigs' hides a field. | 133 |
![]() |
coding | HiddenField | 'columnMappings' hides a field. | 138 |
![]() |
coding | HiddenField | 'connectionSource' hides a field. | 150 |
![]() |
coding | HiddenField | 'tableName' hides a field. | 170 |
![]() |
coding | HiddenField | 'truncateStrings' hides a field. | 175 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 188 |
![]() |
javadoc | JavadocMethod | Expected @param tag for '<B>'. | 189 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'name'. | 189 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'ignore'. | 189 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'filter'. | 190 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'connectionSource'. | 191 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'bufferSize'. | 192 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'tableName'. | 192 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'columnConfigs'. | 193 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 215 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 217 |
org/apache/logging/log4j/core/appender/db/jdbc/JdbcDatabaseManager.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 183). | 97 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 213 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 229 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 207). | 326 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 388 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 433 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'layout'. | 437 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'immediateFail'. | 439 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'reconnectIntervalMillis'. | 439 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 469 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 470 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 471 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 472 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 473 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 474 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 475 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 476 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 478 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 131). | 507 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 143). | 511 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 563 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 153). | 638 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 140). | 673 |
![]() |
coding | HiddenField | 'statement' hides a field. | 686 |
![]() |
coding | HiddenField | 'connection' hides a field. | 697 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 866 |
org/apache/logging/log4j/core/appender/mom/JmsAppender.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | FinalClass | Class Builder should be declared as final. | 50 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
coding | HiddenField | 'destinationBindingName' hides a field. | 127 |
![]() |
coding | HiddenField | 'factoryBindingName' hides a field. | 132 |
![]() |
coding | HiddenField | 'factoryName' hides a field. | 137 |
![]() |
coding | HiddenField | 'immediateFail' hides a field. | 142 |
![]() |
coding | HiddenField | 'jmsManager' hides a field. | 147 |
![]() |
coding | HiddenField | 'password' hides a field. | 152 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 160 |
![]() |
coding | HiddenField | 'password' hides a field. | 161 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'password'. | 161 |
![]() |
coding | HiddenField | 'providerUrl' hides a field. | 166 |
![]() |
coding | HiddenField | 'reconnectIntervalMillis' hides a field. | 171 |
![]() |
coding | HiddenField | 'securityCredentials' hides a field. | 176 |
![]() |
coding | HiddenField | 'securityPrincipalName' hides a field. | 181 |
![]() |
coding | HiddenField | 'urlPkgPrefixes' hides a field. | 186 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 194 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'username'. | 195 |
![]() |
coding | HiddenField | 'userName' hides a field. | 200 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 225 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 232 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 244 |
org/apache/logging/log4j/core/appender/mom/JmsManager.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | FinalClass | Class JmsManager should be declared as final. | 52 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 54 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 123 |
![]() |
design | FinalClass | Class Reconnector should be declared as final. | 143 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 190 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 236 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 238 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 239 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 240 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 241 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 242 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 243 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 245 |
![]() |
coding | HiddenField | 'jndiManager' hides a field. | 322 |
![]() |
coding | HiddenField | 'jndiManager' hides a field. | 332 |
![]() |
coding | HiddenField | 'session' hides a field. | 392 |
![]() |
coding | HiddenField | 'destination' hides a field. | 392 |
![]() |
coding | HiddenField | 'connection' hides a field. | 404 |
org/apache/logging/log4j/core/appender/mom/jeromq/JeroMqAppender.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | ParameterNumber | More than 15 parameters (found 26). | 66 |
![]() |
sizes | ParameterNumber | More than 15 parameters (found 25). | 84 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 148 |
org/apache/logging/log4j/core/appender/mom/jeromq/JeroMqManager.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | FinalClass | Class JeroMqManager should be declared as final. | 37 |
![]() |
sizes | ParameterNumber | More than 15 parameters (found 22). | 114 |
![]() |
design | FinalClass | Class JeroMqConfiguration should be declared as final. | 135 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 135 |
![]() |
sizes | ParameterNumber | More than 15 parameters (found 21). | 158 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 217 |
org/apache/logging/log4j/core/appender/mom/kafka/KafkaAppender.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 48 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 131). | 75 |
![]() |
blocks | EmptyBlock | Empty catch block. | 85 |
![]() |
coding | HiddenField | 'key' hides a field. | 100 |
![]() |
coding | HiddenField | 'syncSend' hides a field. | 105 |
![]() |
coding | HiddenField | 'topic' hides a field. | 110 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 117 |
![]() |
whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 117 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 121 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 126). | 129 |
![]() |
javadoc | JavadocMethod | Expected @param tag for '<B>'. | 150 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 154 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 156 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 158 |
![]() |
blocks | EmptyBlock | Empty catch block. | 182 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 128). | 209 |
org/apache/logging/log4j/core/appender/mom/kafka/KafkaManager.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 37 |
![]() |
whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
design | VisibilityModifier | Variable 'producerFactory' must be private and have accessor methods. | 44 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 53 |
![]() |
naming | ConstantName | Name 'factory' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$|^capabilities$|^log$'. | 53 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 124). | 150 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 153 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 160 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 171 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 128). | 174 |
org/apache/logging/log4j/core/appender/mom/kafka/KafkaProducerFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. |
org/apache/logging/log4j/core/appender/nosql/NoSqlAppender.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | HiddenField | 'bufferSize' hides a field. | 93 |
![]() |
coding | HiddenField | 'provider' hides a field. | 105 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 164 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 166 |
org/apache/logging/log4j/core/appender/nosql/NoSqlDatabaseManager.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 178 |
org/apache/logging/log4j/core/appender/rewrite/LoggerNameLevelRewritePolicy.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | FinalClass | Class LoggerNameLevelRewritePolicy should be declared as final. | 38 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 128). | 38 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 68 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 70 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 72 |
org/apache/logging/log4j/core/appender/rewrite/PropertiesRewritePolicy.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 41 |
org/apache/logging/log4j/core/appender/rolling/AbstractRolloverStrategy.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 49 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 154 |
org/apache/logging/log4j/core/appender/rolling/CronTriggeringPolicy.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | ConstantName | Name 'defaultSchedule' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$|^capabilities$|^log$'. | 43 |
![]() |
whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 149 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 168 |
org/apache/logging/log4j/core/appender/rolling/DefaultRolloverStrategy.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 126). | 140 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 124). | 146 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 127). | 147 |
![]() |
whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 147 |
![]() |
coding | HiddenField | 'max' hides a field. | 161 |
![]() |
coding | HiddenField | 'min' hides a field. | 176 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 124). | 188 |
![]() |
coding | HiddenField | 'fileIndex' hides a field. | 192 |
![]() |
coding | HiddenField | 'compressionLevelStr' hides a field. | 207 |
![]() |
coding | HiddenField | 'customActions' hides a field. | 222 |
![]() |
coding | HiddenField | 'stopCustomActionsOnError' hides a field. | 237 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 144). | 249 |
![]() |
coding | HiddenField | 'tempCompressedFilePattern' hides a field. | 252 |
![]() |
coding | HiddenField | 'config' hides a field. | 267 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 319 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 324 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 325 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 326 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 327 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 328 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 329 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 340 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 358 |
![]() |
whitespace | GenericWhitespace | '>' is followed by whitespace. | 367 |
org/apache/logging/log4j/core/appender/rolling/DirectWriteRolloverStrategy.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | HiddenField | 'maxFiles' hides a field. | 113 |
![]() |
coding | HiddenField | 'compressionLevelStr' hides a field. | 128 |
![]() |
coding | HiddenField | 'customActions' hides a field. | 143 |
![]() |
coding | HiddenField | 'stopCustomActionsOnError' hides a field. | 158 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 144). | 170 |
![]() |
coding | HiddenField | 'tempCompressedFilePattern' hides a field. | 173 |
![]() |
coding | HiddenField | 'config' hides a field. | 188 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 232 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 233 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 234 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 235 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 236 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 237 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 238 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 239 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 249 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 265 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 267 |
![]() |
whitespace | GenericWhitespace | '>' is followed by whitespace. | 272 |
org/apache/logging/log4j/core/appender/rolling/FileExtension.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 96 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 98 |
![]() |
modifier | RedundantModifier | Redundant 'private' modifier. | 98 |
org/apache/logging/log4j/core/appender/rolling/NoOpTriggeringPolicy.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 30 |
![]() |
whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
org/apache/logging/log4j/core/appender/rolling/OnStartupTriggeringPolicy.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | FinalClass | Class OnStartupTriggeringPolicy should be declared as final. | 32 |
org/apache/logging/log4j/core/appender/rolling/PatternProcessor.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 80 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 106 |
![]() |
coding | HiddenField | 'isTimeBased' hides a field. | 113 |
![]() |
whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 228 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 127). | 236 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 237 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'useCurrentTime'. | 256 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'useCurrentTime'. | 280 |
![]() |
coding | HiddenField | 'pattern' hides a field. | 311 |
![]() |
coding | HiddenField | 'pattern' hides a field. | 344 |
![]() |
coding | HiddenField | 'pattern' hides a field. | 353 |
org/apache/logging/log4j/core/appender/rolling/RollingFileManager.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 82 |
![]() |
naming | ConstantName | Name 'triggeringPolicyUpdater' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$|^capabilities$|^log$'. | 82 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 83 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 85 |
![]() |
naming | ConstantName | Name 'rolloverStrategyUpdater' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$|^capabilities$|^log$'. | 85 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 86 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 88 |
![]() |
naming | ConstantName | Name 'patternProcessorUpdater' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$|^capabilities$|^log$'. | 88 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 89 |
![]() |
whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 106 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 135). | 118 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 137). | 121 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 135). | 137 |
![]() |
sizes | ParameterNumber | More than 15 parameters (found 17). | 137 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 127). | 341 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 545 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 636 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 639 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 126). | 751 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 125). | 778 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 784 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 128). | 812 |
org/apache/logging/log4j/core/appender/rolling/RollingRandomAccessFileManager.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 135). | 56 |
![]() |
sizes | ParameterNumber | More than 15 parameters (found 18). | 63 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'loggerContext'. | 63 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'raf'. | 63 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'fileName'. | 64 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'pattern'. | 64 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'os'. | 64 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'append'. | 64 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'immediateFlush'. | 65 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'bufferSize'. | 65 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'size'. | 65 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'initialTime'. | 65 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'policy'. | 66 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strategy'. | 66 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'advertiseURI'. | 66 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'layout'. | 67 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'filePermissions'. | 68 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'fileOwner'. | 68 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'fileGroup'. | 68 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'writeHeader'. | 69 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 134). | 100 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 125). | 107 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'endOfBatch'. | 128 |
![]() |
whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 177 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 139). | 255 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 127). | 256 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 134). | 257 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 299 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 299 |
org/apache/logging/log4j/core/appender/rolling/TimeBasedTriggeringPolicy.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 37 |
![]() |
coding | HiddenField | 'interval' hides a field. | 66 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 66 |
![]() |
coding | HiddenField | 'modulate' hides a field. | 71 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 71 |
![]() |
coding | HiddenField | 'maxRandomDelay' hides a field. | 76 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 76 |
org/apache/logging/log4j/core/appender/rolling/action/AbstractPathAction.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | GenericWhitespace | '>' is followed by whitespace. | 61 |
org/apache/logging/log4j/core/appender/rolling/action/CommonsCompressAction.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 105 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 111 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 121 |
org/apache/logging/log4j/core/appender/rolling/action/DeleteAction.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Unused @param tag for 'PathSorter'. | 193 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'PathConditions'. | 194 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'sorterParameter'. | 206 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'pathConditions'. | 207 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'scriptCondition'. | 208 |
org/apache/logging/log4j/core/appender/rolling/action/Duration.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | FinalClass | Class Duration should be declared as final. | 35 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 41 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 121 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 134 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 157 |
![]() |
coding | MagicNumber | '1000L' is a magic number. | 179 |
![]() |
coding | MagicNumber | '32' is a magic number. | 196 |
org/apache/logging/log4j/core/appender/rolling/action/GzCompressAction.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Expected @param tag for 'source'. | 85 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'destination'. | 85 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'deleteSource'. | 85 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 159 |
org/apache/logging/log4j/core/appender/rolling/action/IfAccumulatedFileCount.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Expected @param tag for 'nestedConditions'. | 99 |
org/apache/logging/log4j/core/appender/rolling/action/IfAccumulatedFileSize.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Unused @param tag for 'threshold'. | 94 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'size'. | 100 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'nestedConditions'. | 101 |
org/apache/logging/log4j/core/appender/rolling/action/IfAny.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 171). | 48 |
org/apache/logging/log4j/core/appender/rolling/action/IfNot.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 171). | 46 |
org/apache/logging/log4j/core/appender/rolling/action/PathCondition.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - java.nio.file.Files. | 20 |
![]() |
modifier | RedundantModifier | Redundant 'static' modifier. | 33 |
org/apache/logging/log4j/core/appender/rolling/action/PathSorter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | GenericWhitespace | '>' is followed by an illegal character. | 25 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 25 |
org/apache/logging/log4j/core/appender/rolling/action/PosixViewAttributeAction.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | FinalClass | Class PosixViewAttributeAction should be declared as final. | 49 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 126). | 137 |
![]() |
coding | HiddenField | 'configuration' hides a field. | 148 |
![]() |
coding | HiddenField | 'subst' hides a field. | 159 |
![]() |
coding | HiddenField | 'basePath' hides a field. | 169 |
![]() |
coding | HiddenField | 'followLinks' hides a field. | 179 |
![]() |
coding | HiddenField | 'maxDepth' hides a field. | 189 |
![]() |
coding | HiddenField | 'pathConditions' hides a field. | 200 |
![]() |
coding | HiddenField | 'filePermissionsString' hides a field. | 214 |
![]() |
coding | HiddenField | 'filePermissions' hides a field. | 224 |
![]() |
coding | HiddenField | 'fileOwner' hides a field. | 234 |
![]() |
coding | HiddenField | 'fileGroup' hides a field. | 244 |
org/apache/logging/log4j/core/appender/rolling/action/ScriptCondition.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | StaticVariableName | Name 'LOGGER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 65 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 72 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 73 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'basePath'. | 73 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'candidates'. | 73 |
org/apache/logging/log4j/core/appender/rolling/action/SortingVisitor.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 23 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'basePath'. | 46 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'pathFilters'. | 47 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'sorter'. | 49 |
org/apache/logging/log4j/core/appender/routing/IdlePurgePolicy.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 36 |
![]() |
coding | HiddenField | 'routingAppender' hides a field. | 57 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 69 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 123 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 126). | 127 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'configuration'. | 136 |
org/apache/logging/log4j/core/appender/routing/PurgePolicy.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 21 |
![]() |
whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 26 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'event'. | 36 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 38 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'routingAppender'. | 43 |
org/apache/logging/log4j/core/appender/routing/Routes.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | ImportOrder | Wrong order for 'java.util.Objects' import. | 21 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 48 |
![]() |
coding | HiddenField | 'configuration' hides a field. | 98 |
![]() |
coding | HiddenField | 'pattern' hides a field. | 103 |
![]() |
coding | HiddenField | 'patternScript' hides a field. | 108 |
![]() |
coding | HiddenField | 'routes' hides a field. | 113 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 145 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 147 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 149 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 152 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 136). | 154 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 154 |
org/apache/logging/log4j/core/appender/routing/RoutingAppender.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 60 |
![]() |
coding | HiddenField | 'routes' hides a field. | 107 |
![]() |
coding | HiddenField | 'defaultRouteScript' hides a field. | 112 |
![]() |
coding | HiddenField | 'rewritePolicy' hides a field. | 117 |
![]() |
coding | HiddenField | 'purgePolicy' hides a field. | 122 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 133 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 135 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 136 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 137 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 138 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 139 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 141 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 142 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 143 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 144 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 145 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 147 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 317 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'purgePolicy'. | 367 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 379 |
![]() |
modifier | ModifierOrder | 'abstract' modifier out of order with the JLS suggestions. | 423 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 434 |
![]() |
coding | MagicNumber | '-100_000' is a magic number. | 463 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 471 |
org/apache/logging/log4j/core/async/AbstractAsyncExceptionHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Type Javadoc comment is missing an @param <T> tag. | 24 |
org/apache/logging/log4j/core/async/ArrayBlockingQueueFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Type Javadoc comment is missing an @param <E> tag. | 31 |
org/apache/logging/log4j/core/async/AsyncLogger.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 140 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 148 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 161 |
org/apache/logging/log4j/core/async/AsyncLoggerConfig.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 126). | 213 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 128). | 265 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 288 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 290 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'additivity'. | 292 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'levelName'. | 293 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'includeLocation'. | 294 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'refs'. | 295 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'properties'. | 296 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'config'. | 297 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'filter'. | 298 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 316 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'additivity'. | 318 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'level'. | 319 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'includeLocation'. | 320 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'refs'. | 321 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'properties'. | 322 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'config'. | 323 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'filter'. | 324 |
org/apache/logging/log4j/core/async/AsyncLoggerConfigDelegate.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Expected @param tag for 'event'. | 54 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'asyncLoggerConfig'. | 54 |
org/apache/logging/log4j/core/async/AsyncLoggerConfigDisruptor.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 74 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 75 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 126). | 140 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 328 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 336 |
org/apache/logging/log4j/core/async/AsyncLoggerDisruptor.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | ImportOrder | Wrong order for 'org.apache.logging.log4j.Level' import. | 24 |
![]() |
imports | ImportOrder | Wrong order for 'org.apache.logging.log4j.message.Message' import. | 38 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 132). | 98 |
org/apache/logging/log4j/core/async/AsyncQueueFullPolicyFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 125). | 26 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 30 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 45 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 56 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 126). | 91 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 124). | 95 |
org/apache/logging/log4j/core/async/BasicAsyncLoggerContextSelector.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | ImportOrder | Wrong order for 'java.net.URI' import. | 23 |
![]() |
imports | UnusedImports | Unused import - java.util.ArrayList. | 24 |
org/apache/logging/log4j/core/async/BlockingQueueFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Type Javadoc comment is missing an @param <E> tag. | 26 |
org/apache/logging/log4j/core/async/DiscardingAsyncQueueFullPolicy.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | ImportOrder | Wrong order for 'java.util.Objects' import. | 23 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 27 |
org/apache/logging/log4j/core/async/DisruptorBlockingQueueFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | ImportOrder | Wrong order for 'org.apache.logging.log4j.core.config.Node' import. | 23 |
![]() |
design | FinalClass | Class DisruptorBlockingQueueFactory should be declared as final. | 33 |
![]() |
javadoc | JavadocType | Type Javadoc comment is missing an @param <E> tag. | 33 |
org/apache/logging/log4j/core/async/DisruptorUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | ImportOrder | Wrong order for 'org.apache.logging.log4j.Logger' import. | 31 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 54 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 56 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 124). | 146 |
org/apache/logging/log4j/core/async/InternalAsyncUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 29 |
org/apache/logging/log4j/core/async/JCToolsBlockingQueueFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | FinalClass | Class JCToolsBlockingQueueFactory should be declared as final. | 35 |
![]() |
javadoc | JavadocType | Type Javadoc comment is missing an @param <E> tag. | 35 |
![]() |
javadoc | JavadocType | Type Javadoc comment is missing an @param <E> tag. | 58 |
![]() |
coding | MagicNumber | '32' is a magic number. | 123 |
![]() |
coding | MagicNumber | '100' is a magic number. | 133 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 145 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 146 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 147 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 151 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 155 |
![]() |
coding | MagicNumber | '200' is a magic number. | 156 |
![]() |
coding | MagicNumber | '100' is a magic number. | 158 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 170 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 175 |
org/apache/logging/log4j/core/async/LinkedTransferQueueFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Type Javadoc comment is missing an @param <E> tag. | 32 |
org/apache/logging/log4j/core/async/RingBufferLogEvent.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.logging.log4j.core.util.*. | 31 |
![]() |
imports | ImportOrder | Wrong order for 'org.apache.logging.log4j.core.time.Instant' import. | 32 |
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.logging.log4j.message.*. | 34 |
![]() |
coding | HiddenField | 'threadId' hides a field. | 92 |
![]() |
coding | HiddenField | 'threadName' hides a field. | 93 |
![]() |
coding | HiddenField | 'threadPriority' hides a field. | 93 |
![]() |
coding | MagicNumber | '10' is a magic number. | 132 |
![]() |
coding | HiddenField | 'endOfBatch' hides a field. | 154 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 264 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 384 |
![]() |
whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 475 |
org/apache/logging/log4j/core/async/RingBufferLogEventHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 53 |
org/apache/logging/log4j/core/async/RingBufferLogEventTranslator.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | ImportOrder | Wrong order for 'org.apache.logging.log4j.message.Message' import. | 27 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 42 |
![]() |
design | VisibilityModifier | Variable 'loggerName' must be private and have accessor methods. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 47 |
org/apache/logging/log4j/core/async/ThreadNameCachingStrategy.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 51 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 127). | 58 |
![]() |
coding | MagicNumber | '8' is a magic number. | 71 |
![]() |
coding | MagicNumber | '102' is a magic number. | 76 |
![]() |
coding | MagicNumber | '8' is a magic number. | 83 |
org/apache/logging/log4j/core/config/AbstractConfiguration.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 274 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 125). | 658 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 695 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 833 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 906 |
org/apache/logging/log4j/core/config/AppenderControlArraySet.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | ConstantName | Name 'appenderArrayUpdater' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$|^capabilities$|^log$'. | 35 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 124). | 36 |
org/apache/logging/log4j/core/config/AwaitUnconditionallyReliabilityStrategy.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 146). | 56 |
org/apache/logging/log4j/core/config/Configuration.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 157 |
org/apache/logging/log4j/core/config/ConfigurationFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | ImportOrder | Wrong order for 'java.io.File' import. | 41 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 90 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 95 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 97 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 97 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 99 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 99 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 101 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 101 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 109 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 114 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 119 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 124 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 126 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 126 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 127 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 127 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 132 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 137 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 139 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 141 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 143 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 145 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 145 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 147 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 149 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 150 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 152 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 295 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 149). | 318 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 127). | 394 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 435 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 465 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 135). | 493 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 124). | 535 |
![]() |
whitespace | NoWhitespaceAfter | 'String' is followed by whitespace. | 541 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 150). | 555 |
org/apache/logging/log4j/core/config/ConfigurationFileWatcher.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | HiddenField | 'file' hides a field. | 47 |
![]() |
coding | HiddenField | 'lastModifiedMillis' hides a field. | 65 |
org/apache/logging/log4j/core/config/ConfigurationScheduler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 97 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 135). | 149 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 155 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 140). | 171 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 142). | 185 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 215 |
![]() |
whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 243 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 125). | 248 |
org/apache/logging/log4j/core/config/ConfigurationSource.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 124). | 61 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 157 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 157 |
![]() |
whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 158 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 326 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 378 |
org/apache/logging/log4j/core/config/Configurator.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | ImportOrder | Wrong order for 'java.net.URI' import. | 29 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 51 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 128). | 54 |
![]() |
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 81 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 88 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 135). | 239 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 448 |
org/apache/logging/log4j/core/config/CronScheduledFuture.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Type Javadoc comment is missing an @param <V> tag. | 29 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 83 |
org/apache/logging/log4j/core/config/DefaultReliabilityStrategy.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 146). | 47 |
org/apache/logging/log4j/core/config/HttpWatcher.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | MemberName | Name 'LOGGER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 50 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 51 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 52 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 53 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 54 |
![]() |
coding | HiddenField | 'lastModifiedMillis' hides a field. | 89 |
![]() |
coding | FallThrough | Fall through from previous branch of the switch statement. | 127 |
org/apache/logging/log4j/core/config/LoggerConfig.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.apache.logging.log4j.core.impl.LocationAwareLogEventFactory. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
naming | StaticVariableName | Name 'LOG_EVENT_FACTORY' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 |
![]() |
coding | HiddenField | 'level' hides a field. | 205 |
![]() |
coding | HiddenField | 'name' hides a field. | 214 |
![]() |
coding | HiddenField | 'level' hides a field. | 382 |
![]() |
coding | HiddenField | 'level' hides a field. | 413 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 415 |
![]() |
coding | HiddenField | 'level' hides a field. | 428 |
![]() |
coding | HiddenField | 'level' hides a field. | 442 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 145). | 563 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 124). | 608 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 631 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 676 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 677 |
![]() |
coding | HiddenField | 'config' hides a field. | 679 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 683 |
![]() |
coding | HiddenField | 'config' hides a field. | 685 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 689 |
![]() |
coding | HiddenField | 'config' hides a field. | 691 |
![]() |
coding | HiddenField | 'config' hides a field. | 696 |
org/apache/logging/log4j/core/config/LoggersPlugin.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 49 |
org/apache/logging/log4j/core/config/Order.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 29 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 37 |
org/apache/logging/log4j/core/config/ReliabilityStrategyFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 148). | 66 |
org/apache/logging/log4j/core/config/ScriptsPlugin.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 34 |
org/apache/logging/log4j/core/config/arbiters/Arbiter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
org/apache/logging/log4j/core/config/arbiters/ClassArbiter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | FinalClass | Class ClassArbiter should be declared as final. | 28 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
coding | HiddenField | 'className' hides a field. | 61 |
org/apache/logging/log4j/core/config/arbiters/DefaultArbiter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 43 |
org/apache/logging/log4j/core/config/arbiters/ScriptArbiter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | FinalClass | Class ScriptArbiter should be declared as final. | 37 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 69 |
![]() |
coding | HiddenField | 'configuration' hides a field. | 79 |
![]() |
coding | HiddenField | 'node' hides a field. | 84 |
org/apache/logging/log4j/core/config/arbiters/SelectArbiter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 54 |
org/apache/logging/log4j/core/config/arbiters/SystemPropertyArbiter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | FinalClass | Class SystemPropertyArbiter should be declared as final. | 27 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
coding | HiddenField | 'propertyName' hides a field. | 70 |
![]() |
coding | HiddenField | 'propertyValue' hides a field. | 80 |
org/apache/logging/log4j/core/config/builder/api/ConfigurationBuilder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 260 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 268 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 276 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'includeLocation'. | 400 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'timeout'. | 454 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'timeUnit'. | 454 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 511 |
org/apache/logging/log4j/core/config/builder/api/FilterableComponentBuilder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 21 |
![]() |
javadoc | JavadocType | Type Javadoc comment is missing an @param <T> tag. | 25 |
org/apache/logging/log4j/core/config/builder/api/LoggableComponentBuilder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Type Javadoc comment is missing an @param <T> tag. | 25 |
org/apache/logging/log4j/core/config/builder/impl/BuiltConfiguration.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 45 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 131). | 54 |
org/apache/logging/log4j/core/config/builder/impl/DefaultAppenderComponentBuilder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 32 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 32 |
org/apache/logging/log4j/core/config/builder/impl/DefaultAppenderRefComponentBuilder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 31 |
org/apache/logging/log4j/core/config/builder/impl/DefaultComponentAndConfigurationBuilder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Type Javadoc comment is missing an @param <T> tag. | 29 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 130). | 32 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 130). | 37 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 42 |
org/apache/logging/log4j/core/config/builder/impl/DefaultComponentBuilder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Type Javadoc comment is missing an @param <CB> tag. | 36 |
![]() |
javadoc | JavadocType | Type Javadoc comment is missing an @param <T> tag. | 36 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 46 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 50 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 54 |
![]() |
coding | HiddenField | 'value' hides a field. | 63 |
![]() |
coding | HiddenField | 'value' hides a field. | 68 |
![]() |
coding | HiddenField | 'value' hides a field. | 73 |
![]() |
coding | HiddenField | 'value' hides a field. | 84 |
![]() |
coding | HiddenField | 'value' hides a field. | 90 |
![]() |
coding | HiddenField | 'builder' hides a field. | 96 |
![]() |
coding | HiddenField | 'value' hides a field. | 120 |
org/apache/logging/log4j/core/config/builder/impl/DefaultCompositeFilterComponentBuilder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 31 |
org/apache/logging/log4j/core/config/builder/impl/DefaultConfigurationBuilder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 101 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 107 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 133). | 190 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 310 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 315 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 332 |
![]() |
coding | HiddenField | 'name' hides a field. | 339 |
![]() |
coding | HiddenField | 'name' hides a field. | 350 |
![]() |
coding | HiddenField | 'name' hides a field. | 355 |
![]() |
coding | HiddenField | 'name' hides a field. | 365 |
![]() |
coding | HiddenField | 'name' hides a field. | 370 |
![]() |
coding | HiddenField | 'name' hides a field. | 375 |
![]() |
coding | HiddenField | 'level' hides a field. | 375 |
![]() |
coding | HiddenField | 'name' hides a field. | 380 |
![]() |
coding | HiddenField | 'level' hides a field. | 380 |
![]() |
coding | HiddenField | 'name' hides a field. | 385 |
![]() |
coding | HiddenField | 'level' hides a field. | 385 |
![]() |
coding | HiddenField | 'name' hides a field. | 390 |
![]() |
coding | HiddenField | 'level' hides a field. | 390 |
![]() |
coding | HiddenField | 'level' hides a field. | 405 |
![]() |
coding | HiddenField | 'level' hides a field. | 410 |
![]() |
coding | HiddenField | 'level' hides a field. | 415 |
![]() |
coding | HiddenField | 'level' hides a field. | 420 |
![]() |
coding | HiddenField | 'name' hides a field. | 431 |
![]() |
coding | HiddenField | 'name' hides a field. | 436 |
![]() |
coding | HiddenField | 'name' hides a field. | 442 |
![]() |
coding | HiddenField | 'name' hides a field. | 452 |
![]() |
coding | HiddenField | 'level' hides a field. | 452 |
![]() |
coding | HiddenField | 'name' hides a field. | 473 |
![]() |
coding | HiddenField | 'name' hides a field. | 478 |
![]() |
coding | HiddenField | 'name' hides a field. | 483 |
![]() |
coding | HiddenField | 'level' hides a field. | 483 |
![]() |
coding | HiddenField | 'name' hides a field. | 488 |
![]() |
coding | HiddenField | 'level' hides a field. | 488 |
![]() |
coding | HiddenField | 'name' hides a field. | 493 |
![]() |
coding | HiddenField | 'level' hides a field. | 493 |
![]() |
coding | HiddenField | 'name' hides a field. | 498 |
![]() |
coding | HiddenField | 'level' hides a field. | 498 |
![]() |
coding | HiddenField | 'level' hides a field. | 513 |
![]() |
coding | HiddenField | 'level' hides a field. | 518 |
![]() |
coding | HiddenField | 'level' hides a field. | 523 |
![]() |
coding | HiddenField | 'level' hides a field. | 528 |
![]() |
coding | HiddenField | 'advertiser' hides a field. | 533 |
![]() |
coding | HiddenField | 'name' hides a field. | 545 |
![]() |
coding | HiddenField | 'packages' hides a field. | 569 |
![]() |
coding | HiddenField | 'level' hides a field. | 587 |
![]() |
coding | HiddenField | 'verbosity' hides a field. | 593 |
![]() |
coding | HiddenField | 'destination' hides a field. | 599 |
org/apache/logging/log4j/core/config/builder/impl/DefaultCustomLevelComponentBuilder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 28 |
org/apache/logging/log4j/core/config/builder/impl/DefaultFilterComponentBuilder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 127). | 29 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 29 |
org/apache/logging/log4j/core/config/builder/impl/DefaultKeyValuePairComponentBuilder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 28 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 |
org/apache/logging/log4j/core/config/builder/impl/DefaultLayoutComponentBuilder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 28 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 28 |
org/apache/logging/log4j/core/config/builder/impl/DefaultLoggerComponentBuilder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 127). | 36 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 36 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 127). | 51 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 51 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 127). | 67 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 67 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 127). | 83 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 83 |
org/apache/logging/log4j/core/config/builder/impl/DefaultPropertyComponentBuilder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 28 |
org/apache/logging/log4j/core/config/builder/impl/DefaultRootLoggerComponentBuilder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 35 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 49 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 64 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 79 |
org/apache/logging/log4j/core/config/builder/impl/DefaultScriptComponentBuilder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 28 |
org/apache/logging/log4j/core/config/builder/impl/DefaultScriptFileComponentBuilder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 30 |
org/apache/logging/log4j/core/config/composite/DefaultMergeStrategy.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | RightCurly | '}' at column 29 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 100 |
![]() |
blocks | RightCurly | '}' at column 21 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 105 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 150 |
org/apache/logging/log4j/core/config/composite/MergeStrategy.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 23 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'pluginManager'. | 40 |
org/apache/logging/log4j/core/config/composite/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. |
org/apache/logging/log4j/core/config/json/JsonConfiguration.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | ImportOrder | Wrong order for 'org.apache.logging.log4j.core.LoggerContext' import. | 32 |
![]() |
whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 49 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 75 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 260 |
org/apache/logging/log4j/core/config/json/JsonConfigurationFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 27 |
![]() |
naming | ConstantName | Name 'dependencies' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$|^capabilities$|^log$'. | 36 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 47 |
org/apache/logging/log4j/core/config/plugins/Plugin.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 43 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 48 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 55 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 60 |
org/apache/logging/log4j/core/config/plugins/PluginAttribute.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 44 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 49 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 54 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 59 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 64 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 69 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 74 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 79 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 84 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 89 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 91 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 95 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 101 |
org/apache/logging/log4j/core/config/plugins/PluginBuilderAttribute.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 42 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 48 |
org/apache/logging/log4j/core/config/plugins/PluginElement.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 39 |
org/apache/logging/log4j/core/config/plugins/PluginVisitorStrategy.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 43 |
org/apache/logging/log4j/core/config/plugins/convert/Base64Converter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 30 |
![]() |
blocks | EmptyBlock | Empty catch block. | 55 |
org/apache/logging/log4j/core/config/plugins/convert/DateTypeConverter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 66 |
org/apache/logging/log4j/core/config/plugins/convert/HexConverter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 25 |
![]() |
coding | MagicNumber | '16' is a magic number. | 31 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 32 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 32 |
![]() |
coding | MagicNumber | '16' is a magic number. | 32 |
org/apache/logging/log4j/core/config/plugins/convert/TypeConverterRegistry.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | FinalClass | Class TypeConverterRegistry should be declared as final. | 40 |
![]() |
naming | StaticVariableName | Name 'INSTANCE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 87 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 108 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 125). | 163 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 142). | 173 |
org/apache/logging/log4j/core/config/plugins/convert/TypeConverters.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 51 |
![]() |
naming | ConstantName | Name 'PREFIX_0x' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$|^capabilities$|^log$'. | 106 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 207 |
![]() |
javadoc | JavadocMethod | Expected @param tag for '<T>'. | 411 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 413 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 444 |
org/apache/logging/log4j/core/config/plugins/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. |
org/apache/logging/log4j/core/config/plugins/processor/PluginProcessor.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 53 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 115 |
![]() |
design | FinalClass | Class PluginElementVisitor should be declared as final. | 125 |
![]() |
design | FinalClass | Class PluginAliasesElementVisitor should be declared as final. | 150 |
![]() |
whitespace | GenericWhitespace | '>' is followed by whitespace. | 155 |
org/apache/logging/log4j/core/config/plugins/util/PluginBuilder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | HiddenField | 'configuration' hides a field. | 80 |
![]() |
coding | HiddenField | 'node' hides a field. | 91 |
![]() |
coding | HiddenField | 'event' hides a field. | 102 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 125). | 130 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 125). | 140 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 210 |
org/apache/logging/log4j/core/config/plugins/util/PluginManager.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | ImportOrder | Wrong order for 'java.util.Collection' import. | 24 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'args'. | 63 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 145). | 141 |
org/apache/logging/log4j/core/config/plugins/util/PluginRegistry.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | Header | Line does not match expected header line of ' * contributor license agreements. See the NOTICE file distributed with'. | 3 |
![]() |
design | FinalClass | Class PluginRegistry should be declared as final. | 47 |
![]() |
naming | StaticVariableName | Name 'INSTANCE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 106 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 113 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'bundleId'. | 133 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 140 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'bundleId'. | 140 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'loader'. | 140 |
![]() |
coding | MagicNumber | '1e-9' is a magic number. | 197 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 208 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'pkg'. | 208 |
![]() |
coding | MagicNumber | '1e-9' is a magic number. | 267 |
org/apache/logging/log4j/core/config/plugins/util/PluginType.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Expected @param tag for 'pluginEntry'. | 37 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'pluginClass'. | 37 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'elementName'. | 37 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 54 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 69 |
org/apache/logging/log4j/core/config/plugins/util/PluginUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | ImportOrder | Wrong order for 'java.lang.reflect.InvocationTargetException' import. | 21 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 36 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 36 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 41 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'category'. | 41 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 49 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'category'. | 50 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'packages'. | 51 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 63 |
![]() |
javadoc | JavadocMethod | Expected @param tag for '<V>'. | 63 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'pluginClass'. | 63 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 82 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'pluginClass'. | 82 |
org/apache/logging/log4j/core/config/plugins/util/ResolverUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 193 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 291 |
org/apache/logging/log4j/core/config/plugins/validation/Constraint.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 40 |
org/apache/logging/log4j/core/config/plugins/validation/constraints/Required.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 43 |
org/apache/logging/log4j/core/config/plugins/validation/constraints/ValidHost.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.annotation.*. | 22 |
![]() |
imports | ImportOrder | Wrong order for 'java.lang.annotation.*' import. | 22 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 40 |
org/apache/logging/log4j/core/config/plugins/validation/constraints/ValidPort.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 43 |
org/apache/logging/log4j/core/config/plugins/validation/validators/ValidHostValidator.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | ImportOrder | Wrong order for 'java.net.InetAddress' import. | 24 |
![]() |
coding | HiddenField | 'annotation' hides a field. | 40 |
org/apache/logging/log4j/core/config/plugins/validation/validators/ValidPortValidator.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | HiddenField | 'annotation' hides a field. | 37 |
![]() |
coding | MagicNumber | '65535' is a magic number. | 51 |
org/apache/logging/log4j/core/config/plugins/visitors/PluginBuilderAttributeVisitor.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 167). | 30 |
org/apache/logging/log4j/core/config/properties/PropertiesConfiguration.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 127). | 35 |
org/apache/logging/log4j/core/config/properties/PropertiesConfigurationBuilder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | HiddenField | 'rootProperties' hides a field. | 75 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 95 |
![]() |
coding | HiddenField | 'loggerContext' hides a field. | 373 |
org/apache/logging/log4j/core/config/properties/PropertiesConfigurationFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | MagicNumber | '8' is a magic number. | 36 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 45 |
org/apache/logging/log4j/core/config/status/StatusConfiguration.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
coding | HiddenField | 'destination' hides a field. | 96 |
![]() |
coding | HiddenField | 'status' hides a field. | 133 |
![]() |
coding | HiddenField | 'status' hides a field. | 148 |
![]() |
coding | HiddenField | 'verbosity' hides a field. | 160 |
![]() |
coding | HiddenField | 'verboseClasses' hides a field. | 171 |
org/apache/logging/log4j/core/config/xml/XmlConfiguration.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 202 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 370 |
org/apache/logging/log4j/core/config/yaml/YamlConfiguration.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 30 |
org/apache/logging/log4j/core/config/yaml/YamlConfigurationFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 27 |
![]() |
naming | ConstantName | Name 'dependencies' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$|^capabilities$|^log$'. | 36 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 48 |
org/apache/logging/log4j/core/filter/AbstractFilter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 153). | 31 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 41 |
![]() |
modifier | ModifierOrder | 'abstract' modifier out of order with the JLS suggestions. | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
coding | HiddenField | 'onMatch' hides a field. | 65 |
![]() |
coding | HiddenField | 'onMismatch' hides a field. | 75 |
org/apache/logging/log4j/core/filter/AbstractFilterable.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | HiddenField | 'filter' hides a field. | 62 |
![]() |
coding | HiddenField | 'filter' hides a field. | 80 |
![]() |
coding | HiddenField | 'filter' hides a field. | 115 |
![]() |
coding | HiddenField | 'filter' hides a field. | 162 |
org/apache/logging/log4j/core/filter/BurstFilter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 85 |
![]() |
coding | HiddenField | 'level' hides a field. | 96 |
![]() |
coding | HiddenField | 'level' hides a field. | 102 |
![]() |
coding | HiddenField | 'level' hides a field. | 108 |
![]() |
coding | HiddenField | 'level' hides a field. | 119 |
![]() |
coding | HiddenField | 'level' hides a field. | 125 |
![]() |
coding | HiddenField | 'level' hides a field. | 131 |
![]() |
coding | HiddenField | 'level' hides a field. | 137 |
![]() |
coding | HiddenField | 'level' hides a field. | 143 |
![]() |
coding | HiddenField | 'level' hides a field. | 150 |
![]() |
coding | HiddenField | 'level' hides a field. | 157 |
![]() |
coding | HiddenField | 'level' hides a field. | 164 |
![]() |
coding | HiddenField | 'level' hides a field. | 172 |
![]() |
coding | HiddenField | 'level' hides a field. | 180 |
![]() |
coding | HiddenField | 'level' hides a field. | 194 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 247 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 139). | 293 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 293 |
![]() |
coding | HiddenField | 'level' hides a field. | 309 |
![]() |
coding | HiddenField | 'rate' hides a field. | 319 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 134). | 326 |
![]() |
coding | HiddenField | 'maxBurst' hides a field. | 330 |
org/apache/logging/log4j/core/filter/DenyAllFilter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 155). | 147 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 147 |
org/apache/logging/log4j/core/filter/DynamicThresholdFilter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | ImportOrder | Wrong order for 'org.apache.logging.log4j.core.ContextDataInjector' import. | 34 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 46 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 75 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 76 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 77 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 78 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 80 |
org/apache/logging/log4j/core/filter/LevelMatchFilter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
coding | HiddenField | 'level' hides a field. | 48 |
![]() |
coding | HiddenField | 'level' hides a field. | 54 |
![]() |
coding | HiddenField | 'level' hides a field. | 60 |
![]() |
coding | HiddenField | 'level' hides a field. | 70 |
![]() |
coding | HiddenField | 'level' hides a field. | 75 |
![]() |
coding | HiddenField | 'level' hides a field. | 81 |
![]() |
coding | HiddenField | 'level' hides a field. | 87 |
![]() |
coding | HiddenField | 'level' hides a field. | 93 |
![]() |
coding | HiddenField | 'level' hides a field. | 99 |
![]() |
coding | HiddenField | 'level' hides a field. | 106 |
![]() |
coding | HiddenField | 'level' hides a field. | 113 |
![]() |
coding | HiddenField | 'level' hides a field. | 120 |
![]() |
coding | HiddenField | 'level' hides a field. | 128 |
![]() |
coding | HiddenField | 'level' hides a field. | 136 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 161). | 153 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 153 |
![]() |
coding | HiddenField | 'level' hides a field. | 162 |
org/apache/logging/log4j/core/filter/LevelRangeFilter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 73 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 75 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 77 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 77 |
org/apache/logging/log4j/core/filter/MapFilter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 54 |
org/apache/logging/log4j/core/filter/MarkerFilter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
org/apache/logging/log4j/core/filter/NoMarkerFilter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 142). | 144 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 144 |
org/apache/logging/log4j/core/filter/RegexFilter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IllegalArgumentException'. | 131 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IllegalAccessException'. | 131 |
org/apache/logging/log4j/core/filter/ScriptFilter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | HiddenField | 'logger' hides a field. | 62 |
![]() |
coding | HiddenField | 'logger' hides a field. | 78 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 84 |
![]() |
coding | HiddenField | 'logger' hides a field. | 94 |
org/apache/logging/log4j/core/filter/StringMatchFilter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 163). | 155 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 155 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'level'. | 161 |
![]() |
coding | HiddenField | 'text' hides a field. | 164 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'text'. | 164 |
org/apache/logging/log4j/core/filter/ThreadContextMapFilter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 47 |
org/apache/logging/log4j/core/filter/ThresholdFilter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | HiddenField | 'level' hides a field. | 78 |
![]() |
coding | HiddenField | 'level' hides a field. | 84 |
![]() |
coding | HiddenField | 'level' hides a field. | 90 |
![]() |
coding | HiddenField | 'level' hides a field. | 96 |
![]() |
coding | HiddenField | 'level' hides a field. | 102 |
![]() |
coding | HiddenField | 'level' hides a field. | 109 |
![]() |
coding | HiddenField | 'level' hides a field. | 116 |
![]() |
coding | HiddenField | 'level' hides a field. | 123 |
![]() |
coding | HiddenField | 'level' hides a field. | 131 |
![]() |
coding | HiddenField | 'level' hides a field. | 139 |
org/apache/logging/log4j/core/filter/TimeFilter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 86 |
![]() |
coding | MagicNumber | '24' is a magic number. | 92 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 111 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 112 |
org/apache/logging/log4j/core/impl/ContextDataFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 48 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 78 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 89 |
org/apache/logging/log4j/core/impl/ContextDataInjectorFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 43 |
org/apache/logging/log4j/core/impl/DefaultLogEventFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | ConstantName | Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$|^capabilities$|^log$'. | 32 |
org/apache/logging/log4j/core/impl/ExtendedClassInfo.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'exact'. | 45 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'location'. | 45 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'version'. | 45 |
org/apache/logging/log4j/core/impl/ExtendedStackTraceElement.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Expected @param tag for 'declaringClass'. | 55 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'methodName'. | 55 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'fileName'. | 55 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'lineNumber'. | 56 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'exact'. | 56 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'location'. | 56 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'version'. | 56 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 133 |
org/apache/logging/log4j/core/impl/JdkMapAdapterStringMap.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 143). | 143 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 143 |
![]() |
naming | StaticVariableName | Name 'PUT_ALL' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
![]() |
coding | MagicNumber | '31' is a magic number. | 191 |
org/apache/logging/log4j/core/impl/Log4jContextFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | ImportOrder | Wrong order for 'org.apache.logging.log4j.core.config.Configuration' import. | 30 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 93 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 190 |
![]() |
whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 235 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 124). | 240 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 124). | 260 |
![]() |
blocks | RightCurly | '}' at column 25 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 291 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 147). | 296 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 354 |
org/apache/logging/log4j/core/impl/Log4jLogEvent.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.logging.log4j.core.util.*. | 32 |
![]() |
imports | ImportOrder | Wrong order for 'org.apache.logging.log4j.core.time.Instant' import. | 33 |
![]() |
imports | ImportOrder | Wrong order for 'org.apache.logging.log4j.core.LogEvent' import. | 36 |
![]() |
imports | ImportOrder | Wrong order for 'org.apache.logging.log4j.status.StatusLogger' import. | 47 |
![]() |
coding | HiddenField | 'level' hides a field. | 154 |
![]() |
coding | HiddenField | 'loggerFqcn' hides a field. | 159 |
![]() |
coding | HiddenField | 'loggerName' hides a field. | 164 |
![]() |
coding | HiddenField | 'marker' hides a field. | 169 |
![]() |
coding | HiddenField | 'message' hides a field. | 174 |
![]() |
coding | HiddenField | 'thrown' hides a field. | 179 |
![]() |
coding | HiddenField | 'instant' hides a field. | 189 |
![]() |
coding | HiddenField | 'thrownProxy' hides a field. | 194 |
![]() |
coding | HiddenField | 'contextData' hides a field. | 210 |
![]() |
coding | HiddenField | 'contextStack' hides a field. | 215 |
![]() |
coding | HiddenField | 'threadId' hides a field. | 220 |
![]() |
coding | HiddenField | 'threadName' hides a field. | 225 |
![]() |
coding | HiddenField | 'threadPriority' hides a field. | 230 |
![]() |
coding | HiddenField | 'source' hides a field. | 235 |
![]() |
coding | HiddenField | 'includeLocation' hides a field. | 240 |
![]() |
coding | HiddenField | 'endOfBatch' hides a field. | 245 |
![]() |
coding | HiddenField | 'nanoTime' hides a field. | 256 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 287 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 296 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'timestamp'. | 297 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 312 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 325 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 329 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 348 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 352 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'source'. | 353 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 380 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 414 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 438 |
![]() |
sizes | ParameterNumber | More than 15 parameters (found 16). | 438 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 165). | 443 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 449 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 451 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 165). | 454 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 461 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 463 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'event'. | 795 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'includeLocation'. | 795 |
![]() |
coding | MagicNumber | '31' is a magic number. | 879 |
![]() |
coding | MagicNumber | '31' is a magic number. | 880 |
![]() |
coding | MagicNumber | '31' is a magic number. | 881 |
![]() |
coding | MagicNumber | '31' is a magic number. | 882 |
![]() |
coding | MagicNumber | '31' is a magic number. | 883 |
![]() |
coding | MagicNumber | '31' is a magic number. | 884 |
![]() |
coding | MagicNumber | '32' is a magic number. | 884 |
![]() |
coding | MagicNumber | '31' is a magic number. | 885 |
![]() |
coding | MagicNumber | '31' is a magic number. | 886 |
![]() |
coding | MagicNumber | '31' is a magic number. | 887 |
![]() |
coding | MagicNumber | '31' is a magic number. | 888 |
![]() |
coding | MagicNumber | '31' is a magic number. | 889 |
![]() |
coding | MagicNumber | '32' is a magic number. | 889 |
![]() |
coding | MagicNumber | '31' is a magic number. | 890 |
![]() |
coding | MagicNumber | '31' is a magic number. | 891 |
![]() |
coding | MagicNumber | '32' is a magic number. | 891 |
![]() |
coding | MagicNumber | '31' is a magic number. | 892 |
![]() |
coding | MagicNumber | '31' is a magic number. | 893 |
![]() |
coding | MagicNumber | '31' is a magic number. | 894 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 934 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 957 |
org/apache/logging/log4j/core/impl/Log4jProvider.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | MagicNumber | '10' is a magic number. | 26 |
org/apache/logging/log4j/core/impl/MementoMessage.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 22 |
org/apache/logging/log4j/core/impl/MutableLogEvent.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.logging.log4j.core.util.*. | 29 |
![]() |
imports | ImportOrder | Wrong order for 'org.apache.logging.log4j.core.time.Instant' import. | 30 |
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.logging.log4j.message.*. | 32 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 67 |
![]() |
design | VisibilityModifier | Variable 'reserved' must be private and have accessor methods. | 67 |
![]() |
coding | MagicNumber | '10' is a magic number. | 214 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 279 |
![]() |
whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 497 |
org/apache/logging/log4j/core/impl/ReusableLogEventFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | ConstantName | Name 'mutableLogEventThreadLocal' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$|^capabilities$|^log$'. | 41 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 134). | 94 |
![]() |
whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 94 |
org/apache/logging/log4j/core/impl/ThreadContextDataInjector.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 55 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 62 |
![]() |
design | VisibilityModifier | Variable 'contextDataProviders' must be private and have accessor methods. | 62 |
![]() |
naming | ConstantName | Name 'providerLock' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$|^capabilities$|^log$'. | 66 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 230 |
org/apache/logging/log4j/core/impl/ThreadContextDataProvider.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | ImportOrder | Wrong order for 'java.util.Map' import. | 23 |
org/apache/logging/log4j/core/impl/ThrowableFormatOptions.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 80 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 81 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 81 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 82 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 83 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 83 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 84 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 85 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 85 |
![]() |
whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 244 |
![]() |
whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 286 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 183). | 290 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 292 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 294 |
org/apache/logging/log4j/core/impl/ThrowableProxy.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 44 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 47 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 127). | 112 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 141). | 139 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'suffix'. | 182 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 139). | 194 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'suffix'. | 194 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'suffix'. | 237 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 135). | 260 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 163). | 273 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 347 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 166). | 360 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 185). | 375 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 376 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'suffix'. | 415 |
org/apache/logging/log4j/core/impl/ThrowableProxyHelper.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | ImportOrder | Wrong order for 'java.net.URL' import. | 23 |
![]() |
design | FinalClass | Class ThrowableProxyHelper should be declared as final. | 36 |
org/apache/logging/log4j/core/impl/ThrowableProxyRenderer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | ImportOrder | Wrong order for 'java.util.List' import. | 22 |
![]() |
design | FinalClass | Class ThrowableProxyRenderer should be declared as final. | 28 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 52 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 154). | 56 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 128). | 62 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 141). | 72 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 135). | 73 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 127). | 77 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 159). | 78 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 133). | 83 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 126). | 88 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 157). | 89 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 129 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 140). | 143 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 211). | 173 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 140). | 180 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 206). | 195 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 209 |
org/apache/logging/log4j/core/jackson/ContextDataAsEntryListDeserializer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.core.JsonParser. | 26 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.core.JsonProcessingException. | 27 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.core.type.TypeReference. | 28 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.databind.DeserializationContext. | 29 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.databind.deser.std.StdDeserializer. | 30 |
org/apache/logging/log4j/core/jackson/ContextDataAsEntryListSerializer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | ImportOrder | Wrong order for 'org.apache.logging.log4j.util.BiConsumer' import. | 23 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.core.JsonGenerationException. | 25 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.core.JsonGenerator. | 26 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.databind.SerializerProvider. | 27 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.databind.ser.std.StdSerializer. | 28 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 44 |
![]() |
design | VisibilityModifier | Variable 'i' must be private and have accessor methods. | 49 |
org/apache/logging/log4j/core/jackson/ContextDataDeserializer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | Header | Line does not match expected header line of '/*'. | 1 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.core.JsonParser. | 26 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.core.JsonProcessingException. | 27 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.core.JsonToken. | 28 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.databind.DeserializationContext. | 29 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.databind.deser.std.StdDeserializer. | 30 |
org/apache/logging/log4j/core/jackson/ContextDataSerializer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.core.JsonGenerationException. | 25 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.core.JsonGenerator. | 26 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.databind.SerializerProvider. | 27 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.databind.ser.std.StdSerializer. | 28 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 52 |
org/apache/logging/log4j/core/jackson/ExtendedStackTraceElementMixIn.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.annotation.JsonCreator. | 24 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.annotation.JsonIgnore. | 25 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.annotation.JsonProperty. | 26 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.annotation.JsonPropertyOrder. | 27 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty. | 28 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 39 |
org/apache/logging/log4j/core/jackson/Initializers.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.databind.Module.SetupContext. | 28 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.databind.module.SimpleModule. | 29 |
![]() |
imports | ImportOrder | Wrong order for 'org.apache.logging.log4j.core.time.Instant' import. | 30 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 45 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 140). | 48 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 186). | 56 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 56 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 67 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 140). | 70 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 186). | 78 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 78 |
![]() |
whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 92 |
org/apache/logging/log4j/core/jackson/InstantMixIn.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.annotation.JsonCreator. | 19 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.annotation.JsonIgnoreProperties. | 20 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.annotation.JsonProperty. | 21 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty. | 22 |
![]() |
imports | ImportOrder | Wrong order for 'org.apache.logging.log4j.Marker' import. | 23 |
![]() |
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 42 |
org/apache/logging/log4j/core/jackson/JsonConstants.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 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 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
org/apache/logging/log4j/core/jackson/LevelMixIn.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.annotation.JsonCreator. | 22 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.annotation.JsonIgnoreProperties. | 23 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.annotation.JsonValue. | 24 |
org/apache/logging/log4j/core/jackson/ListOfMapEntryDeserializer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.core.JsonParser. | 24 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.core.JsonProcessingException. | 25 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.core.type.TypeReference. | 26 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.databind.DeserializationContext. | 27 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.databind.deser.std.StdDeserializer. | 28 |
org/apache/logging/log4j/core/jackson/ListOfMapEntrySerializer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.core.JsonGenerationException. | 24 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.core.JsonGenerator. | 25 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.databind.SerializerProvider. | 26 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.databind.ser.std.StdSerializer. | 27 |
org/apache/logging/log4j/core/jackson/Log4jJsonModule.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.core.Version. | 23 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.databind.module.SimpleModule. | 24 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 170). | 39 |
org/apache/logging/log4j/core/jackson/Log4jJsonObjectMapper.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.annotation.JsonInclude. | 19 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.databind.ObjectMapper. | 20 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 183). | 42 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'encodeThreadContextAsList'. | 42 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'includeStacktrace'. | 42 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'stacktraceAsString'. | 42 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'objectMessageAsJsonObject'. | 42 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 142). | 43 |
org/apache/logging/log4j/core/jackson/Log4jStackTraceElementDeserializer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.core.JsonParser. | 21 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.core.JsonProcessingException. | 22 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.core.JsonToken. | 23 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.databind.DeserializationContext. | 24 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.databind.JsonMappingException. | 25 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.databind.deser.std.StdScalarDeserializer. | 26 |
![]() |
coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 50 |
org/apache/logging/log4j/core/jackson/Log4jXmlModule.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.dataformat.xml.JacksonXmlModule. | 22 |
org/apache/logging/log4j/core/jackson/Log4jXmlObjectMapper.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.annotation.JsonInclude. | 19 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.databind.ObjectMapper. | 20 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.dataformat.xml.XmlMapper. | 21 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'includeStacktrace'. | 43 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'stacktraceAsString'. | 43 |
org/apache/logging/log4j/core/jackson/Log4jYamlModule.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.core.Version. | 23 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.databind.module.SimpleModule. | 24 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 38 |
org/apache/logging/log4j/core/jackson/Log4jYamlObjectMapper.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.annotation.JsonInclude. | 19 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.databind.ObjectMapper. | 20 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.dataformat.yaml.YAMLMapper. | 21 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 142). | 43 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'encodeThreadContextAsList'. | 43 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'includeStacktrace'. | 43 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'stacktraceAsString'. | 43 |
org/apache/logging/log4j/core/jackson/LogEventJsonMixIn.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | ImportOrder | Wrong order for 'org.apache.logging.log4j.core.LogEvent' import. | 26 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.annotation.JsonFilter. | 30 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.annotation.JsonIgnore. | 31 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.annotation.JsonProperty. | 32 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.annotation.JsonPropertyOrder. | 33 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.annotation.JsonRootName. | 34 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.databind.annotation.JsonDeserialize. | 35 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.databind.annotation.JsonSerialize. | 36 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper. | 37 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty. | 38 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement. | 39 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 41 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 159). | 44 |
org/apache/logging/log4j/core/jackson/LogEventWithContextListMixIn.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | ImportOrder | Wrong order for 'org.apache.logging.log4j.core.LogEvent' import. | 26 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.annotation.JsonFilter. | 30 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.annotation.JsonIgnore. | 31 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.annotation.JsonProperty. | 32 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.annotation.JsonPropertyOrder. | 33 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.annotation.JsonRootName. | 34 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.databind.annotation.JsonDeserialize. | 35 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.databind.annotation.JsonSerialize. | 36 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper. | 37 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty. | 38 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement. | 39 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 41 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 158). | 44 |
org/apache/logging/log4j/core/jackson/MapEntry.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.annotation.JsonCreator. | 21 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.annotation.JsonProperty. | 22 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.annotation.JsonPropertyOrder. | 23 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty. | 24 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 140). | 31 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 47 |
org/apache/logging/log4j/core/jackson/MarkerMixIn.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.annotation.JsonCreator. | 21 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.annotation.JsonProperty. | 22 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.databind.annotation.JsonDeserialize. | 23 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper. | 24 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty. | 25 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 30 |
org/apache/logging/log4j/core/jackson/MessageSerializer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.core.JsonGenerationException. | 23 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.core.JsonGenerator. | 24 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.databind.SerializerProvider. | 25 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.databind.ser.std.StdScalarSerializer. | 26 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 127). | 42 |
org/apache/logging/log4j/core/jackson/MutableThreadContextStackDeserializer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.core.JsonParser. | 24 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.core.JsonProcessingException. | 25 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.core.type.TypeReference. | 26 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.databind.DeserializationContext. | 27 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.databind.deser.std.StdDeserializer. | 28 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 124). | 44 |
org/apache/logging/log4j/core/jackson/ObjectMessageSerializer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.core.JsonGenerationException. | 23 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.core.JsonGenerator. | 24 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.databind.SerializerProvider. | 25 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.databind.ser.std.StdScalarSerializer. | 26 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 133). | 42 |
org/apache/logging/log4j/core/jackson/SimpleMessageDeserializer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.core.JsonParser. | 23 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.core.JsonProcessingException. | 24 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.databind.DeserializationContext. | 25 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.databind.deser.std.StdScalarDeserializer. | 26 |
org/apache/logging/log4j/core/jackson/StackTraceElementMixIn.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.annotation.JsonCreator. | 19 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.annotation.JsonIgnoreProperties. | 20 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.annotation.JsonProperty. | 21 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty. | 22 |
![]() |
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 42 |
org/apache/logging/log4j/core/jackson/ThrowableProxyMixIn.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.annotation.JsonIgnore. | 22 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.annotation.JsonProperty. | 23 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper. | 24 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty. | 25 |
org/apache/logging/log4j/core/jackson/ThrowableProxyWithStacktraceAsStringMixIn.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.annotation.JsonIgnore. | 19 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.annotation.JsonProperty. | 20 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper. | 21 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty. | 22 |
![]() |
imports | ImportOrder | Wrong order for 'org.apache.logging.log4j.core.impl.ExtendedStackTraceElement' import. | 23 |
org/apache/logging/log4j/core/jackson/ThrowableProxyWithoutStacktraceMixIn.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.annotation.JsonIgnore. | 19 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.annotation.JsonProperty. | 20 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper. | 21 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty. | 22 |
![]() |
imports | ImportOrder | Wrong order for 'org.apache.logging.log4j.core.impl.ExtendedStackTraceElement' import. | 23 |
org/apache/logging/log4j/core/jackson/XmlConstants.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 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 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
org/apache/logging/log4j/core/jmx/LoggerContextAdmin.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 87 |
org/apache/logging/log4j/core/jmx/LoggerContextAdminMBean.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 68 |
org/apache/logging/log4j/core/jmx/RingBufferAdmin.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 45 |
org/apache/logging/log4j/core/jmx/Server.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 58 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 61 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 66 |
![]() |
naming | ConstantName | Name 'executor' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$|^capabilities$|^log$'. | 66 |
![]() |
coding | HiddenField | 'executor' hides a field. | 273 |
![]() |
coding | HiddenField | 'executor' hides a field. | 281 |
![]() |
coding | HiddenField | 'executor' hides a field. | 355 |
![]() |
coding | HiddenField | 'executor' hides a field. | 372 |
org/apache/logging/log4j/core/jmx/StatusLoggerAdmin.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 37 |
org/apache/logging/log4j/core/layout/AbstractCsvLayout.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 66 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 68 |
org/apache/logging/log4j/core/layout/AbstractJacksonLayout.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.annotation.JsonAnyGetter. | 43 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.annotation.JsonIgnore. | 44 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.annotation.JsonRootName. | 45 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.annotation.JsonUnwrapped. | 46 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.core.JsonGenerationException. | 47 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.databind.JsonMappingException. | 48 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.databind.ObjectWriter. | 49 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement. | 50 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 57 |
![]() |
modifier | ModifierOrder | 'abstract' modifier out of order with the JLS suggestions. | 57 |
![]() |
blocks | LeftCurly | '{' at column 49 should have line break after. | 132 |
![]() |
coding | HiddenField | 'eventEol' hides a field. | 142 |
![]() |
coding | HiddenField | 'endOfLine' hides a field. | 147 |
![]() |
coding | HiddenField | 'compact' hides a field. | 152 |
![]() |
coding | HiddenField | 'complete' hides a field. | 157 |
![]() |
coding | HiddenField | 'locationInfo' hides a field. | 162 |
![]() |
coding | HiddenField | 'properties' hides a field. | 167 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 130). | 174 |
![]() |
coding | HiddenField | 'includeStacktrace' hides a field. | 177 |
![]() |
coding | HiddenField | 'stacktraceAsString' hides a field. | 187 |
![]() |
coding | HiddenField | 'includeNullDelimiter' hides a field. | 197 |
![]() |
coding | HiddenField | 'includeTimeMillis' hides a field. | 207 |
![]() |
coding | HiddenField | 'additionalFields' hides a field. | 217 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 143). | 241 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 141). | 245 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 136). | 261 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 124). | 271 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 132). | 275 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 352 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 359 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 376 |
![]() |
design | VisibilityModifier | Variable 'key' must be private and have accessor methods. | 383 |
![]() |
design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 384 |
![]() |
design | VisibilityModifier | Variable 'valueNeedsLookup' must be private and have accessor methods. | 385 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 394 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 399 |
org/apache/logging/log4j/core/layout/AbstractLayout.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | HiddenField | 'configuration' hides a field. | 72 |
![]() |
coding | HiddenField | 'footer' hides a field. | 77 |
![]() |
coding | HiddenField | 'header' hides a field. | 82 |
org/apache/logging/log4j/core/layout/AbstractStringLayout.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 46 |
![]() |
coding | HiddenField | 'charset' hides a field. | 69 |
![]() |
coding | HiddenField | 'footerSerializer' hides a field. | 74 |
![]() |
coding | HiddenField | 'headerSerializer' hides a field. | 79 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 91 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 113 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 115 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 115 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 118 |
![]() |
naming | ConstantName | Name 'threadLocal' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$|^capabilities$|^log$'. | 118 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 148 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 152 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 154 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 156 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 158 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 169 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 185 |
org/apache/logging/log4j/core/layout/ByteBufferDestination.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Expected @param tag for 'data'. | 57 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'data'. | 73 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'offset'. | 73 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'length'. | 73 |
org/apache/logging/log4j/core/layout/CsvLogEventLayout.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 124). | 45 |
![]() |
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 67 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 69 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 153). | 73 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 73 |
org/apache/logging/log4j/core/layout/CsvParameterLayout.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 125). | 54 |
![]() |
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 76 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 78 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 151). | 82 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 82 |
org/apache/logging/log4j/core/layout/GelfLayout.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 72 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 86 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 116 |
![]() |
blocks | LeftCurly | '{' at column 49 should have line break after. | 253 |
![]() |
coding | HiddenField | 'host' hides a field. | 268 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'host'. | 268 |
![]() |
coding | HiddenField | 'compressionType' hides a field. | 278 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'compressionType'. | 278 |
![]() |
coding | HiddenField | 'compressionThreshold' hides a field. | 288 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'compressionThreshold'. | 288 |
![]() |
coding | HiddenField | 'includeStacktrace' hides a field. | 299 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'includeStacktrace'. | 299 |
![]() |
coding | HiddenField | 'includeThreadContext' hides a field. | 309 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'includeThreadContext'. | 309 |
![]() |
coding | HiddenField | 'includeNullDelimiter' hides a field. | 320 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'includeNullDelimiter'. | 320 |
![]() |
coding | HiddenField | 'includeNewLineDelimiter' hides a field. | 330 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'includeNewLineDelimiter'. | 330 |
![]() |
coding | HiddenField | 'additionalFields' hides a field. | 340 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'additionalFields'. | 340 |
![]() |
coding | HiddenField | 'patternSelector' hides a field. | 360 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 365 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 375 |
![]() |
coding | HiddenField | 'includeMapMessage' hides a field. | 390 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'includeMapMessage'. | 390 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 395 |
![]() |
coding | HiddenField | 'mapMessageIncludes' hides a field. | 400 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 405 |
![]() |
coding | HiddenField | 'mapMessageExcludes' hides a field. | 410 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'host'. | 444 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'additionalFields'. | 444 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'compressionType'. | 444 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'compressionThreshold'. | 445 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'includeStacktrace'. | 445 |
![]() |
sizes | ParameterNumber | More than 15 parameters (found 16). | 450 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 136). | 462 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 509 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'host'. | 512 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'additionalFields'. | 513 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'compressionType'. | 515 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'compressionThreshold'. | 517 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'includeStacktrace'. | 519 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 670 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 696 |
![]() |
naming | ConstantName | Name 'messageStringBuilder' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$|^capabilities$|^log$'. | 696 |
![]() |
coding | MagicNumber | '1000' is a magic number. | 716 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 725 |
![]() |
naming | ConstantName | Name 'timestampStringBuilder' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$|^capabilities$|^log$'. | 725 |
![]() |
coding | MagicNumber | '20' is a magic number. | 730 |
org/apache/logging/log4j/core/layout/HtmlLayout.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 76 |
![]() |
modifier | RedundantModifier | Redundant 'static' modifier. | 77 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
![]() |
modifier | RedundantModifier | Redundant 'private' modifier. | 83 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 121 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 128 |
![]() |
coding | HiddenField | 'contentType' hides a field. | 137 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 367 |
![]() |
design | FinalClass | Class Builder should be declared as final. | 385 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 385 |
![]() |
coding | HiddenField | 'locationInfo' hides a field. | 414 |
![]() |
coding | HiddenField | 'title' hides a field. | 419 |
![]() |
coding | HiddenField | 'contentType' hides a field. | 424 |
![]() |
coding | HiddenField | 'charset' hides a field. | 429 |
![]() |
coding | HiddenField | 'fontSize' hides a field. | 434 |
![]() |
coding | HiddenField | 'fontName' hides a field. | 439 |
![]() |
coding | HiddenField | 'datePattern' hides a field. | 444 |
![]() |
coding | HiddenField | 'timezone' hides a field. | 449 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 456 |
org/apache/logging/log4j/core/layout/JacksonFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.core.PrettyPrinter. | 32 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.core.util.DefaultPrettyPrinter. | 33 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.core.util.MinimalPrettyPrinter. | 34 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.databind.ObjectMapper. | 35 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.databind.ObjectWriter. | 36 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.databind.ser.impl.SimpleBeanPropertyFilter. | 37 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.databind.ser.impl.SimpleFilterProvider. | 38 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.dataformat.xml.util.DefaultXmlPrettyPrinter. | 39 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 41 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 43 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 170). | 50 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 50 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 89 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 99 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 107 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 154 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 160 |
![]() |
modifier | ModifierOrder | 'protected' modifier out of order with the JLS suggestions. | 240 |
![]() |
modifier | ModifierOrder | 'protected' modifier out of order with the JLS suggestions. | 242 |
![]() |
modifier | ModifierOrder | 'protected' modifier out of order with the JLS suggestions. | 244 |
![]() |
modifier | ModifierOrder | 'protected' modifier out of order with the JLS suggestions. | 246 |
![]() |
modifier | ModifierOrder | 'protected' modifier out of order with the JLS suggestions. | 248 |
![]() |
modifier | ModifierOrder | 'protected' modifier out of order with the JLS suggestions. | 250 |
![]() |
modifier | ModifierOrder | 'protected' modifier out of order with the JLS suggestions. | 252 |
![]() |
modifier | ModifierOrder | 'protected' modifier out of order with the JLS suggestions. | 254 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 128). | 277 |
org/apache/logging/log4j/core/layout/JsonLayout.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 77 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 79 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 101 |
![]() |
coding | HiddenField | 'propertiesAsList' hides a field. | 110 |
![]() |
coding | HiddenField | 'objectMessageAsJsonObject' hides a field. | 119 |
![]() |
coding | HiddenField | 'additionalFields' hides a field. | 130 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 133). | 142 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 142 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 146). | 147 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 146). | 148 |
![]() |
sizes | ParameterNumber | More than 15 parameters (found 17). | 152 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 149). | 159 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 146). | 162 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 146). | 163 |
org/apache/logging/log4j/core/layout/LevelPatternSelector.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 34 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 128). | 41 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 133). | 45 |
![]() |
coding | HiddenField | 'properties' hides a field. | 80 |
![]() |
coding | HiddenField | 'defaultPattern' hides a field. | 85 |
![]() |
coding | HiddenField | 'alwaysWriteExceptions' hides a field. | 90 |
![]() |
coding | HiddenField | 'disableAnsi' hides a field. | 95 |
![]() |
coding | HiddenField | 'noConsoleNoAnsi' hides a field. | 100 |
![]() |
coding | HiddenField | 'configuration' hides a field. | 105 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 120 |
![]() |
naming | StaticVariableName | Name 'LOGGER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 120 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'properties'. | 128 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'defaultPattern'. | 128 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'alwaysWriteExceptions'. | 129 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'noConsoleNoAnsi'. | 129 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'config'. | 130 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'properties'. | 209 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'defaultPattern'. | 210 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'alwaysWriteExceptions'. | 211 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'noConsoleNoAnsi'. | 212 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'configuration'. | 213 |
org/apache/logging/log4j/core/layout/LockingStringBuilderEncoder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | ImportOrder | Wrong order for 'java.nio.CharBuffer' import. | 22 |
org/apache/logging/log4j/core/layout/MarkerPatternSelector.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 41 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 134). | 45 |
![]() |
coding | HiddenField | 'properties' hides a field. | 80 |
![]() |
coding | HiddenField | 'defaultPattern' hides a field. | 85 |
![]() |
coding | HiddenField | 'alwaysWriteExceptions' hides a field. | 90 |
![]() |
coding | HiddenField | 'disableAnsi' hides a field. | 95 |
![]() |
coding | HiddenField | 'noConsoleNoAnsi' hides a field. | 100 |
![]() |
coding | HiddenField | 'configuration' hides a field. | 105 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 120 |
![]() |
naming | StaticVariableName | Name 'LOGGER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 120 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'properties'. | 128 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'defaultPattern'. | 128 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'alwaysWriteExceptions'. | 129 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'noConsoleNoAnsi'. | 129 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'config'. | 130 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'properties'. | 209 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'defaultPattern'. | 210 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'alwaysWriteExceptions'. | 211 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'noConsoleNoAnsi'. | 212 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'configuration'. | 213 |
org/apache/logging/log4j/core/layout/PatternLayout.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Expected @param tag for 'configuration'. | 167 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'replace'. | 167 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'pattern'. | 168 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'defaultPattern'. | 168 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'patternSelector'. | 168 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'alwaysWriteExceptions'. | 169 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'noConsoleNoAnsi'. | 169 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 281 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 300 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 317 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 317 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 317 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 319 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 364 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 409 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 455 |
![]() |
coding | HiddenField | 'configuration' hides a field. | 496 |
![]() |
coding | HiddenField | 'replace' hides a field. | 501 |
![]() |
coding | HiddenField | 'pattern' hides a field. | 506 |
![]() |
coding | HiddenField | 'defaultPattern' hides a field. | 511 |
![]() |
coding | HiddenField | 'patternSelector' hides a field. | 516 |
![]() |
coding | HiddenField | 'alwaysWriteExceptions' hides a field. | 521 |
![]() |
coding | HiddenField | 'disableAnsi' hides a field. | 526 |
![]() |
coding | HiddenField | 'noConsoleNoAnsi' hides a field. | 531 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 538 |
![]() |
design | FinalClass | Class Builder should be declared as final. | 627 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 674 |
![]() |
coding | HiddenField | 'pattern' hides a field. | 674 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 683 |
![]() |
coding | HiddenField | 'patternSelector' hides a field. | 683 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 692 |
![]() |
coding | HiddenField | 'configuration' hides a field. | 692 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 701 |
![]() |
coding | HiddenField | 'regexReplacement' hides a field. | 701 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 710 |
![]() |
coding | HiddenField | 'charset' hides a field. | 710 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 125). | 720 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 722 |
![]() |
coding | HiddenField | 'alwaysWriteExceptions' hides a field. | 722 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 732 |
![]() |
coding | HiddenField | 'disableAnsi' hides a field. | 732 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 124). | 739 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 741 |
![]() |
coding | HiddenField | 'noConsoleNoAnsi' hides a field. | 741 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 750 |
![]() |
coding | HiddenField | 'header' hides a field. | 750 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 759 |
![]() |
coding | HiddenField | 'footer' hides a field. | 759 |
org/apache/logging/log4j/core/layout/PatternMatch.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 76 |
![]() |
coding | HiddenField | 'key' hides a field. | 86 |
![]() |
coding | HiddenField | 'pattern' hides a field. | 91 |
org/apache/logging/log4j/core/layout/PatternSelector.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
org/apache/logging/log4j/core/layout/Rfc5424Layout.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | ImportOrder | Wrong order for 'org.apache.logging.log4j.core.config.Node' import. | 41 |
![]() |
sizes | ParameterNumber | More than 15 parameters (found 19). | 129 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 389 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 396 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 414 |
![]() |
sizes | ParameterNumber | More than 15 parameters (found 18). | 609 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 642 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 647 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 666 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 672 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 680 |
org/apache/logging/log4j/core/layout/ScriptPatternSelector.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 46 |
![]() |
design | FinalClass | Class Builder should be declared as final. | 52 |
![]() |
coding | HiddenField | 'script' hides a field. | 102 |
![]() |
coding | HiddenField | 'properties' hides a field. | 107 |
![]() |
coding | HiddenField | 'defaultPattern' hides a field. | 112 |
![]() |
coding | HiddenField | 'alwaysWriteExceptions' hides a field. | 117 |
![]() |
coding | HiddenField | 'disableAnsi' hides a field. | 122 |
![]() |
coding | HiddenField | 'noConsoleNoAnsi' hides a field. | 127 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 146 |
![]() |
naming | StaticVariableName | Name 'LOGGER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 146 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 155 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'script'. | 155 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'properties'. | 155 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'defaultPattern'. | 155 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'alwaysWriteExceptions'. | 156 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'disableAnsi'. | 156 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'noConsoleNoAnsi'. | 157 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'config'. | 157 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 141). | 167 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 130). | 179 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'script'. | 236 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'properties'. | 237 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'defaultPattern'. | 238 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'alwaysWriteExceptions'. | 239 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'noConsoleNoAnsi'. | 240 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'configuration'. | 241 |
org/apache/logging/log4j/core/layout/SerializedLayout.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 139). | 33 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 232). | 55 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 116 |
org/apache/logging/log4j/core/layout/SyslogLayout.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 64 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 67 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 70 |
![]() |
coding | HiddenField | 'facility' hides a field. | 90 |
![]() |
coding | HiddenField | 'includeNewLine' hides a field. | 95 |
![]() |
coding | HiddenField | 'escapeNL' hides a field. | 100 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 115 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 117 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 118 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 119 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 124 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 129 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 124). | 131 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 131 |
org/apache/logging/log4j/core/layout/TextEncoderHelper.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | FinalClass | Class TextEncoderHelper should be declared as final. | 31 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'charsetEncoder'. | 170 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'charBuf'. | 170 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'destination'. | 171 |
org/apache/logging/log4j/core/layout/XmlLayout.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 67 |
org/apache/logging/log4j/core/layout/YamlLayout.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 55 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 57 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 146). | 84 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 146). | 85 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 146). | 98 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 146). | 99 |
org/apache/logging/log4j/core/layout/internal/IncludeChecker.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. |
org/apache/logging/log4j/core/layout/internal/ListChecker.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
![]() |
modifier | RedundantModifier | Redundant 'static' modifier. | 25 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 32 |
org/apache/logging/log4j/core/lookup/AbstractConfigurationAwareLookup.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
org/apache/logging/log4j/core/lookup/ContextMapLookup.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | ImportOrder | Wrong order for 'org.apache.logging.log4j.core.ContextDataInjector' import. | 22 |
org/apache/logging/log4j/core/lookup/Interpolator.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 73 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 134). | 81 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'properties'. | 100 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 102 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 117 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 156 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 170 |
org/apache/logging/log4j/core/lookup/JmxRuntimeInputArgumentsLookup.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
org/apache/logging/log4j/core/lookup/JndiLookup.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 41 |
org/apache/logging/log4j/core/lookup/Log4jLookup.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 36 |
org/apache/logging/log4j/core/lookup/PropertiesLookup.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 21 |
org/apache/logging/log4j/core/lookup/StrSubstitutor.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 164 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 166 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 167 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 151). | 320 |
![]() |
coding | HiddenField | 'prefixMatcher' hides a field. | 995 |
![]() |
coding | HiddenField | 'suffixMatcher' hides a field. | 996 |
![]() |
coding | HiddenField | 'valueDelimiterMatcher' hides a field. | 998 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 125). | 1040 |
![]() |
whitespace | NoWhitespaceAfter | 'char' is followed by whitespace. | 1057 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 157). | 1060 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 125). | 1062 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 127). | 1068 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 1070 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 137). | 1071 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 136). | 1078 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 132). | 1083 |
![]() |
coding | HiddenField | 'prefixMatcher' hides a field. | 1242 |
![]() |
coding | HiddenField | 'suffixMatcher' hides a field. | 1311 |
![]() |
coding | HiddenField | 'valueDelimiterMatcher' hides a field. | 1386 |
org/apache/logging/log4j/core/message/ExtendedThreadInformation.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. |
org/apache/logging/log4j/core/net/AbstractSocketManager.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Expected @param tag for 'layout'. | 58 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'writeHeader'. | 58 |
org/apache/logging/log4j/core/net/Advertiser.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 21 |
org/apache/logging/log4j/core/net/DatagramOutputStream.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Expected @param tag for 'header'. | 59 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'footer'. | 59 |
org/apache/logging/log4j/core/net/DatagramSocketManager.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 127). | 47 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 130). | 98 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 98 |
org/apache/logging/log4j/core/net/JndiManager.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | FinalClass | Class JndiManager should be declared as final. | 39 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 76 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 147). | 127 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 221 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 140). | 226 |
org/apache/logging/log4j/core/net/MimeMessageBuilder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 84 |
org/apache/logging/log4j/core/net/MulticastDnsAdvertiser.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 127). | 139 |
org/apache/logging/log4j/core/net/Rfc1349TrafficClass.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
modifier | RedundantModifier | Redundant 'private' modifier. | 42 |
org/apache/logging/log4j/core/net/SmtpManager.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 68 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 76 |
![]() |
sizes | ParameterNumber | More than 15 parameters (found 16). | 89 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 136). | 101 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 135). | 102 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 136). | 286 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 314 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 135). | 380 |
org/apache/logging/log4j/core/net/SocketAddress.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | FinalClass | Class SocketAddress should be declared as final. | 34 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 47 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 49 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 74 |
![]() |
coding | HiddenField | 'host' hides a field. | 84 |
![]() |
coding | HiddenField | 'port' hides a field. | 89 |
org/apache/logging/log4j/core/net/SocketOptions.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 40 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 43 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 46 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 49 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 52 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 55 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 58 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 61 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 64 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 67 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 70 |
![]() |
coding | HiddenField | 'keepAlive' hides a field. | 170 |
![]() |
coding | HiddenField | 'oobInline' hides a field. | 175 |
![]() |
coding | HiddenField | 'performancePreferences' hides a field. | 180 |
![]() |
coding | HiddenField | 'receiveBufferSize' hides a field. | 185 |
![]() |
coding | HiddenField | 'reuseAddress' hides a field. | 190 |
![]() |
coding | HiddenField | 'trafficClass' hides a field. | 195 |
![]() |
coding | HiddenField | 'sendBufferSize' hides a field. | 200 |
![]() |
coding | HiddenField | 'soLinger' hides a field. | 205 |
![]() |
coding | HiddenField | 'soTimeout' hides a field. | 210 |
![]() |
coding | HiddenField | 'tcpNoDelay' hides a field. | 215 |
![]() |
coding | HiddenField | 'trafficClass' hides a field. | 220 |
org/apache/logging/log4j/core/net/SocketPerformancePreferences.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | ImportOrder | 'org.apache.logging.log4j.core.Core' should be separated from previous imports. | 20 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 41 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 45 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 49 |
org/apache/logging/log4j/core/net/SslSocketManager.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 169). | 56 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'sslConfig'. | 60 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'immediateFail'. | 61 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 142). | 63 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'sslConfig'. | 83 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'immediateFail'. | 84 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'socketOptions'. | 85 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 150). | 86 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 90 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 93 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 143). | 111 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 113 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'sslConfig'. | 114 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'host'. | 114 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'port'. | 114 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'connectTimeoutMillis'. | 115 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'reconnectDelayMillis'. | 115 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'immediateFail'. | 115 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'layout'. | 116 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'bufferSize'. | 116 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 140). | 117 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 158 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 132). | 161 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 164 |
![]() |
whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 180 |
org/apache/logging/log4j/core/net/TcpSocketManager.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 55 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 164). | 97 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'socketOptions'. | 137 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'immediateFail'. | 169 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'layout'. | 169 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'immediateFail'. | 191 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'layout'. | 191 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'socketOptions'. | 192 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 312 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 430 |
![]() |
design | VisibilityModifier | Variable 'resolver' must be private and have accessor methods. | 462 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 133). | 493 |
![]() |
whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 509 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 543 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 558 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 565 |
org/apache/logging/log4j/core/net/UrlConnectionFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 34 |
![]() |
naming | StaticVariableName | Name 'DEFAULT_TIMEOUT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 36 |
![]() |
coding | MagicNumber | '60000' is a magic number. | 36 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 46 |
org/apache/logging/log4j/core/net/ssl/AbstractKeyStoreConfiguration.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 32 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 131). | 39 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'location'. | 50 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'password'. | 50 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'keyStoreType'. | 50 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'StoreConfigurationException'. | 51 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'location'. | 59 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'password'. | 59 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'keyStoreType'. | 59 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'StoreConfigurationException'. | 60 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 156). | 86 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 135). | 89 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 134). | 98 |
org/apache/logging/log4j/core/net/ssl/EnvironmentPasswordProvider.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 45 |
org/apache/logging/log4j/core/net/ssl/FilePasswordProvider.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 56 |
org/apache/logging/log4j/core/net/ssl/KeyStoreConfiguration.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 32 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'location'. | 44 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'passwordProvider'. | 45 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'keyStoreType'. | 46 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'keyManagerFactoryAlgorithm'. | 47 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'location'. | 59 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'password'. | 60 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'keyStoreType'. | 61 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'keyManagerFactoryAlgorithm'. | 62 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'location'. | 75 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'password'. | 75 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'keyStoreType'. | 75 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'keyManagerFactoryAlgorithm'. | 76 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 148). | 91 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'passwordEnvironmentVariable'. | 100 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'passwordFile'. | 101 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 136). | 103 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 139). | 107 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 130 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'location'. | 133 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'password'. | 134 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'keyStoreType'. | 135 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'keyManagerFactoryAlgorithm'. | 136 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'StoreConfigurationException'. | 136 |
org/apache/logging/log4j/core/net/ssl/MemoryPasswordProvider.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 33 |
org/apache/logging/log4j/core/net/ssl/SslConfiguration.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 40 |
![]() |
design | FinalClass | Class SslConfiguration should be declared as final. | 43 |
![]() |
blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 87 |
![]() |
blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 90 |
![]() |
blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 103 |
![]() |
blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 117 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 135). | 125 |
![]() |
blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 141 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 157 |
![]() |
blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 175 |
![]() |
blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 179 |
![]() |
blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 193 |
![]() |
blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 210 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 133). | 226 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 133). | 244 |
org/apache/logging/log4j/core/net/ssl/SslConfigurationDefaults.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 22 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
org/apache/logging/log4j/core/net/ssl/SslConfigurationFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 26 |
![]() |
naming | ConstantName | Name 'trustStorelocation' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$|^capabilities$|^log$'. | 31 |
![]() |
naming | ConstantName | Name 'trustStorePassword' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$|^capabilities$|^log$'. | 32 |
![]() |
naming | ConstantName | Name 'trustStorePasswordFile' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$|^capabilities$|^log$'. | 33 |
![]() |
naming | ConstantName | Name 'trustStorePasswordEnvVar' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$|^capabilities$|^log$'. | 34 |
![]() |
naming | ConstantName | Name 'trustStoreKeyStoreType' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$|^capabilities$|^log$'. | 35 |
![]() |
naming | ConstantName | Name 'trustStoreKeyManagerFactoryAlgorithm' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$|^capabilities$|^log$'. | 36 |
![]() |
naming | ConstantName | Name 'keyStoreLocation' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$|^capabilities$|^log$'. | 37 |
![]() |
naming | ConstantName | Name 'keyStorePassword' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$|^capabilities$|^log$'. | 38 |
![]() |
naming | ConstantName | Name 'keyStorePasswordFile' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$|^capabilities$|^log$'. | 39 |
![]() |
naming | ConstantName | Name 'keyStorePasswordEnvVar' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$|^capabilities$|^log$'. | 40 |
![]() |
naming | ConstantName | Name 'keyStoreType' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$|^capabilities$|^log$'. | 41 |
![]() |
naming | ConstantName | Name 'keyStoreKeyManagerFactoryAlgorithm' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$|^capabilities$|^log$'. | 42 |
![]() |
naming | ConstantName | Name 'verifyHostName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$|^capabilities$|^log$'. | 43 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 132). | 59 |
org/apache/logging/log4j/core/net/ssl/StoreConfiguration.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Type Javadoc comment is missing an @param <T> tag. | 27 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'location'. | 42 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'password'. | 42 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'location'. | 50 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'password'. | 50 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 74 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'password'. | 92 |
org/apache/logging/log4j/core/net/ssl/TrustStoreConfiguration.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 31 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'location'. | 52 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'password'. | 52 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'keyStoreType'. | 52 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'trustManagerFactoryAlgorithm'. | 53 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'StoreConfigurationException'. | 53 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'location'. | 64 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'password'. | 64 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'keyStoreType'. | 64 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'trustManagerFactoryAlgorithm'. | 65 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'StoreConfigurationException'. | 65 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 158). | 80 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'passwordEnvironmentVariable'. | 89 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'passwordFile'. | 90 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 140). | 92 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 133). | 96 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 119 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'location'. | 122 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'password'. | 123 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'keyStoreType'. | 124 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'trustManagerFactoryAlgorithm'. | 125 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'StoreConfigurationException'. | 125 |
org/apache/logging/log4j/core/net/ssl/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 17 |
org/apache/logging/log4j/core/osgi/Activator.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 54 |
![]() |
design | VisibilityModifier | Variable 'provideRegistration' must be private and have accessor methods. | 54 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 55 |
![]() |
design | VisibilityModifier | Variable 'contextDataRegistration' must be private and have accessor methods. | 55 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 81 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 111 |
org/apache/logging/log4j/core/osgi/BundleContextSelector.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 118 |
org/apache/logging/log4j/core/osgi/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. |
org/apache/logging/log4j/core/parser/AbstractJacksonLogEventParser.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.databind.DeserializationFeature. | 19 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.databind.ObjectMapper. | 20 |
![]() |
imports | ImportControl | Disallowed import - com.fasterxml.jackson.databind.ObjectReader. | 21 |
![]() |
imports | ImportOrder | Wrong order for 'org.apache.logging.log4j.core.LogEvent' import. | 22 |
![]() |
imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 27 |
org/apache/logging/log4j/core/pattern/AbstractStyleNameConverter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 33 |
org/apache/logging/log4j/core/pattern/CachedDateFormat.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 142 |
org/apache/logging/log4j/core/pattern/DatePatternConverter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | ImportOrder | Wrong order for 'org.apache.logging.log4j.core.time.Instant' import. | 28 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 43 |
![]() |
design | VisibilityModifier | Variable 'previousTime' must be private and have accessor methods. | 44 |
![]() |
design | VisibilityModifier | Variable 'nanos' must be private and have accessor methods. | 45 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 56 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 87 |
![]() |
coding | MagicNumber | '70' is a magic number. | 91 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 121 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 134 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 147 |
![]() |
design | VisibilityModifier | Variable 'epochSecond' must be private and have accessor methods. | 148 |
![]() |
design | VisibilityModifier | Variable 'nanoOfSecond' must be private and have accessor methods. | 149 |
![]() |
design | VisibilityModifier | Variable 'formatted' must be private and have accessor methods. | 150 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 152 |
![]() |
coding | HiddenField | 'options' hides a field. | 193 |
org/apache/logging/log4j/core/pattern/EncodingPatternConverter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - java.util.function.Function. | 20 |
![]() |
imports | UnusedImports | Unused import - java.util.stream.Stream. | 21 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 99 |
org/apache/logging/log4j/core/pattern/EqualsIgnoreCaseReplacementConverter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 75 |
org/apache/logging/log4j/core/pattern/EqualsReplacementConverter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 73 |
org/apache/logging/log4j/core/pattern/FormattingInfo.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 30 |
![]() |
whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 35 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 79 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 145). | 97 |
![]() |
whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 129 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 187 |
org/apache/logging/log4j/core/pattern/HighlightConverter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 203 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 205 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 207 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 209 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 141). | 219 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 219 |
org/apache/logging/log4j/core/pattern/JAnsiTextRenderer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 25 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 83 |
![]() |
naming | ConstantName | Name 'DefaultExceptionStyleMap' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$|^capabilities$|^log$'. | 83 |
![]() |
naming | ConstantName | Name 'DefaultMessageStyleMap' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$|^capabilities$|^log$'. | 84 |
![]() |
naming | ConstantName | Name 'PrefedinedStyleMaps' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$|^capabilities$|^log$'. | 85 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 94 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 127 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 158 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 166 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 167 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 168 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 169 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 170 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 172 |
![]() |
coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 287 |
org/apache/logging/log4j/core/pattern/LevelPatternConverter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 138 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 149 |
org/apache/logging/log4j/core/pattern/MapPatternConverter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | ImportOrder | Wrong order for 'java.util.Objects' import. | 24 |
org/apache/logging/log4j/core/pattern/MaxLengthConverter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | MagicNumber | '100' is a magic number. | 66 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 70 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 71 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 133). | 77 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 79 |
![]() |
coding | MagicNumber | '20' is a magic number. | 99 |
org/apache/logging/log4j/core/pattern/MdcPatternConverter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | ImportOrder | Wrong order for 'org.apache.logging.log4j.core.LogEvent' import. | 21 |
![]() |
imports | ImportOrder | Wrong order for 'org.apache.logging.log4j.util.StringBuilders' import. | 24 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 81 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 107 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 126). | 129 |
org/apache/logging/log4j/core/pattern/MessagePatternConverter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.apache.logging.log4j.Logger. | 23 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 110 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 127 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 155 |
![]() |
coding | MagicNumber | '80' is a magic number. | 170 |
org/apache/logging/log4j/core/pattern/NameAbbreviator.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 82 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 156 |
![]() |
coding | HiddenField | 'count' hides a field. | 181 |
![]() |
coding | HiddenField | 'count' hides a field. | 198 |
![]() |
coding | HiddenField | 'count' hides a field. | 221 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 240 |
org/apache/logging/log4j/core/pattern/NotANumber.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
org/apache/logging/log4j/core/pattern/PatternParser.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | MethodLength | Method length is 157 lines (max allowed is 150). | 341 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 124). | 417 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 141). | 438 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 456 |
![]() |
whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 461 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 126). | 462 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 127). | 466 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 140). | 481 |
org/apache/logging/log4j/core/pattern/ProcessIdPatternConverter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 23 |
org/apache/logging/log4j/core/pattern/RepeatPatternConverter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 73 |
org/apache/logging/log4j/core/pattern/RootThrowablePatternConverter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Expected @param tag for 'config'. | 55 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 164). | 71 |
org/apache/logging/log4j/core/pattern/SimpleLiteralPatternConverter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 87 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 96 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 105 |
org/apache/logging/log4j/core/pattern/ThrowablePatternConverter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 54 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 132). | 75 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'config'. | 122 |
![]() |
blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 135 |
![]() |
whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 148 |
![]() |
blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 158 |
![]() |
blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 161 |
![]() |
blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 164 |
![]() |
blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 167 |
![]() |
blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 170 |
org/apache/logging/log4j/core/script/AbstractScript.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
org/apache/logging/log4j/core/script/Script.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 33 |
org/apache/logging/log4j/core/script/ScriptFile.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 136). | 48 |
org/apache/logging/log4j/core/script/ScriptManager.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 50 |
![]() |
naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$|^capabilities$|^log$'. | 67 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 177 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 188 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 193 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 244 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 255 |
org/apache/logging/log4j/core/selector/ClassLoaderContextSelector.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 54 |
org/apache/logging/log4j/core/selector/ContextSelector.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 128). | 80 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'entry'. | 108 |
org/apache/logging/log4j/core/selector/CoreContextSelectors.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 22 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 22 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
org/apache/logging/log4j/core/selector/JndiContextSelector.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 131). | 44 |
org/apache/logging/log4j/core/time/Instant.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 133). | 51 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 126). | 60 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 148). | 70 |
org/apache/logging/log4j/core/time/MutableInstant.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 22 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 132). | 39 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 127). | 77 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 94 |
![]() |
coding | HiddenField | 'epochSecond' hides a field. | 116 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 130). | 134 |
![]() |
coding | MagicNumber | '1000' is a magic number. | 158 |
![]() |
coding | MagicNumber | '1000_000' is a magic number. | 159 |
![]() |
coding | MagicNumber | '1000' is a magic number. | 177 |
![]() |
coding | MagicNumber | '1000_000' is a magic number. | 178 |
![]() |
coding | MagicNumber | '17' is a magic number. | 217 |
![]() |
coding | MagicNumber | '31' is a magic number. | 218 |
![]() |
coding | MagicNumber | '32' is a magic number. | 218 |
![]() |
coding | MagicNumber | '31' is a magic number. | 219 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 124). | 232 |
org/apache/logging/log4j/core/time/internal/FixedPreciseClock.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. |
org/apache/logging/log4j/core/tools/BasicCommandLineArguments.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 21 |
org/apache/logging/log4j/core/tools/CustomLoggerGenerator.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 22 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 23 |
org/apache/logging/log4j/core/tools/ExtendedLoggerGenerator.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 22 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 23 |
org/apache/logging/log4j/core/tools/Generate.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 53 |
![]() |
modifier | RedundantModifier | Redundant 'static' modifier. | 53 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 1010 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 1031 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 1035 |
![]() |
design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 1036 |
![]() |
design | VisibilityModifier | Variable 'intLevel' must be private and have accessor methods. | 1037 |
org/apache/logging/log4j/core/tools/picocli/CommandLine.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
imports | ImportOrder | 'org.apache.logging.log4j.core.tools.picocli.CommandLine.Help.Column.Overflow.SPAN' should be separated from previous imports. | 72 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 96 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 151). | 153 |
![]() |
blocks | LeftCurly | '{' at column 43 should have line break after. | 236 |
![]() |
blocks | LeftCurly | '{' at column 45 should have line break after. | 241 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 139). | 246 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 163). | 253 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 134). | 270 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 144). | 281 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 150). | 286 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 151). | 324 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 338 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 354 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 193). | 357 |
![]() |
modifier | RedundantModifier | Redundant 'static' modifier. | 364 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 131). | 367 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 132). | 374 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 379 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 380 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 193). | 382 |
![]() |
modifier | RedundantModifier | Redundant 'static' modifier. | 387 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 390 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 141). | 410 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 125). | 417 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 420 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 133). | 432 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 149). | 465 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 467 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 128). | 473 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 131). | 476 |
![]() |
javadoc | JavadocMethod | Unable to get class information for @throws tag 'ExecutionException'. | 481 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 132). | 485 |
![]() |
blocks | LeftCurly | '{' at column 66 should have line break after. | 486 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 149). | 493 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 127). | 523 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 128). | 524 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 131). | 527 |
![]() |
javadoc | JavadocMethod | Unable to get class information for @throws tag 'ExecutionException'. | 532 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 132). | 536 |
![]() |
blocks | LeftCurly | '{' at column 66 should have line break after. | 537 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 149). | 545 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 548 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 131). | 553 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 144). | 557 |
![]() |
javadoc | JavadocMethod | Unable to get class information for @throws tag 'ExecutionException'. | 558 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 132). | 562 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 574 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 127). | 575 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 143). | 578 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 595 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 156). | 597 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 176). | 598 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 132). | 605 |
![]() |
javadoc | JavadocMethod | Unable to get class information for @throws tag 'ExecutionException'. | 605 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 131). | 606 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 610 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 133). | 615 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 143). | 619 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 636 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 156). | 638 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 176). | 639 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 141). | 646 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 151). | 648 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 649 |
![]() |
javadoc | JavadocMethod | Unable to get class information for @throws tag 'ExecutionException'. | 649 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 152). | 650 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 187). | 655 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 152). | 667 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 152). | 679 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 127). | 690 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 152). | 691 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 156). | 707 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 133). | 724 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 128). | 726 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 127). | 745 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 150). | 760 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 762 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 124). | 775 |
![]() |
blocks | LeftCurly | '{' at column 57 should have line break after. | 780 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 150). | 820 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 821 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 151). | 829 |
![]() |
javadoc | JavadocMethod | Unable to get class information for @throws tag 'InitializationException'. | 829 |
![]() |
javadoc | JavadocMethod | Unable to get class information for @throws tag 'ExecutionException'. | 830 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 141). | 831 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 153). | 865 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 150). | 868 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 869 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 151). | 877 |
![]() |
javadoc | JavadocMethod | Unable to get class information for @throws tag 'InitializationException'. | 877 |
![]() |
javadoc | JavadocMethod | Unable to get class information for @throws tag 'ExecutionException'. | 878 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 179). | 879 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 883 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 885 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 150). | 892 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 893 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 151). | 900 |
![]() |
javadoc | JavadocMethod | Unable to get class information for @throws tag 'InitializationException'. | 900 |
![]() |
javadoc | JavadocMethod | Unable to get class information for @throws tag 'ExecutionException'. | 901 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 153). | 935 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 150). | 938 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 939 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 151). | 946 |
![]() |
javadoc | JavadocMethod | Unable to get class information for @throws tag 'InitializationException'. | 946 |
![]() |
javadoc | JavadocMethod | Unable to get class information for @throws tag 'ExecutionException'. | 947 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 134). | 951 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 152). | 1007 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 1014 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 144). | 1022 |
![]() |
coding | HiddenField | 'commandName' hides a field. | 1033 |
![]() |
blocks | LeftCurly | '{' at column 52 should have line break after. | 1037 |
![]() |
blocks | LeftCurly | '{' at column 56 should have line break after. | 1038 |
![]() |
blocks | LeftCurly | '{' at column 50 should have line break after. | 1039 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 1040 |
![]() |
blocks | LeftCurly | '{' at column 64 should have line break after. | 1040 |
![]() |
blocks | LeftCurly | '{' at column 59 should have line break after. | 1041 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 143). | 1042 |
![]() |
blocks | LeftCurly | '{' at column 64 should have line break after. | 1042 |
![]() |
whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 1042 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 1042 |
![]() |
blocks | LeftCurly | '{' at column 60 should have line break after. | 1043 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 162). | 1044 |
![]() |
blocks | LeftCurly | '{' at column 61 should have line break after. | 1044 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 170). | 1046 |
![]() |
blocks | LeftCurly | '{' at column 34 should have line break after. | 1047 |
![]() |
blocks | LeftCurly | '{' at column 40 should have line break after. | 1048 |
![]() |
whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 1048 |
![]() |
blocks | LeftCurly | '{' at column 57 should have line break after. | 1056 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 1060 |
![]() |
blocks | LeftCurly | '{' at column 76 should have line break after. | 1060 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 1062 |
![]() |
blocks | LeftCurly | '{' at column 76 should have line break after. | 1062 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 127). | 1091 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 127). | 1094 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 1135 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 125). | 1143 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 159). | 1172 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 131). | 1265 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 1283 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 126). | 1294 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 1297 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 1338 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 1349 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 1392 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 1394 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 126). | 1403 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 1404 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 126). | 1406 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 125). | 1465 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 130). | 1492 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 130). | 1506 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 135). | 1538 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 131). | 1549 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 128). | 1554 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 132). | 1576 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 130). | 1582 |
![]() |
design | VisibilityModifier | Variable 'min' must be private and have accessor methods. | 1645 |
![]() |
design | VisibilityModifier | Variable 'max' must be private and have accessor methods. | 1647 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1648 |
![]() |
design | VisibilityModifier | Variable 'isVariable' must be private and have accessor methods. | 1648 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 131). | 1659 |
![]() |
whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 1709 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 128). | 1711 |
![]() |
blocks | LeftCurly | '{' at column 28 should have line break after. | 1717 |
![]() |
blocks | LeftCurly | '{' at column 39 should have line break after. | 1720 |
![]() |
blocks | LeftCurly | '{' at column 36 should have line break after. | 1722 |
![]() |
blocks | LeftCurly | '{' at column 36 should have line break after. | 1723 |
![]() |
blocks | LeftCurly | '{' at column 36 should have line break after. | 1724 |
![]() |
blocks | LeftCurly | '{' at column 36 should have line break after. | 1725 |
![]() |
blocks | LeftCurly | '{' at column 36 should have line break after. | 1726 |
![]() |
coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 1738 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 137). | 1764 |
![]() |
blocks | LeftCurly | '{' at column 44 should have line break after. | 1764 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 137). | 1770 |
![]() |
blocks | LeftCurly | '{' at column 44 should have line break after. | 1770 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 130). | 1775 |
![]() |
blocks | LeftCurly | '{' at column 50 should have line break after. | 1777 |
![]() |
blocks | LeftCurly | '{' at column 45 should have line break after. | 1781 |
![]() |
coding | MagicNumber | '17' is a magic number. | 1787 |
![]() |
coding | MagicNumber | '37' is a magic number. | 1787 |
![]() |
coding | MagicNumber | '37' is a magic number. | 1787 |
![]() |
coding | MagicNumber | '37' is a magic number. | 1787 |
![]() |
blocks | RightCurly | '}' at column 25 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 1930 |
![]() |
blocks | LeftCurly | '{' at column 66 should have line break after. | 1931 |
![]() |
blocks | RightCurly | '}' at column 78 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 1931 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 133). | 1932 |
![]() |
blocks | LeftCurly | '{' at column 64 should have line break after. | 1932 |
![]() |
blocks | RightCurly | '}' at column 88 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 1933 |
![]() |
blocks | LeftCurly | '{' at column 34 should have line break after. | 1961 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 1961 |
![]() |
whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 1961 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 1961 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 132). | 1971 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 282). | 1978 |
![]() |
blocks | LeftCurly | '{' at column 35 should have line break after. | 1978 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 1978 |
![]() |
whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 1978 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 1978 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 141). | 1989 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 131). | 2002 |
![]() |
blocks | LeftCurly | '{' at column 53 should have line break after. | 2002 |
![]() |
blocks | LeftCurly | '{' at column 38 should have line break after. | 2003 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 141). | 2023 |
![]() |
blocks | LeftCurly | '{' at column 39 should have line break after. | 2023 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 2023 |
![]() |
whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 2023 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 2023 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 154). | 2038 |
![]() |
blocks | LeftCurly | '{' at column 43 should have line break after. | 2038 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 2038 |
![]() |
whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 2038 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 2038 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 133). | 2057 |
![]() |
blocks | LeftCurly | '{' at column 47 should have line break after. | 2057 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 2057 |
![]() |
whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 2057 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 2057 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 150). | 2058 |
![]() |
blocks | LeftCurly | '{' at column 50 should have line break after. | 2058 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 2058 |
![]() |
whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 2058 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 2058 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 140). | 2059 |
![]() |
blocks | LeftCurly | '{' at column 46 should have line break after. | 2059 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 2059 |
![]() |
whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 2059 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 2059 |
![]() |
blocks | RightCurly | '}' at column 17 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 2062 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 2066 |
![]() |
blocks | LeftCurly | '{' at column 43 should have line break after. | 2066 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 2066 |
![]() |
whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 2066 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 2066 |
![]() |
blocks | RightCurly | '}' at column 17 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 2068 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 168). | 2073 |
![]() |
blocks | LeftCurly | '{' at column 43 should have line break after. | 2073 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 2073 |
![]() |
whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 2073 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 2073 |
![]() |
blocks | LeftCurly | '{' at column 47 should have line break after. | 2074 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 141). | 2075 |
![]() |
blocks | LeftCurly | '{' at column 43 should have line break after. | 2075 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 2075 |
![]() |
whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 2075 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 2075 |
![]() |
blocks | LeftCurly | '{' at column 91 should have line break after. | 2084 |
![]() |
blocks | LeftCurly | '{' at column 109 should have line break after. | 2084 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 153). | 2087 |
![]() |
coding | MagicNumber | '10' is a magic number. | 2087 |
![]() |
coding | MagicNumber | '9' is a magic number. | 2087 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 201). | 2088 |
![]() |
blocks | LeftCurly | '{' at column 35 should have line break after. | 2088 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 2088 |
![]() |
whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 2088 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 2088 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 154). | 2091 |
![]() |
blocks | LeftCurly | '{' at column 65 should have line break after. | 2091 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 2091 |
![]() |
whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 2091 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 2091 |
![]() |
blocks | LeftCurly | '{' at column 37 should have line break after. | 2093 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 168). | 2096 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 156). | 2101 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 175). | 2102 |
![]() |
blocks | LeftCurly | '{' at column 35 should have line break after. | 2102 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 2102 |
![]() |
whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 2102 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 2102 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 176). | 2113 |
![]() |
blocks | LeftCurly | '{' at column 39 should have line break after. | 2113 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 2113 |
![]() |
whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 2113 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 2113 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 152). | 2116 |
![]() |
blocks | LeftCurly | '{' at column 32 should have line break after. | 2118 |
![]() |
blocks | LeftCurly | '{' at column 48 should have line break after. | 2122 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 126). | 2124 |
![]() |
blocks | LeftCurly | '{' at column 35 should have line break after. | 2124 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 2124 |
![]() |
whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 2124 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 2124 |
![]() |
blocks | LeftCurly | '{' at column 35 should have line break after. | 2141 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 2141 |
![]() |
whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 2141 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 2141 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 154). | 2158 |
![]() |
blocks | LeftCurly | '{' at column 43 should have line break after. | 2158 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 2158 |
![]() |
whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 2158 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 2158 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 2162 |
![]() |
blocks | LeftCurly | '{' at column 47 should have line break after. | 2167 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 2167 |
![]() |
whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 2167 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 2167 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 139). | 2175 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 189). | 2190 |
![]() |
blocks | LeftCurly | '{' at column 51 should have line break after. | 2190 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 2190 |
![]() |
whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 2190 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 2190 |
![]() |
blocks | LeftCurly | '{' at column 55 should have line break after. | 2191 |
![]() |
blocks | LeftCurly | '{' at column 47 should have line break after. | 2196 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 2196 |
![]() |
whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 2196 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 2196 |
![]() |
blocks | LeftCurly | '{' at column 47 should have line break after. | 2200 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 2200 |
![]() |
whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 2200 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 2200 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 2229 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 126). | 2254 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 148). | 2268 |
![]() |
blocks | LeftCurly | '{' at column 48 should have line break after. | 2275 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 152). | 2276 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 221). | 2288 |
![]() |
blocks | LeftCurly | '{' at column 37 should have line break after. | 2288 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 124). | 2311 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 124). | 2320 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 2338 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 2341 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 157). | 2348 |
![]() |
blocks | LeftCurly | '{' at column 38 should have line break after. | 2348 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 2348 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 192). | 2349 |
![]() |
whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 2349 |
![]() |
blocks | RightCurly | '}' at column 192 should have line break before. | 2349 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 2349 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 126). | 2353 |
![]() |
blocks | LeftCurly | '{' at column 45 should have line break after. | 2354 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 2370 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 2400 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 135). | 2430 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 227). | 2455 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 262). | 2457 |
![]() |
blocks | LeftCurly | '{' at column 62 should have line break after. | 2466 |
![]() |
blocks | LeftCurly | '{' at column 62 should have line break after. | 2467 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 145). | 2497 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 2502 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 141). | 2505 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 131). | 2519 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 125). | 2523 |
![]() |
blocks | LeftCurly | '{' at column 46 should have line break after. | 2529 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 131). | 2534 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 127). | 2535 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 198). | 2539 |
![]() |
blocks | LeftCurly | '{' at column 24 should have line break after. | 2539 |
![]() |
blocks | LeftCurly | '{' at column 47 should have line break after. | 2539 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 2539 |
![]() |
blocks | RightCurly | '}' at column 197 should be alone on a line. | 2539 |
![]() |
whitespace | WhitespaceAround | '}' is not followed by whitespace. | 2539 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 2539 |
![]() |
blocks | EmptyBlock | Empty catch block. | 2560 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 2560 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 2560 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 146). | 2577 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 130). | 2614 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 2629 |
![]() |
design | FinalClass | Class BuiltIn should be declared as final. | 2639 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 2640 |
![]() |
blocks | LeftCurly | '{' at column 63 should have line break after. | 2641 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 2643 |
![]() |
blocks | LeftCurly | '{' at column 55 should have line break after. | 2645 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 2647 |
![]() |
blocks | LeftCurly | '{' at column 62 should have line break after. | 2649 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 2651 |
![]() |
blocks | LeftCurly | '{' at column 55 should have line break after. | 2653 |
![]() |
blocks | LeftCurly | '{' at column 53 should have line break after. | 2658 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 2660 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 2671 |
![]() |
blocks | LeftCurly | '{' at column 54 should have line break after. | 2683 |
![]() |
blocks | LeftCurly | '{' at column 56 should have line break after. | 2688 |
![]() |
blocks | LeftCurly | '{' at column 53 should have line break after. | 2693 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 2695 |
![]() |
blocks | LeftCurly | '{' at column 54 should have line break after. | 2697 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 2699 |
![]() |
blocks | LeftCurly | '{' at column 55 should have line break after. | 2701 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 2703 |
![]() |
blocks | LeftCurly | '{' at column 53 should have line break after. | 2705 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 2707 |
![]() |
blocks | LeftCurly | '{' at column 81 should have line break after. | 2709 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 2711 |
![]() |
blocks | LeftCurly | '{' at column 78 should have line break after. | 2713 |
![]() |
coding | MagicNumber | '8' is a magic number. | 2734 |
![]() |
coding | MagicNumber | '12' is a magic number. | 2736 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 2749 |
![]() |
blocks | LeftCurly | '{' at column 59 should have line break after. | 2751 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 2753 |
![]() |
blocks | LeftCurly | '{' at column 59 should have line break after. | 2755 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 2757 |
![]() |
blocks | LeftCurly | '{' at column 52 should have line break after. | 2759 |
![]() |
blocks | LeftCurly | '{' at column 73 should have line break after. | 2764 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 2766 |
![]() |
blocks | LeftCurly | '{' at column 52 should have line break after. | 2768 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 2770 |
![]() |
blocks | LeftCurly | '{' at column 66 should have line break after. | 2772 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 2774 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 2774 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 124). | 2787 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 2817 |
![]() |
naming | ConstantName | Name 'usageHelpWidth' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$|^capabilities$|^log$'. | 2817 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 2818 |
![]() |
naming | ConstantName | Name 'optionsColumnWidth' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$|^capabilities$|^log$'. | 2818 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 2821 |
![]() |
design | VisibilityModifier | Variable 'colorScheme' must be private and have accessor methods. | 2821 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 2824 |
![]() |
design | VisibilityModifier | Variable 'optionFields' must be private and have accessor methods. | 2824 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 2827 |
![]() |
design | VisibilityModifier | Variable 'positionalParametersFields' must be private and have accessor methods. | 2827 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 2832 |
![]() |
design | VisibilityModifier | Variable 'separator' must be private and have accessor methods. | 2832 |
![]() |
design | VisibilityModifier | Variable 'commandName' must be private and have accessor methods. | 2836 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 2842 |
![]() |
design | VisibilityModifier | Variable 'description' must be private and have accessor methods. | 2842 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 2848 |
![]() |
design | VisibilityModifier | Variable 'customSynopsis' must be private and have accessor methods. | 2848 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 2854 |
![]() |
design | VisibilityModifier | Variable 'header' must be private and have accessor methods. | 2854 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 2860 |
![]() |
design | VisibilityModifier | Variable 'footer' must be private and have accessor methods. | 2860 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 2866 |
![]() |
design | VisibilityModifier | Variable 'parameterLabelRenderer' must be private and have accessor methods. | 2866 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 2869 |
![]() |
design | VisibilityModifier | Variable 'abbreviateSynopsis' must be private and have accessor methods. | 2869 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 2872 |
![]() |
design | VisibilityModifier | Variable 'sortOptions' must be private and have accessor methods. | 2872 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 2875 |
![]() |
design | VisibilityModifier | Variable 'showDefaultValues' must be private and have accessor methods. | 2875 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 2878 |
![]() |
design | VisibilityModifier | Variable 'requiredOptionMarker' must be private and have accessor methods. | 2878 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 2881 |
![]() |
design | VisibilityModifier | Variable 'headerHeading' must be private and have accessor methods. | 2881 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 137). | 2883 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 2884 |
![]() |
design | VisibilityModifier | Variable 'synopsisHeading' must be private and have accessor methods. | 2884 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 130). | 2886 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 2887 |
![]() |
design | VisibilityModifier | Variable 'descriptionHeading' must be private and have accessor methods. | 2887 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 127). | 2889 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 2890 |
![]() |
design | VisibilityModifier | Variable 'parameterListHeading' must be private and have accessor methods. | 2890 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 2892 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 2893 |
![]() |
design | VisibilityModifier | Variable 'optionListHeading' must be private and have accessor methods. | 2893 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 151). | 2895 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 2896 |
![]() |
design | VisibilityModifier | Variable 'commandListHeading' must be private and have accessor methods. | 2896 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 2899 |
![]() |
design | VisibilityModifier | Variable 'footerHeading' must be private and have accessor methods. | 2899 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 126). | 2949 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 140). | 2956 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 2958 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 159). | 2960 |
![]() |
coding | HiddenField | 'commands' hides a field. | 2983 |
![]() |
coding | HiddenField | 'commandName' hides a field. | 2997 |
![]() |
coding | HiddenField | 'command' hides a field. | 2997 |
![]() |
blocks | LeftCurly | '{' at column 34 should have line break after. | 3009 |
![]() |
blocks | LeftCurly | '{' at column 41 should have line break after. | 3020 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 141). | 3036 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 146). | 3059 |
![]() |
whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 3063 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 130). | 3088 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 125). | 3095 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 134). | 3097 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 127). | 3100 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 149). | 3110 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 125). | 3119 |
![]() |
naming | LocalFinalVariableName | Name 'PADDING' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 3122 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 152). | 3127 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 143). | 3128 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 125). | 3147 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 125). | 3159 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 137). | 3166 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 139). | 3200 |
![]() |
blocks | LeftCurly | '{' at column 56 should have line break after. | 3200 |
![]() |
blocks | LeftCurly | '{' at column 30 should have line break after. | 3202 |
![]() |
whitespace | WhitespaceAround | 'return' is not preceded with whitespace. | 3202 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 3202 |
![]() |
whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 3202 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 3202 |
![]() |
blocks | LeftCurly | '{' at column 81 should have line break after. | 3204 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 130). | 3214 |
![]() |
blocks | LeftCurly | '{' at column 51 should have line break after. | 3220 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 3238 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 3266 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 126). | 3273 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 3312 |
![]() |
blocks | LeftCurly | '{' at column 37 should have line break after. | 3321 |
![]() |
coding | HiddenField | 'command' hides a field. | 3328 |
![]() |
coding | HiddenField | 'header' hides a field. | 3329 |
![]() |
blocks | LeftCurly | '{' at column 32 should have line break after. | 3341 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 143). | 3357 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 3369 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 125). | 3389 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 3407 |
![]() |
blocks | LeftCurly | '{' at column 43 should have line break after. | 3423 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 3441 |
![]() |
design | VisibilityModifier | Variable 'requiredMarker' must be private and have accessor methods. | 3487 |
![]() |
design | VisibilityModifier | Variable 'command' must be private and have accessor methods. | 3488 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 148). | 3492 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 3505 |
![]() |
blocks | LeftCurly | '{' at column 47 should have line break after. | 3512 |
![]() |
blocks | RightCurly | '}' at column 70 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 3512 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 153). | 3526 |
![]() |
naming | LocalFinalVariableName | Name 'EMPTY' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 3548 |
![]() |
whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 3556 |
![]() |
whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 3559 |
![]() |
whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 3562 |
![]() |
whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 3567 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 128). | 3571 |
![]() |
whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 3571 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 152). | 3580 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 136). | 3582 |
![]() |
whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 3584 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 131). | 3585 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 3589 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 155). | 3592 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 3593 |
![]() |
whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 3593 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 3603 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 128). | 3610 |
![]() |
design | VisibilityModifier | Variable 'requiredMarker' must be private and have accessor methods. | 3625 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 152). | 3627 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 3628 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 127). | 3629 |
![]() |
naming | LocalFinalVariableName | Name 'EMPTY' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 3631 |
![]() |
blocks | LeftCurly | '{' at column 56 should have line break after. | 3634 |
![]() |
whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 3634 |
![]() |
whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 3635 |
![]() |
whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 3637 |
![]() |
whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 3642 |
![]() |
design | VisibilityModifier | Variable 'separator' must be private and have accessor methods. | 3672 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 3674 |
![]() |
blocks | LeftCurly | '{' at column 39 should have line break after. | 3678 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 147). | 3683 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 3687 |
![]() |
blocks | LeftCurly | '{' at column 36 should have line break after. | 3687 |
![]() |
blocks | LeftCurly | '{' at column 65 should have line break after. | 3708 |
![]() |
blocks | LeftCurly | '{' at column 28 should have line break after. | 3727 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 3742 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 3743 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 3744 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 3745 |
![]() |
blocks | LeftCurly | '{' at column 58 should have line break after. | 3751 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 167). | 3767 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 125). | 3785 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 134). | 3798 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 141). | 3808 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 3811 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 137). | 3822 |
![]() |
blocks | LeftCurly | '{' at column 33 should have line break after. | 3855 |
![]() |
blocks | LeftCurly | '{' at column 68 should have line break after. | 3855 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 124). | 3863 |
![]() |
blocks | LeftCurly | '{' at column 64 should have line break after. | 3876 |
![]() |
blocks | LeftCurly | '{' at column 64 should have line break after. | 3877 |
![]() |
design | VisibilityModifier | Variable 'column' must be private and have accessor methods. | 3894 |
![]() |
design | VisibilityModifier | Variable 'row' must be private and have accessor methods. | 3896 |
![]() |
blocks | LeftCurly | '{' at column 62 should have line break after. | 3900 |
![]() |
design | VisibilityModifier | Variable 'columns' must be private and have accessor methods. | 3904 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 3910 |
![]() |
design | VisibilityModifier | Variable 'indentWrappedLines' must be private and have accessor methods. | 3910 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 3914 |
![]() |
whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 3930 |
![]() |
whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 3944 |
![]() |
blocks | LeftCurly | '{' at column 42 should have line break after. | 3953 |
![]() |
blocks | LeftCurly | '{' at column 62 should have line break after. | 3960 |
![]() |
blocks | LeftCurly | '{' at column 62 should have line break after. | 3968 |
![]() |
blocks | LeftCurly | '{' at column 35 should have line break after. | 3972 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 3992 |
![]() |
whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 4004 |
![]() |
blocks | LeftCurly | '{' at column 65 should have line break after. | 4029 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 126). | 4079 |
![]() |
blocks | LeftCurly | '{' at column 78 should have line break after. | 4111 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 4111 |
![]() |
whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 4111 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 4111 |
![]() |
blocks | LeftCurly | '{' at column 38 should have line break after. | 4121 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 4131 |
![]() |
design | VisibilityModifier | Variable 'width' must be private and have accessor methods. | 4132 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 4134 |
![]() |
design | VisibilityModifier | Variable 'indent' must be private and have accessor methods. | 4135 |
![]() |
design | VisibilityModifier | Variable 'overflow' must be private and have accessor methods. | 4138 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4154 |
![]() |
design | VisibilityModifier | Variable 'commandStyles' must be private and have accessor methods. | 4154 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4155 |
![]() |
design | VisibilityModifier | Variable 'optionStyles' must be private and have accessor methods. | 4155 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4156 |
![]() |
design | VisibilityModifier | Variable 'parameterStyles' must be private and have accessor methods. | 4156 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4157 |
![]() |
design | VisibilityModifier | Variable 'optionParamStyles' must be private and have accessor methods. | 4157 |
![]() |
blocks | LeftCurly | '{' at column 34 should have line break after. | 4161 |
![]() |
blocks | LeftCurly | '{' at column 49 should have line break after. | 4166 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 4166 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 131). | 4168 |
![]() |
blocks | LeftCurly | '{' at column 69 should have line break after. | 4171 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 130). | 4172 |
![]() |
blocks | LeftCurly | '{' at column 69 should have line break after. | 4175 |
![]() |
whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 4175 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 4175 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 144). | 4176 |
![]() |
blocks | LeftCurly | '{' at column 69 should have line break after. | 4179 |
![]() |
whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 4179 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 4179 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 140). | 4180 |
![]() |
blocks | LeftCurly | '{' at column 69 should have line break after. | 4183 |
![]() |
whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 4183 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 4183 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 4187 |
![]() |
blocks | LeftCurly | '{' at column 72 should have line break after. | 4187 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 4191 |
![]() |
blocks | LeftCurly | '{' at column 72 should have line break after. | 4191 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 125). | 4195 |
![]() |
blocks | LeftCurly | '{' at column 72 should have line break after. | 4195 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 127). | 4199 |
![]() |
blocks | LeftCurly | '{' at column 72 should have line break after. | 4199 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 124). | 4201 |
![]() |
naming | StaticVariableName | Name 'EMPTY_TEXT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 4255 |
![]() |
design | VisibilityModifier | Variable 'EMPTY_TEXT' must be private and have accessor methods. | 4255 |
![]() |
naming | ConstantName | Name 'isWindows' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$|^capabilities$|^log$'. | 4256 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 4257 |
![]() |
naming | ConstantName | Name 'isXterm' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$|^capabilities$|^log$'. | 4257 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 137). | 4260 |
![]() |
blocks | LeftCurly | '{' at column 43 should have line break after. | 4262 |
![]() |
blocks | LeftCurly | '{' at column 21 should have line break after. | 4263 |
![]() |
blocks | RightCurly | '}' at column 94 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 4263 |
![]() |
blocks | LeftCurly | '{' at column 58 should have line break after. | 4264 |
![]() |
blocks | LeftCurly | '{' at column 51 should have line break after. | 4266 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 126). | 4270 |
![]() |
blocks | LeftCurly | '{' at column 34 should have line break after. | 4272 |
![]() |
blocks | LeftCurly | '{' at column 34 should have line break after. | 4273 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 4274 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4298 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4298 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4298 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4298 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4298 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4298 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4298 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 158). | 4299 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4299 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4299 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4299 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4299 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4299 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4299 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4299 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4299 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 158). | 4300 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4300 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4300 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4300 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4300 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4300 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4300 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4300 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4300 |
![]() |
whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 4301 |
![]() |
blocks | LeftCurly | '{' at column 63 should have line break after. | 4305 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 4305 |
![]() |
blocks | LeftCurly | '{' at column 36 should have line break after. | 4307 |
![]() |
blocks | LeftCurly | '{' at column 37 should have line break after. | 4309 |
![]() |
whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 4311 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 4332 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 139). | 4333 |
![]() |
blocks | LeftCurly | '{' at column 25 should have line break after. | 4339 |
![]() |
blocks | EmptyBlock | Empty catch block. | 4339 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 4339 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 4339 |
![]() |
blocks | LeftCurly | '{' at column 25 should have line break after. | 4340 |
![]() |
blocks | EmptyBlock | Empty catch block. | 4340 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 4340 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 4340 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 4344 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 139). | 4345 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 133). | 4346 |
![]() |
blocks | LeftCurly | '{' at column 25 should have line break after. | 4351 |
![]() |
blocks | EmptyBlock | Empty catch block. | 4351 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 4351 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 4351 |
![]() |
blocks | LeftCurly | '{' at column 25 should have line break after. | 4352 |
![]() |
blocks | EmptyBlock | Empty catch block. | 4352 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 4352 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 4352 |
![]() |
whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 4364 |
![]() |
coding | MagicNumber | '38' is a magic number. | 4386 |
![]() |
coding | MagicNumber | '48' is a magic number. | 4386 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 124). | 4389 |
![]() |
coding | MagicNumber | '16' is a magic number. | 4389 |
![]() |
coding | MagicNumber | '36' is a magic number. | 4389 |
![]() |
blocks | LeftCurly | '{' at column 36 should have line break after. | 4395 |
![]() |
blocks | LeftCurly | '{' at column 37 should have line break after. | 4397 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 4399 |
![]() |
coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 4400 |
![]() |
design | VisibilityModifier | Variable 'startIndex' must be private and have accessor methods. | 4400 |
![]() |
design | VisibilityModifier | Variable 'length' must be private and have accessor methods. | 4400 |
![]() |
coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 4401 |
![]() |
design | VisibilityModifier | Variable 'startStyles' must be private and have accessor methods. | 4401 |
![]() |
design | VisibilityModifier | Variable 'endStyles' must be private and have accessor methods. | 4401 |
![]() |
blocks | LeftCurly | '{' at column 46 should have line break after. | 4418 |
![]() |
blocks | LeftCurly | '{' at column 50 should have line break after. | 4451 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 130). | 4499 |
![]() |
coding | HiddenField | 'length' hides a field. | 4499 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 132). | 4504 |
![]() |
blocks | LeftCurly | '{' at column 25 should have line break after. | 4504 |
![]() |
blocks | LeftCurly | '{' at column 94 should have line break after. | 4504 |
![]() |
coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 4510 |
![]() |
coding | HiddenField | 'from' hides a field. | 4579 |
![]() |
coding | HiddenField | 'length' hides a field. | 4579 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 4587 |
![]() |
blocks | LeftCurly | '{' at column 45 should have line break after. | 4594 |
![]() |
blocks | LeftCurly | '{' at column 57 should have line break after. | 4597 |
![]() |
blocks | LeftCurly | '{' at column 39 should have line break after. | 4599 |
![]() |
blocks | LeftCurly | '{' at column 38 should have line break after. | 4609 |
![]() |
blocks | LeftCurly | '{' at column 50 should have line break after. | 4616 |
![]() |
blocks | LeftCurly | '{' at column 50 should have line break after. | 4617 |
![]() |
blocks | LeftCurly | '{' at column 42 should have line break after. | 4622 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 4655 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 4655 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 4655 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 4657 |
![]() |
blocks | LeftCurly | '{' at column 58 should have line break after. | 4658 |
![]() |
coding | HiddenField | 'tracer' hides a field. | 4659 |
![]() |
blocks | LeftCurly | '{' at column 47 should have line break after. | 4660 |
![]() |
blocks | LeftCurly | '{' at column 49 should have line break after. | 4662 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 148). | 4663 |
![]() |
blocks | LeftCurly | '{' at column 52 should have line break after. | 4663 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 4665 |
![]() |
design | VisibilityModifier | Variable 'level' must be private and have accessor methods. | 4666 |
![]() |
design | VisibilityModifier | Variable 'stream' must be private and have accessor methods. | 4667 |
![]() |
blocks | LeftCurly | '{' at column 62 should have line break after. | 4668 |
![]() |
blocks | LeftCurly | '{' at column 62 should have line break after. | 4669 |
![]() |
blocks | LeftCurly | '{' at column 62 should have line break after. | 4670 |
![]() |
blocks | LeftCurly | '{' at column 27 should have line break after. | 4671 |
![]() |
blocks | LeftCurly | '{' at column 27 should have line break after. | 4672 |
![]() |
blocks | LeftCurly | '{' at column 27 should have line break after. | 4673 |
![]() |
blocks | LeftCurly | '{' at column 51 should have line break after. | 4679 |
![]() |
blocks | LeftCurly | '{' at column 71 should have line break after. | 4680 |
![]() |
blocks | LeftCurly | '{' at column 58 should have line break after. | 4686 |
![]() |
blocks | LeftCurly | '{' at column 78 should have line break after. | 4687 |
![]() |
blocks | LeftCurly | '{' at column 45 should have line break after. | 4705 |
![]() |
blocks | LeftCurly | '{' at column 58 should have line break after. | 4711 |
![]() |
blocks | LeftCurly | '{' at column 45 should have line break after. | 4740 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 145). | 4742 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 144). | 4744 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 137). | 4757 |
![]() |
blocks | LeftCurly | '{' at column 70 should have line break after. | 4781 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 126). | 4783 |
![]() |
blocks | LeftCurly | '{' at column 61 should have line break after. | 4792 |
![]() |
blocks | LeftCurly | '{' at column 92 should have line break after. | 4798 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 153). | 4799 |
![]() |
blocks | LeftCurly | '{' at column 100 should have line break after. | 4799 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 183). | 4800 |
![]() |
blocks | LeftCurly | '{' at column 99 should have line break after. | 4800 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 136). | 4802 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 127). | 4805 |
![]() |
blocks | LeftCurly | '{' at column 100 should have line break after. | 4805 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 133). | 4807 |
![]() |
blocks | LeftCurly | '{' at column 92 should have line break after. | 4810 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 4818 |
![]() |
blocks | LeftCurly | '{' at column 95 should have line break after. | 4818 |
org/apache/logging/log4j/core/util/AbstractWatcher.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 126). | 53 |
![]() |
coding | HiddenField | 'source' hides a field. | 69 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 128). | 86 |
org/apache/logging/log4j/core/util/ArrayUtils.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 22 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 25 |
org/apache/logging/log4j/core/util/BasicAuthorizationProvider.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | ImportOrder | 'org.apache.logging.log4j.Logger' should be separated from previous imports. | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 36 |
![]() |
naming | StaticVariableName | Name 'LOGGER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 38 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 43 |
org/apache/logging/log4j/core/util/Builder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 26 |
org/apache/logging/log4j/core/util/CachedClock.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | MagicNumber | '1000' is a magic number. | 43 |
![]() |
coding | MagicNumber | '1000' is a magic number. | 43 |
org/apache/logging/log4j/core/util/ClockFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 24 |
org/apache/logging/log4j/core/util/CloseShieldOutputStream.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. |
org/apache/logging/log4j/core/util/CloseShieldWriter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 22 |
org/apache/logging/log4j/core/util/CoarseCachedClock.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | MagicNumber | '1000' is a magic number. | 38 |
![]() |
coding | MagicNumber | '1000' is a magic number. | 38 |
org/apache/logging/log4j/core/util/Constants.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 124). | 67 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 139). | 101 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 150 |
org/apache/logging/log4j/core/util/ContextDataProvider.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | ImportOrder | Wrong order for 'java.util.Map' import. | 22 |
org/apache/logging/log4j/core/util/CronExpression.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 199 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 200 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 201 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 202 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 203 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 204 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 205 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 206 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 207 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 208 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 209 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 211 |
![]() |
naming | ConstantName | Name 'monthMap' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$|^capabilities$|^log$'. | 211 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 212 |
![]() |
naming | ConstantName | Name 'dayMap' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$|^capabilities$|^log$'. | 212 |
![]() |
coding | MagicNumber | '8' is a magic number. | 223 |
![]() |
coding | MagicNumber | '9' is a magic number. | 224 |
![]() |
coding | MagicNumber | '10' is a magic number. | 225 |
![]() |
coding | MagicNumber | '11' is a magic number. | 226 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 239 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 239 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 240 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 240 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 241 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 241 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 242 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 242 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 243 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 243 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 244 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 244 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 245 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 245 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 247 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 247 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 248 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 248 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 249 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 249 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 250 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 250 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 251 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 251 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 252 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 252 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 254 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 254 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 255 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 255 |
![]() |
coding | MagicNumber | '1970' is a magic number. | 257 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 259 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 259 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 314 |
![]() |
coding | MagicNumber | '1000' is a magic number. | 323 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 333 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 194). | 333 |
![]() |
coding | MagicNumber | '1000' is a magic number. | 338 |
![]() |
coding | MagicNumber | '1000' is a magic number. | 346 |
![]() |
coding | MagicNumber | '1000' is a magic number. | 351 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 358 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'timeZone'. | 370 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 374 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 384 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 136). | 452 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 126). | 456 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 458 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 125). | 490 |
![]() |
sizes | MethodLength | Method length is 196 lines (max allowed is 150). | 501 |
![]() |
coding | MagicNumber | '10' is a magic number. | 628 |
![]() |
coding | MagicNumber | '59' is a magic number. | 631 |
![]() |
coding | MagicNumber | '23' is a magic number. | 633 |
![]() |
coding | MagicNumber | '31' is a magic number. | 635 |
![]() |
coding | MagicNumber | '12' is a magic number. | 639 |
![]() |
coding | MagicNumber | '30' is a magic number. | 660 |
![]() |
coding | MagicNumber | '31' is a magic number. | 733 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 141). | 734 |
![]() |
sizes | MethodLength | Method length is 164 lines (max allowed is 150). | 941 |
![]() |
coding | MagicNumber | '59' is a magic number. | 949 |
![]() |
coding | MagicNumber | '59' is a magic number. | 949 |
![]() |
coding | MagicNumber | '23' is a magic number. | 956 |
![]() |
coding | MagicNumber | '23' is a magic number. | 956 |
![]() |
coding | MagicNumber | '31' is a magic number. | 962 |
![]() |
coding | MagicNumber | '31' is a magic number. | 962 |
![]() |
coding | MagicNumber | '12' is a magic number. | 969 |
![]() |
coding | MagicNumber | '12' is a magic number. | 969 |
![]() |
coding | MagicNumber | '59' is a magic number. | 1007 |
![]() |
coding | MagicNumber | '23' is a magic number. | 1015 |
![]() |
coding | MagicNumber | '31' is a magic number. | 1023 |
![]() |
coding | MagicNumber | '12' is a magic number. | 1031 |
![]() |
coding | MagicNumber | '1970' is a magic number. | 1050 |
![]() |
coding | MagicNumber | '60' is a magic number. | 1064 |
![]() |
coding | MagicNumber | '60' is a magic number. | 1067 |
![]() |
coding | MagicNumber | '24' is a magic number. | 1070 |
![]() |
coding | MagicNumber | '12' is a magic number. | 1073 |
![]() |
coding | MagicNumber | '31' is a magic number. | 1079 |
![]() |
sizes | MethodLength | Method length is 399 lines (max allowed is 150). | 1178 |
![]() |
coding | MagicNumber | '1000' is a magic number. | 1185 |
![]() |
coding | MagicNumber | '2999' is a magic number. | 1194 |
![]() |
coding | MagicNumber | '12' is a magic number. | 1274 |
![]() |
coding | MagicNumber | '3333' is a magic number. | 1276 |
![]() |
coding | MagicNumber | '24' is a magic number. | 1587 |
![]() |
coding | MagicNumber | '1000' is a magic number. | 1621 |
![]() |
coding | MagicNumber | '1000' is a magic number. | 1623 |
![]() |
coding | MagicNumber | '60000' is a magic number. | 1626 |
![]() |
coding | MagicNumber | '60000' is a magic number. | 1628 |
![]() |
coding | MagicNumber | '3600000' is a magic number. | 1631 |
![]() |
coding | MagicNumber | '3600000' is a magic number. | 1633 |
![]() |
coding | MagicNumber | '86400000' is a magic number. | 1635 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 1661 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 1662 |
![]() |
coding | MagicNumber | '100' is a magic number. | 1667 |
![]() |
coding | MagicNumber | '400' is a magic number. | 1667 |
![]() |
coding | MagicNumber | '31' is a magic number. | 1674 |
![]() |
coding | MagicNumber | '29' is a magic number. | 1676 |
![]() |
coding | MagicNumber | '28' is a magic number. | 1676 |
![]() |
coding | MagicNumber | '31' is a magic number. | 1678 |
![]() |
coding | MagicNumber | '30' is a magic number. | 1680 |
![]() |
coding | MagicNumber | '31' is a magic number. | 1682 |
![]() |
coding | MagicNumber | '30' is a magic number. | 1684 |
![]() |
coding | MagicNumber | '31' is a magic number. | 1686 |
![]() |
coding | MagicNumber | '8' is a magic number. | 1687 |
![]() |
coding | MagicNumber | '31' is a magic number. | 1688 |
![]() |
coding | MagicNumber | '9' is a magic number. | 1689 |
![]() |
coding | MagicNumber | '30' is a magic number. | 1690 |
![]() |
coding | MagicNumber | '10' is a magic number. | 1691 |
![]() |
coding | MagicNumber | '31' is a magic number. | 1692 |
![]() |
coding | MagicNumber | '11' is a magic number. | 1693 |
![]() |
coding | MagicNumber | '30' is a magic number. | 1694 |
![]() |
coding | MagicNumber | '12' is a magic number. | 1695 |
![]() |
coding | MagicNumber | '31' is a magic number. | 1696 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 1704 |
![]() |
design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 1705 |
![]() |
design | VisibilityModifier | Variable 'pos' must be private and have accessor methods. | 1707 |
org/apache/logging/log4j/core/util/DefaultShutdownCallbackRegistry.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 124). | 83 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 93 |
org/apache/logging/log4j/core/util/ExecutorServices.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 25 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 25 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 141). | 47 |
org/apache/logging/log4j/core/util/ExtensionLanguageMapping.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
org/apache/logging/log4j/core/util/FileUtils.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Expected @param tag for 'file'. | 134 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 134 |
org/apache/logging/log4j/core/util/IOUtils.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 28 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 41 |
org/apache/logging/log4j/core/util/JsonUtils.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 22 |
![]() |
coding | MagicNumber | '128' is a magic number. | 34 |
![]() |
coding | MagicNumber | '32' is a magic number. | 36 |
![]() |
coding | MagicNumber | '0x08' is a magic number. | 46 |
![]() |
coding | MagicNumber | '0x09' is a magic number. | 47 |
![]() |
coding | MagicNumber | '0x0C' is a magic number. | 48 |
![]() |
coding | MagicNumber | '0x0A' is a magic number. | 49 |
![]() |
coding | MagicNumber | '0x0D' is a magic number. | 50 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 57 |
![]() |
naming | ConstantName | Name '_qbufLocal' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$|^capabilities$|^log$'. | 57 |
![]() |
naming | LocalVariableName | Name '_qbuf' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'input'. | 75 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'output'. | 75 |
![]() |
naming | MethodName | Name '_appendNumeric' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 105 |
![]() |
coding | MagicNumber | '0xF' is a magic number. | 109 |
![]() |
naming | MethodName | Name '_appendNamed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 113 |
org/apache/logging/log4j/core/util/KeyValuePair.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 79 |
org/apache/logging/log4j/core/util/Loader.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 59 |
![]() |
javadoc | JavadocMethod | Expected @param tag for '<T>'. | 273 |
org/apache/logging/log4j/core/util/Log4jThread.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | ConstantName | Name 'threadInitNumber' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$|^capabilities$|^log$'. | 29 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 39 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 43 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 47 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 51 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 55 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 59 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 63 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 67 |
org/apache/logging/log4j/core/util/Log4jThreadFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 58 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 59 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 60 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 61 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 62 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 63 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 75 |
org/apache/logging/log4j/core/util/NameUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | ImportOrder | Wrong order for 'java.nio.charset.Charset' import. | 21 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 31 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 31 |
![]() |
coding | MagicNumber | '0xFF' is a magic number. | 61 |
![]() |
blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 68 |
org/apache/logging/log4j/core/util/NullOutputStream.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | FinalClass | Class NullOutputStream should be declared as final. | 32 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 51 |
org/apache/logging/log4j/core/util/ObjectArrayIterator.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | Header | Line does not match expected header line of ' * contributor license agreements. See the NOTICE file distributed with'. | 3 |
![]() |
design | VisibilityModifier | Variable 'array' must be private and have accessor methods. | 38 |
![]() |
design | VisibilityModifier | Variable 'startIndex' must be private and have accessor methods. | 40 |
![]() |
design | VisibilityModifier | Variable 'endIndex' must be private and have accessor methods. | 42 |
![]() |
design | VisibilityModifier | Variable 'index' must be private and have accessor methods. | 44 |
![]() |
misc | ArrayTypeStyle | Array brackets at illegal position. | 68 |
![]() |
misc | ArrayTypeStyle | Array brackets at illegal position. | 83 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 124 |
org/apache/logging/log4j/core/util/OptionConverter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 155 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 163 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 172 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 172 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 176 |
![]() |
whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 188 |
![]() |
whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 197 |
![]() |
whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 199 |
![]() |
whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 202 |
![]() |
whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 208 |
![]() |
whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 210 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 211 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 211 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 211 |
![]() |
whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 212 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 213 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 213 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 213 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 213 |
org/apache/logging/log4j/core/util/ReflectionUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Unable to get class information for @throws tag 'InternalException'. | 183 |
org/apache/logging/log4j/core/util/Source.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Expected @param tag for 'lastModified'. | 66 |
![]() |
coding | MagicNumber | '31' is a magic number. | 121 |
org/apache/logging/log4j/core/util/StringBuilderWriter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | Header | Line does not match expected header line of ' * contributor license agreements. See the NOTICE file distributed with'. | 3 |
org/apache/logging/log4j/core/util/StringEncoder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 71 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 140). | 72 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'charArray'. | 72 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'charIndex'. | 72 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'byteArray'. | 72 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'byteIndex'. | 72 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'length'. | 72 |
![]() |
coding | MagicNumber | '255' is a magic number. | 76 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 90 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 91 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'charArray'. | 91 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'charOffset'. | 91 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'charLength'. | 91 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'byteArray'. | 91 |
org/apache/logging/log4j/core/util/Transform.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 67 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 131 |
org/apache/logging/log4j/core/util/UuidUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 40 |
org/apache/logging/log4j/core/util/WatchManager.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 49 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 53 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 72 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 98 |
![]() |
naming | MemberName | Name 'SIMPLE_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 101 |
org/apache/logging/log4j/core/util/Watcher.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
org/apache/logging/log4j/core/util/WatcherFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | FinalClass | Class WatcherFactory should be declared as final. | 37 |
![]() |
naming | StaticVariableName | Name 'LOGGER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 |
org/apache/logging/log4j/core/util/WrappedFileWatcher.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | HiddenField | 'lastModifiedMillis' hides a field. | 95 |
![]() |
coding | HiddenField | 'watcher' hides a field. | 96 |
org/apache/logging/log4j/core/util/datetime/DateParser.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 126). | 74 |
org/apache/logging/log4j/core/util/datetime/FastDateFormat.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 136). | 39 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 88 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 93 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 98 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 103 |
![]() |
naming | ConstantName | Name 'cache' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$|^capabilities$|^log$'. | 105 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 105 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 354 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 385 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 170). | 397 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 400 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 400 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 401 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 402 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 520 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 592 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 128). | 617 |
org/apache/logging/log4j/core/util/datetime/FastDateParser.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 86 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 86 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 86 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 101 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 129 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 137 |
![]() |
whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 137 |
![]() |
whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 137 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 139 |
![]() |
blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 140 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 141 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 142 |
![]() |
blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 143 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 147 |
![]() |
whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 147 |
![]() |
whitespace | WhitespaceAround | '-' is not followed by whitespace. | 147 |
![]() |
coding | MagicNumber | '80' is a magic number. | 147 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 149 |
![]() |
coding | MagicNumber | '100' is a magic number. | 149 |
![]() |
coding | MagicNumber | '100' is a magic number. | 149 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 150 |
![]() |
whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 165 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 167 |
![]() |
whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 167 |
![]() |
whitespace | WhitespaceAround | '==' is not followed by whitespace. | 167 |
![]() |
design | VisibilityModifier | Variable 'strategy' must be private and have accessor methods. | 181 |
![]() |
design | VisibilityModifier | Variable 'width' must be private and have accessor methods. | 182 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 190 |
![]() |
whitespace | WhitespaceAround | '?' is not followed by whitespace. | 195 |
![]() |
whitespace | WhitespaceAround | ':' is not followed by whitespace. | 195 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 203 |
![]() |
coding | MagicNumber | '13' is a magic number. | 316 |
![]() |
coding | MagicNumber | '13' is a magic number. | 316 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 360 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 365 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 366 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 366 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 368 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 368 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 396 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 126). | 411 |
![]() |
coding | FallThrough | Fall through from previous branch of the switch statement. | 448 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 145). | 463 |
![]() |
coding | MagicNumber | '100' is a magic number. | 487 |
![]() |
modifier | ModifierOrder | 'abstract' modifier out of order with the JLS suggestions. | 493 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 504 |
![]() |
modifier | ModifierOrder | 'abstract' modifier out of order with the JLS suggestions. | 510 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 143). | 534 |
![]() |
whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 555 |
![]() |
coding | DefaultComesLast | Default should be last label in the switch. | 556 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 557 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 557 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 557 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 557 |
![]() |
whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 598 |
![]() |
whitespace | WhitespaceAround | '==' is not followed by whitespace. | 598 |
![]() |
coding | FallThrough | Fall through from previous branch of the switch statement. | 602 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 607 |
![]() |
naming | ConstantName | Name 'caches' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$|^capabilities$|^log$'. | 608 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 650 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 143). | 669 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 691 |
![]() |
design | VisibilityModifier | Variable 'locale' must be private and have accessor methods. | 691 |
![]() |
whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 707 |
![]() |
whitespace | WhitespaceAround | '-' is not followed by whitespace. | 707 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 734 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 143). | 746 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 797 |
![]() |
coding | MagicNumber | '100' is a magic number. | 803 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 812 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 815 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 817 |
![]() |
design | VisibilityModifier | Variable 'zone' must be private and have accessor methods. | 818 |
![]() |
design | VisibilityModifier | Variable 'dstOffset' must be private and have accessor methods. | 819 |
![]() |
whitespace | WhitespaceAround | '?' is not followed by whitespace. | 823 |
![]() |
whitespace | WhitespaceAround | ':' is not followed by whitespace. | 823 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 830 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 840 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 904 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 927 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 928 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 929 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 929 |
![]() |
whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 939 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 952 |
![]() |
whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 955 |
![]() |
whitespace | WhitespaceAround | '-' is not followed by whitespace. | 955 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 958 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 959 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 960 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 961 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 962 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 963 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 969 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 970 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 971 |
![]() |
coding | MagicNumber | '24' is a magic number. | 974 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 977 |
![]() |
coding | MagicNumber | '12' is a magic number. | 980 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 983 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 984 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 985 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 986 |
org/apache/logging/log4j/core/util/datetime/FastDatePrinter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 107 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 111 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 115 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 119 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 170 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 170 |
![]() |
whitespace | EmptyForIteratorPad | ';' is followed by whitespace. | 170 |
![]() |
naming | LocalFinalVariableName | Name 'ERAs' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 189 |
![]() |
naming | LocalFinalVariableName | Name 'AmPmStrings' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 194 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 126). | 402 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 514 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 515 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 533 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 605 |
![]() |
coding | MagicNumber | '13' is a magic number. | 621 |
![]() |
coding | MagicNumber | '13' is a magic number. | 621 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 656 |
![]() |
coding | MagicNumber | '10' is a magic number. | 656 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 657 |
![]() |
coding | MagicNumber | '10' is a magic number. | 657 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 660 |
![]() |
coding | MagicNumber | '10000' is a magic number. | 671 |
![]() |
coding | MagicNumber | '1000' is a magic number. | 675 |
![]() |
coding | MagicNumber | '100' is a magic number. | 677 |
![]() |
coding | MagicNumber | '10' is a magic number. | 679 |
![]() |
coding | MagicNumber | '1000' is a magic number. | 691 |
![]() |
coding | MagicNumber | '1000' is a magic number. | 692 |
![]() |
coding | FallThrough | Fall through from previous branch of the switch statement. | 693 |
![]() |
coding | MagicNumber | '100' is a magic number. | 694 |
![]() |
coding | MagicNumber | '100' is a magic number. | 695 |
![]() |
coding | MagicNumber | '100' is a magic number. | 696 |
![]() |
coding | FallThrough | Fall through from previous branch of the switch statement. | 700 |
![]() |
coding | MagicNumber | '10' is a magic number. | 701 |
![]() |
coding | MagicNumber | '10' is a magic number. | 702 |
![]() |
coding | MagicNumber | '10' is a magic number. | 703 |
![]() |
coding | FallThrough | Fall through from previous branch of the switch statement. | 707 |
![]() |
coding | MagicNumber | '10' is a magic number. | 717 |
![]() |
coding | MagicNumber | '10' is a magic number. | 718 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 862 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 862 |
![]() |
whitespace | EmptyForIteratorPad | ';' is followed by whitespace. | 862 |
![]() |
coding | MagicNumber | '10' is a magic number. | 916 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 917 |
![]() |
coding | MagicNumber | '100' is a magic number. | 918 |
![]() |
coding | MagicNumber | '10' is a magic number. | 960 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 961 |
![]() |
coding | MagicNumber | '100' is a magic number. | 1051 |
![]() |
coding | MagicNumber | '100' is a magic number. | 1084 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 1278 |
![]() |
naming | ConstantName | Name 'cTimeZoneDisplayCache' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$|^capabilities$|^log$'. | 1278 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 1297 |
![]() |
design | VisibilityModifier | Variable 'mColon' must be private and have accessor methods. | 1360 |
![]() |
naming | TypeName | Name 'Iso8601_Rule' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 1410 |
![]() |
whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 1427 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 1439 |
![]() |
design | VisibilityModifier | Variable 'length' must be private and have accessor methods. | 1439 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 1446 |
![]() |
whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 1479 |
![]() |
whitespace | WhitespaceAround | '<' is not followed by whitespace. | 1479 |
![]() |
whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 1483 |
![]() |
whitespace | WhitespaceAround | '==' is not followed by whitespace. | 1483 |
![]() |
coding | MagicNumber | '0x80000000' is a magic number. | 1513 |
![]() |
coding | MagicNumber | '31' is a magic number. | 1525 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 1525 |
![]() |
coding | MagicNumber | '31' is a magic number. | 1525 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1537 |
org/apache/logging/log4j/core/util/datetime/FixedDateFormat.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 22 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 124). | 117 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 122 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 134). | 127 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 137). | 132 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 231 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 231 |
![]() |
whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 231 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 242 |
![]() |
whitespace | NoWhitespaceAfter | 'int' is followed by whitespace. | 249 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 291 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 327 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 329 |
![]() |
modifier | RedundantModifier | Redundant 'private' modifier. | 334 |
![]() |
modifier | RedundantModifier | Redundant 'private' modifier. | 338 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 345 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 346 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 347 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 348 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 349 |
![]() |
coding | MagicNumber | '3600000' is a magic number. | 363 |
![]() |
coding | MagicNumber | '10' is a magic number. | 366 |
![]() |
coding | MagicNumber | '10' is a magic number. | 370 |
![]() |
coding | MagicNumber | '60000' is a magic number. | 377 |
![]() |
coding | MagicNumber | '10' is a magic number. | 379 |
![]() |
coding | MagicNumber | '10' is a magic number. | 383 |
![]() |
coding | MagicNumber | '25' is a magic number. | 403 |
![]() |
coding | MagicNumber | '9' is a magic number. | 445 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 135). | 478 |
![]() |
naming | LocalFinalVariableName | Name 'ONE_HOUR' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 559 |
![]() |
coding | MagicNumber | '23' is a magic number. | 560 |
![]() |
coding | MagicNumber | '23' is a magic number. | 565 |
![]() |
coding | MagicNumber | '3600000' is a magic number. | 635 |
![]() |
coding | MagicNumber | '60000' is a magic number. | 638 |
![]() |
coding | MagicNumber | '1000' is a magic number. | 641 |
![]() |
coding | MagicNumber | '10' is a magic number. | 644 |
![]() |
coding | MagicNumber | '10' is a magic number. | 648 |
![]() |
coding | MagicNumber | '10' is a magic number. | 653 |
![]() |
coding | MagicNumber | '10' is a magic number. | 657 |
![]() |
coding | MagicNumber | '10' is a magic number. | 662 |
![]() |
coding | MagicNumber | '10' is a magic number. | 664 |
![]() |
coding | MagicNumber | '100' is a magic number. | 669 |
![]() |
coding | MagicNumber | '100' is a magic number. | 672 |
![]() |
coding | MagicNumber | '10' is a magic number. | 673 |
![]() |
coding | MagicNumber | '10' is a magic number. | 676 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 688 |
![]() |
naming | StaticVariableName | Name 'TABLE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 688 |
![]() |
design | VisibilityModifier | Variable 'TABLE' must be private and have accessor methods. | 688 |
![]() |
coding | MagicNumber | '100000' is a magic number. | 689 |
![]() |
coding | MagicNumber | '10000' is a magic number. | 690 |
![]() |
coding | MagicNumber | '1000' is a magic number. | 691 |
![]() |
coding | MagicNumber | '100' is a magic number. | 692 |
![]() |
coding | MagicNumber | '10' is a magic number. | 693 |
![]() |
coding | MagicNumber | '23' is a magic number. | 710 |
![]() |
coding | MagicNumber | '23' is a magic number. | 710 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 717 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'oldEpochSecond'. | 717 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'oldNanoOfSecond'. | 717 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'epochSecond'. | 717 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'nanoOfSecond'. | 717 |
![]() |
coding | MagicNumber | '1000_000L' is a magic number. | 721 |
![]() |
coding | MagicNumber | '1000_000L' is a magic number. | 721 |
org/apache/logging/log4j/core/util/datetime/FormatCache.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 37 |
![]() |
javadoc | JavadocType | Type Javadoc comment is missing an @param <F> tag. | 38 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 43 |
![]() |
whitespace | OperatorWrap | '=' should be on the previous line. | 46 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 48 |
![]() |
naming | ConstantName | Name 'cDateTimeInstanceCache' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$|^capabilities$|^log$'. | 48 |
![]() |
whitespace | OperatorWrap | '=' should be on the previous line. | 49 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 87 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 91 |
![]() |
modifier | ModifierOrder | 'protected' modifier out of order with the JLS suggestions. | 108 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 125). | 124 |
![]() |
blocks | RightCurly | '}' at column 17 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 203 |
![]() |
blocks | RightCurly | '}' at column 17 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 206 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 210 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 216 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 237 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 249 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 257 |
![]() |
whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 257 |
![]() |
whitespace | WhitespaceAround | '==' is not followed by whitespace. | 257 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 258 |
![]() |
whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 259 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 260 |
![]() |
whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 260 |
![]() |
whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 260 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 261 |
![]() |
whitespace | WhitespaceAround | '*' is not preceded with whitespace. | 261 |
![]() |
whitespace | WhitespaceAround | '*' is not followed by whitespace. | 261 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 264 |