Apache Commons logo Apache Commons RNG

PMD Results

The following document contains the results of PMD 7.2.0.

Violations By Priority

Priority 1

org/apache/commons/rng/examples/stress/ListCommand.java
Rule Violation Line
ReturnEmptyCollectionRatherThanNull Return an empty collection rather than null. 281

Priority 2

org/apache/commons/rng/examples/stress/BridgeTestCommand.java
Rule Violation Line
GuardLogStatement Logger calls should be surrounded by log level guards. 142
GuardLogStatement Logger calls should be surrounded by log level guards. 146
org/apache/commons/rng/examples/stress/EndianessCommand.java
Rule Violation Line
GuardLogStatement Logger calls should be surrounded by log level guards. 46
org/apache/commons/rng/examples/stress/ExamplesStressApplication.java
Rule Violation Line
GuardLogStatement Logger calls should be surrounded by log level guards. 84
GuardLogStatement Logger calls should be surrounded by log level guards. 86
org/apache/commons/rng/examples/stress/ResultsCommand.java
Rule Violation Line
GuardLogStatement Logger calls should be surrounded by log level guards. 876
org/apache/commons/rng/examples/stress/StressTestCommand.java
Rule Violation Line
GuardLogStatement Logger calls should be surrounded by log level guards. 359
GuardLogStatement Logger calls should be surrounded by log level guards. 400
GuardLogStatement Logger calls should be surrounded by log level guards. 703

Priority 3

org/apache/commons/rng/examples/stress/AlphaNumericComparator.java
Rule Violation Line
UnusedAssignment The initializer for variable 'result' is never used (overwritten on lines 90 and 92) 88
org/apache/commons/rng/examples/stress/ListCommand.java
Rule Violation Line
RedundantFieldInitializer Avoid using redundant field initializer for 'min' 64
CloseResource Ensure that resources like this Formatter object are closed after use 202
LooseCoupling Avoid using implementation types like 'HashSet'; use the interface instead 230
CloseResource Ensure that resources like this Scanner object are closed after use 234
PreserveStackTrace Thrown exception does not preserve the stack trace of exception 'ex' on all code paths 260
LooseCoupling Avoid using implementation types like 'ArrayList'; use the interface instead 293
org/apache/commons/rng/examples/stress/ManifestVersionProvider.java
Rule Violation Line
AvoidInstantiatingObjectsInLoops Avoid instantiating new objects inside loops 45
LooseCoupling Avoid using implementation types like 'Attributes'; use the interface instead 47
LooseCoupling Avoid using implementation types like 'Attributes'; use the interface instead 65
LooseCoupling Avoid using implementation types like 'Attributes'; use the interface instead 76
org/apache/commons/rng/examples/stress/OutputCommand.java
Rule Violation Line
GodClass Possible God Class (WMC=61, ATFD=6, TCC=7.619%) 50
NPathComplexity The method 'call()' has an NPath complexity of 720, current threshold is 200 161
LooseCoupling Avoid using implementation types like 'ArrayList'; use the interface instead 259
org/apache/commons/rng/examples/stress/ProcessUtils.java
Rule Violation Line
LooseCoupling Avoid using implementation types like 'ArrayList'; use the interface instead 72
DoNotUseThreads To be compliant to J2EE, a webapp should not use any thread. 118
DoNotUseThreads To be compliant to J2EE, a webapp should not use any thread. 121
org/apache/commons/rng/examples/stress/RNGUtils.java
Rule Violation Line
CommentRequired Field comments are required 217
CommentRequired Field comments are required 253
org/apache/commons/rng/examples/stress/ResultsCommand.java
Rule Violation Line
ExcessiveImports A high number of imports can indicate a high degree of coupling within an object. 171570
CouplingBetweenObjects High amount of different objects as members denotes a high coupling 171570
GodClass Possible God Class (WMC=166, ATFD=59, TCC=0.846%) 66
CyclomaticComplexity The class 'ResultsCommand' has a total cyclomatic complexity of 166 (highest 9). 66
TestClassWithoutTestCases The class 'TestResult' might be a test class, but it contains no test cases. 186
LooseCoupling Avoid using implementation types like 'ArrayList'; use the interface instead 428
LooseCoupling Avoid using implementation types like 'ArrayList'; use the interface instead 471
LooseCoupling Avoid using implementation types like 'ArrayList'; use the interface instead 490
CognitiveComplexity The method 'writeAPT(OutputStream, List<TestResult>)' has a cognitive complexity of 24, current threshold is 15 962
UseStringBufferForStringAppends Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings 1033
LooseCoupling Avoid using implementation types like 'EnumSet'; use the interface instead 1056
LooseCoupling Avoid using implementation types like 'ArrayList'; use the interface instead 1060
LooseCoupling Avoid using implementation types like 'ArrayList'; use the interface instead 1072
LooseCoupling Avoid using implementation types like 'ArrayList'; use the interface instead 1223
LooseCoupling Avoid using implementation types like 'HashMap'; use the interface instead 1241
LooseCoupling Avoid using implementation types like 'HashSet'; use the interface instead 1253
AvoidInstantiatingObjectsInLoops Avoid instantiating new objects inside loops 1253
LooseCoupling Avoid using implementation types like 'ArrayList'; use the interface instead 1388
LooseCoupling Avoid using implementation types like 'ArrayList'; use the interface instead 1407
CognitiveComplexity The method 'writeFailures(OutputStream, List<TestResult>)' has a cognitive complexity of 19, current threshold is 15 1480
UnusedFormalParameter Avoid unused method parameters such as 'testNames'. 1530
LooseCoupling Avoid using implementation types like 'ArrayList'; use the interface instead 1532
org/apache/commons/rng/examples/stress/RngDataOutput.java
Rule Violation Line
AvoidDuplicateLiterals The String literal "resource" appears 4 times in this file; the first occurrence is on line 377 377
org/apache/commons/rng/examples/stress/StressTestCommand.java
Rule Violation Line
ExcessiveImports A high number of imports can indicate a high degree of coupling within an object. 171239
CouplingBetweenObjects High amount of different objects as members denotes a high coupling 171239
GodClass Possible God Class (WMC=57, ATFD=30, TCC=7.692%) 64
TooManyFields Too many fields 641239
DoNotUseThreads To be compliant to J2EE, a webapp should not use any thread. 385
DoNotUseThreads To be compliant to J2EE, a webapp should not use any thread. 405
DoNotUseThreads To be compliant to J2EE, a webapp should not use any thread. 409
CognitiveComplexity The method 'createTasks(List<String>, String, Iterable<StressTestData>, ProgressTracker)' has a cognitive complexity of 36, current threshold is 15 494
NPathComplexity The method 'createTasks(List<String>, String, Iterable<StressTestData>, ProgressTracker)' has an NPath complexity of 2404, current threshold is 200 494
AvoidInstantiatingObjectsInLoops Avoid instantiating new objects inside loops 558559
DoNotUseThreads To be compliant to J2EE, a webapp should not use any thread. 591
DoNotUseThreads To be compliant to J2EE, a webapp should not use any thread. 594
AvoidSynchronizedAtMethodLevel Use block level rather than method level synchronization 637
LocalVariableCouldBeFinal Local variable 'id' could be declared final 650
LocalVariableCouldBeFinal Local variable 'duration' could be declared final 667
AvoidLiteralsInIfCondition Avoid using literals in if statements 830
AvoidLiteralsInIfCondition Avoid using literals in if statements 903
ArrayIsStoredDirectly The user-supplied array 'seed' is stored directly. 965
LocalVariableCouldBeFinal Local variable 'exitValue' could be declared final 983
LocalVariableCouldBeFinal Local variable 'millis' could be declared final 984
org/apache/commons/rng/examples/stress/StressTestData.java
Rule Violation Line
ArrayIsStoredDirectly The user-supplied array 'args' is stored directly. 73
MethodReturnsInternalArray Returning 'args' may expose an internal array. 133
org/apache/commons/rng/examples/stress/StressTestDataList.java
Rule Violation Line
LooseCoupling Avoid using implementation types like 'EnumMap'; use the interface instead 37
AvoidInstantiatingObjectsInLoops Avoid instantiating new objects inside loops 68
LocalVariableCouldBeFinal Local variable 'source' could be declared final 110

Priority 4

org/apache/commons/rng/examples/stress/Hex.java
Rule Violation Line
ShortClassName Avoid short class names like Hex 24
org/apache/commons/rng/examples/stress/LogUtils.java
Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'LogUtils': 'logLevel' is already in scope because it is declared in an enclosing type 100

Files

org/apache/commons/rng/examples/stress/AlphaNumericComparator.java

Rule Violation Priority Line
UnusedAssignment The initializer for variable 'result' is never used (overwritten on lines 90 and 92) 3 88

org/apache/commons/rng/examples/stress/BridgeTestCommand.java

Rule Violation Priority Line
GuardLogStatement Logger calls should be surrounded by log level guards. 2 142
GuardLogStatement Logger calls should be surrounded by log level guards. 2 146

org/apache/commons/rng/examples/stress/EndianessCommand.java

Rule Violation Priority Line
GuardLogStatement Logger calls should be surrounded by log level guards. 2 46

org/apache/commons/rng/examples/stress/ExamplesStressApplication.java

Rule Violation Priority Line
GuardLogStatement Logger calls should be surrounded by log level guards. 2 84
GuardLogStatement Logger calls should be surrounded by log level guards. 2 86

org/apache/commons/rng/examples/stress/Hex.java

Rule Violation Priority Line
ShortClassName Avoid short class names like Hex 4 24

org/apache/commons/rng/examples/stress/ListCommand.java

Rule Violation Priority Line
RedundantFieldInitializer Avoid using redundant field initializer for 'min' 3 64
CloseResource Ensure that resources like this Formatter object are closed after use 3 202
LooseCoupling Avoid using implementation types like 'HashSet'; use the interface instead 3 230
CloseResource Ensure that resources like this Scanner object are closed after use 3 234
PreserveStackTrace Thrown exception does not preserve the stack trace of exception 'ex' on all code paths 3 260
ReturnEmptyCollectionRatherThanNull Return an empty collection rather than null. 1 281
LooseCoupling Avoid using implementation types like 'ArrayList'; use the interface instead 3 293

org/apache/commons/rng/examples/stress/LogUtils.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'LogUtils': 'logLevel' is already in scope because it is declared in an enclosing type 4 100

org/apache/commons/rng/examples/stress/ManifestVersionProvider.java

Rule Violation Priority Line
AvoidInstantiatingObjectsInLoops Avoid instantiating new objects inside loops 3 45
LooseCoupling Avoid using implementation types like 'Attributes'; use the interface instead 3 47
LooseCoupling Avoid using implementation types like 'Attributes'; use the interface instead 3 65
LooseCoupling Avoid using implementation types like 'Attributes'; use the interface instead 3 76

org/apache/commons/rng/examples/stress/OutputCommand.java

Rule Violation Priority Line
GodClass Possible God Class (WMC=61, ATFD=6, TCC=7.619%) 3 50
NPathComplexity The method 'call()' has an NPath complexity of 720, current threshold is 200 3 161
LooseCoupling Avoid using implementation types like 'ArrayList'; use the interface instead 3 259

org/apache/commons/rng/examples/stress/ProcessUtils.java

Rule Violation Priority Line
LooseCoupling Avoid using implementation types like 'ArrayList'; use the interface instead 3 72
DoNotUseThreads To be compliant to J2EE, a webapp should not use any thread. 3 118
DoNotUseThreads To be compliant to J2EE, a webapp should not use any thread. 3 121

org/apache/commons/rng/examples/stress/RNGUtils.java

Rule Violation Priority Line
CommentRequired Field comments are required 3 217
CommentRequired Field comments are required 3 253

org/apache/commons/rng/examples/stress/ResultsCommand.java

Rule Violation Priority Line
ExcessiveImports A high number of imports can indicate a high degree of coupling within an object. 3 171570
CouplingBetweenObjects High amount of different objects as members denotes a high coupling 3 171570
GodClass Possible God Class (WMC=166, ATFD=59, TCC=0.846%) 3 66
CyclomaticComplexity The class 'ResultsCommand' has a total cyclomatic complexity of 166 (highest 9). 3 66
TestClassWithoutTestCases The class 'TestResult' might be a test class, but it contains no test cases. 3 186
LooseCoupling Avoid using implementation types like 'ArrayList'; use the interface instead 3 428
LooseCoupling Avoid using implementation types like 'ArrayList'; use the interface instead 3 471
LooseCoupling Avoid using implementation types like 'ArrayList'; use the interface instead 3 490
GuardLogStatement Logger calls should be surrounded by log level guards. 2 876
CognitiveComplexity The method 'writeAPT(OutputStream, List<TestResult>)' has a cognitive complexity of 24, current threshold is 15 3 962
UseStringBufferForStringAppends Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings 3 1033
LooseCoupling Avoid using implementation types like 'EnumSet'; use the interface instead 3 1056
LooseCoupling Avoid using implementation types like 'ArrayList'; use the interface instead 3 1060
LooseCoupling Avoid using implementation types like 'ArrayList'; use the interface instead 3 1072
LooseCoupling Avoid using implementation types like 'ArrayList'; use the interface instead 3 1223
LooseCoupling Avoid using implementation types like 'HashMap'; use the interface instead 3 1241
LooseCoupling Avoid using implementation types like 'HashSet'; use the interface instead 3 1253
AvoidInstantiatingObjectsInLoops Avoid instantiating new objects inside loops 3 1253
LooseCoupling Avoid using implementation types like 'ArrayList'; use the interface instead 3 1388
LooseCoupling Avoid using implementation types like 'ArrayList'; use the interface instead 3 1407
CognitiveComplexity The method 'writeFailures(OutputStream, List<TestResult>)' has a cognitive complexity of 19, current threshold is 15 3 1480
UnusedFormalParameter Avoid unused method parameters such as 'testNames'. 3 1530
LooseCoupling Avoid using implementation types like 'ArrayList'; use the interface instead 3 1532

org/apache/commons/rng/examples/stress/RngDataOutput.java

Rule Violation Priority Line
AvoidDuplicateLiterals The String literal "resource" appears 4 times in this file; the first occurrence is on line 377 3 377

org/apache/commons/rng/examples/stress/StressTestCommand.java

Rule Violation Priority Line
ExcessiveImports A high number of imports can indicate a high degree of coupling within an object. 3 171239
CouplingBetweenObjects High amount of different objects as members denotes a high coupling 3 171239
GodClass Possible God Class (WMC=57, ATFD=30, TCC=7.692%) 3 64
TooManyFields Too many fields 3 641239
GuardLogStatement Logger calls should be surrounded by log level guards. 2 359
DoNotUseThreads To be compliant to J2EE, a webapp should not use any thread. 3 385
GuardLogStatement Logger calls should be surrounded by log level guards. 2 400
DoNotUseThreads To be compliant to J2EE, a webapp should not use any thread. 3 405
DoNotUseThreads To be compliant to J2EE, a webapp should not use any thread. 3 409
CognitiveComplexity The method 'createTasks(List<String>, String, Iterable<StressTestData>, ProgressTracker)' has a cognitive complexity of 36, current threshold is 15 3 494
NPathComplexity The method 'createTasks(List<String>, String, Iterable<StressTestData>, ProgressTracker)' has an NPath complexity of 2404, current threshold is 200 3 494
AvoidInstantiatingObjectsInLoops Avoid instantiating new objects inside loops 3 558559
DoNotUseThreads To be compliant to J2EE, a webapp should not use any thread. 3 591
DoNotUseThreads To be compliant to J2EE, a webapp should not use any thread. 3 594
AvoidSynchronizedAtMethodLevel Use block level rather than method level synchronization 3 637
LocalVariableCouldBeFinal Local variable 'id' could be declared final 3 650
LocalVariableCouldBeFinal Local variable 'duration' could be declared final 3 667
GuardLogStatement Logger calls should be surrounded by log level guards. 2 703
AvoidLiteralsInIfCondition Avoid using literals in if statements 3 830
AvoidLiteralsInIfCondition Avoid using literals in if statements 3 903
ArrayIsStoredDirectly The user-supplied array 'seed' is stored directly. 3 965
LocalVariableCouldBeFinal Local variable 'exitValue' could be declared final 3 983
LocalVariableCouldBeFinal Local variable 'millis' could be declared final 3 984

org/apache/commons/rng/examples/stress/StressTestData.java

Rule Violation Priority Line
ArrayIsStoredDirectly The user-supplied array 'args' is stored directly. 3 73
MethodReturnsInternalArray Returning 'args' may expose an internal array. 3 133

org/apache/commons/rng/examples/stress/StressTestDataList.java

Rule Violation Priority Line
LooseCoupling Avoid using implementation types like 'EnumMap'; use the interface instead 3 37
AvoidInstantiatingObjectsInLoops Avoid instantiating new objects inside loops 3 68
LocalVariableCouldBeFinal Local variable 'source' could be declared final 3 110

Suppressed Violations

Filename Rule message Suppression type Reason
org/apache/commons/rng/examples/stress/BridgeTestCommand.java Field 'executableArguments' may be declared final xpath //ClassDeclaration[@SimpleName='BridgeTestCommand' or @SimpleName='ProbabilityDensityApproximationCommand' or @SimpleName='ExamplesStressCommand' or @SimpleName='ListCommand' or @SimpleName='OutputCommand' or @SimpleName='ResultsCommand' or @SimpleName='StressTestCommand' or @SimpleName='UniformSamplingVisualCheckCommand']
org/apache/commons/rng/examples/stress/BridgeTestCommand.java Field 'fileOutputPrefix' may be declared final xpath //ClassDeclaration[@SimpleName='BridgeTestCommand' or @SimpleName='ProbabilityDensityApproximationCommand' or @SimpleName='ExamplesStressCommand' or @SimpleName='ListCommand' or @SimpleName='OutputCommand' or @SimpleName='ResultsCommand' or @SimpleName='StressTestCommand' or @SimpleName='UniformSamplingVisualCheckCommand']
org/apache/commons/rng/examples/stress/BridgeTestCommand.java Field 'byteOrder' may be declared final xpath //ClassDeclaration[@SimpleName='BridgeTestCommand' or @SimpleName='ProbabilityDensityApproximationCommand' or @SimpleName='ExamplesStressCommand' or @SimpleName='ListCommand' or @SimpleName='OutputCommand' or @SimpleName='ResultsCommand' or @SimpleName='StressTestCommand' or @SimpleName='UniformSamplingVisualCheckCommand']
org/apache/commons/rng/examples/stress/ListCommand.java Field 'providerType' may be declared final xpath //ClassDeclaration[@SimpleName='BridgeTestCommand' or @SimpleName='ProbabilityDensityApproximationCommand' or @SimpleName='ExamplesStressCommand' or @SimpleName='ListCommand' or @SimpleName='OutputCommand' or @SimpleName='ResultsCommand' or @SimpleName='StressTestCommand' or @SimpleName='UniformSamplingVisualCheckCommand']
org/apache/commons/rng/examples/stress/ListCommand.java Field 'min' may be declared final xpath //ClassDeclaration[@SimpleName='BridgeTestCommand' or @SimpleName='ProbabilityDensityApproximationCommand' or @SimpleName='ExamplesStressCommand' or @SimpleName='ListCommand' or @SimpleName='OutputCommand' or @SimpleName='ResultsCommand' or @SimpleName='StressTestCommand' or @SimpleName='UniformSamplingVisualCheckCommand']
org/apache/commons/rng/examples/stress/ListCommand.java Field 'listFormat' may be declared final xpath //ClassDeclaration[@SimpleName='BridgeTestCommand' or @SimpleName='ProbabilityDensityApproximationCommand' or @SimpleName='ExamplesStressCommand' or @SimpleName='ListCommand' or @SimpleName='OutputCommand' or @SimpleName='ResultsCommand' or @SimpleName='StressTestCommand' or @SimpleName='UniformSamplingVisualCheckCommand']
org/apache/commons/rng/examples/stress/ListCommand.java Field 'idPrefix' may be declared final xpath //ClassDeclaration[@SimpleName='BridgeTestCommand' or @SimpleName='ProbabilityDensityApproximationCommand' or @SimpleName='ExamplesStressCommand' or @SimpleName='ListCommand' or @SimpleName='OutputCommand' or @SimpleName='ResultsCommand' or @SimpleName='StressTestCommand' or @SimpleName='UniformSamplingVisualCheckCommand']
org/apache/commons/rng/examples/stress/ListCommand.java Field 'max' may be declared final xpath //ClassDeclaration[@SimpleName='BridgeTestCommand' or @SimpleName='ProbabilityDensityApproximationCommand' or @SimpleName='ExamplesStressCommand' or @SimpleName='ListCommand' or @SimpleName='OutputCommand' or @SimpleName='ResultsCommand' or @SimpleName='StressTestCommand' or @SimpleName='UniformSamplingVisualCheckCommand']
org/apache/commons/rng/examples/stress/ListCommand.java Field 'trials' may be declared final xpath //ClassDeclaration[@SimpleName='BridgeTestCommand' or @SimpleName='ProbabilityDensityApproximationCommand' or @SimpleName='ExamplesStressCommand' or @SimpleName='ListCommand' or @SimpleName='OutputCommand' or @SimpleName='ResultsCommand' or @SimpleName='StressTestCommand' or @SimpleName='UniformSamplingVisualCheckCommand']
org/apache/commons/rng/examples/stress/OutputCommand.java Field 'outputFormat' may be declared final xpath //ClassDeclaration[@SimpleName='BridgeTestCommand' or @SimpleName='ProbabilityDensityApproximationCommand' or @SimpleName='ExamplesStressCommand' or @SimpleName='ListCommand' or @SimpleName='OutputCommand' or @SimpleName='ResultsCommand' or @SimpleName='StressTestCommand' or @SimpleName='UniformSamplingVisualCheckCommand']
org/apache/commons/rng/examples/stress/OutputCommand.java Field 'arguments' may be declared final xpath //ClassDeclaration[@SimpleName='BridgeTestCommand' or @SimpleName='ProbabilityDensityApproximationCommand' or @SimpleName='ExamplesStressCommand' or @SimpleName='ListCommand' or @SimpleName='OutputCommand' or @SimpleName='ResultsCommand' or @SimpleName='StressTestCommand' or @SimpleName='UniformSamplingVisualCheckCommand']
org/apache/commons/rng/examples/stress/OutputCommand.java Field 'count' may be declared final xpath //ClassDeclaration[@SimpleName='BridgeTestCommand' or @SimpleName='ProbabilityDensityApproximationCommand' or @SimpleName='ExamplesStressCommand' or @SimpleName='ListCommand' or @SimpleName='OutputCommand' or @SimpleName='ResultsCommand' or @SimpleName='StressTestCommand' or @SimpleName='UniformSamplingVisualCheckCommand']
org/apache/commons/rng/examples/stress/OutputCommand.java Field 'bufferSize' may be declared final xpath //ClassDeclaration[@SimpleName='BridgeTestCommand' or @SimpleName='ProbabilityDensityApproximationCommand' or @SimpleName='ExamplesStressCommand' or @SimpleName='ListCommand' or @SimpleName='OutputCommand' or @SimpleName='ResultsCommand' or @SimpleName='StressTestCommand' or @SimpleName='UniformSamplingVisualCheckCommand']
org/apache/commons/rng/examples/stress/OutputCommand.java Field 'byteOrder' may be declared final xpath //ClassDeclaration[@SimpleName='BridgeTestCommand' or @SimpleName='ProbabilityDensityApproximationCommand' or @SimpleName='ExamplesStressCommand' or @SimpleName='ListCommand' or @SimpleName='OutputCommand' or @SimpleName='ResultsCommand' or @SimpleName='StressTestCommand' or @SimpleName='UniformSamplingVisualCheckCommand']
org/apache/commons/rng/examples/stress/ResultsCommand.java Field 'resultsFiles' may be declared final xpath //ClassDeclaration[@SimpleName='BridgeTestCommand' or @SimpleName='ProbabilityDensityApproximationCommand' or @SimpleName='ExamplesStressCommand' or @SimpleName='ListCommand' or @SimpleName='OutputCommand' or @SimpleName='ResultsCommand' or @SimpleName='StressTestCommand' or @SimpleName='UniformSamplingVisualCheckCommand']
org/apache/commons/rng/examples/stress/ResultsCommand.java Field 'pathPrefix' may be declared final xpath //ClassDeclaration[@SimpleName='BridgeTestCommand' or @SimpleName='ProbabilityDensityApproximationCommand' or @SimpleName='ExamplesStressCommand' or @SimpleName='ListCommand' or @SimpleName='OutputCommand' or @SimpleName='ResultsCommand' or @SimpleName='StressTestCommand' or @SimpleName='UniformSamplingVisualCheckCommand']
org/apache/commons/rng/examples/stress/ResultsCommand.java Field 'outputFormat' may be declared final xpath //ClassDeclaration[@SimpleName='BridgeTestCommand' or @SimpleName='ProbabilityDensityApproximationCommand' or @SimpleName='ExamplesStressCommand' or @SimpleName='ListCommand' or @SimpleName='OutputCommand' or @SimpleName='ResultsCommand' or @SimpleName='StressTestCommand' or @SimpleName='UniformSamplingVisualCheckCommand']
org/apache/commons/rng/examples/stress/StressTestCommand.java Field 'processors' may be declared final xpath //ClassDeclaration[@SimpleName='BridgeTestCommand' or @SimpleName='ProbabilityDensityApproximationCommand' or @SimpleName='ExamplesStressCommand' or @SimpleName='ListCommand' or @SimpleName='OutputCommand' or @SimpleName='ResultsCommand' or @SimpleName='StressTestCommand' or @SimpleName='UniformSamplingVisualCheckCommand']
org/apache/commons/rng/examples/stress/StressTestCommand.java Field 'trials' may be declared final xpath //ClassDeclaration[@SimpleName='BridgeTestCommand' or @SimpleName='ProbabilityDensityApproximationCommand' or @SimpleName='ExamplesStressCommand' or @SimpleName='ListCommand' or @SimpleName='OutputCommand' or @SimpleName='ResultsCommand' or @SimpleName='StressTestCommand' or @SimpleName='UniformSamplingVisualCheckCommand']
org/apache/commons/rng/examples/stress/StressTestCommand.java Field 'executableArguments' may be declared final xpath //ClassDeclaration[@SimpleName='BridgeTestCommand' or @SimpleName='ProbabilityDensityApproximationCommand' or @SimpleName='ExamplesStressCommand' or @SimpleName='ListCommand' or @SimpleName='OutputCommand' or @SimpleName='ResultsCommand' or @SimpleName='StressTestCommand' or @SimpleName='UniformSamplingVisualCheckCommand']
org/apache/commons/rng/examples/stress/StressTestCommand.java Field 'bufferSize' may be declared final xpath //ClassDeclaration[@SimpleName='BridgeTestCommand' or @SimpleName='ProbabilityDensityApproximationCommand' or @SimpleName='ExamplesStressCommand' or @SimpleName='ListCommand' or @SimpleName='OutputCommand' or @SimpleName='ResultsCommand' or @SimpleName='StressTestCommand' or @SimpleName='UniformSamplingVisualCheckCommand']
org/apache/commons/rng/examples/stress/StressTestCommand.java Field 'fileOutputPrefix' may be declared final xpath //ClassDeclaration[@SimpleName='BridgeTestCommand' or @SimpleName='ProbabilityDensityApproximationCommand' or @SimpleName='ExamplesStressCommand' or @SimpleName='ListCommand' or @SimpleName='OutputCommand' or @SimpleName='ResultsCommand' or @SimpleName='StressTestCommand' or @SimpleName='UniformSamplingVisualCheckCommand']
org/apache/commons/rng/examples/stress/StressTestCommand.java Field 'stopFileLock' may be declared final xpath //ClassDeclaration[@SimpleName='BridgeTestCommand' or @SimpleName='ProbabilityDensityApproximationCommand' or @SimpleName='ExamplesStressCommand' or @SimpleName='ListCommand' or @SimpleName='OutputCommand' or @SimpleName='ResultsCommand' or @SimpleName='StressTestCommand' or @SimpleName='UniformSamplingVisualCheckCommand']
org/apache/commons/rng/examples/stress/StressTestCommand.java Field 'outputMode' may be declared final xpath //ClassDeclaration[@SimpleName='BridgeTestCommand' or @SimpleName='ProbabilityDensityApproximationCommand' or @SimpleName='ExamplesStressCommand' or @SimpleName='ListCommand' or @SimpleName='OutputCommand' or @SimpleName='ResultsCommand' or @SimpleName='StressTestCommand' or @SimpleName='UniformSamplingVisualCheckCommand']
org/apache/commons/rng/examples/stress/StressTestCommand.java Field 'applicationThreads' may be declared final xpath //ClassDeclaration[@SimpleName='BridgeTestCommand' or @SimpleName='ProbabilityDensityApproximationCommand' or @SimpleName='ExamplesStressCommand' or @SimpleName='ListCommand' or @SimpleName='OutputCommand' or @SimpleName='ResultsCommand' or @SimpleName='StressTestCommand' or @SimpleName='UniformSamplingVisualCheckCommand']
org/apache/commons/rng/examples/stress/StressTestCommand.java Field 'byteOrder' may be declared final xpath //ClassDeclaration[@SimpleName='BridgeTestCommand' or @SimpleName='ProbabilityDensityApproximationCommand' or @SimpleName='ExamplesStressCommand' or @SimpleName='ListCommand' or @SimpleName='OutputCommand' or @SimpleName='ResultsCommand' or @SimpleName='StressTestCommand' or @SimpleName='UniformSamplingVisualCheckCommand']