PMD Results

The following document contains the results of PMD 4.1.

Files

org/slasoi/gslam/monitoring/parser/AgreementParser.java

ViolationLine
These nested if statements could be combined126 - 132

org/slasoi/gslam/monitoring/parser/core/TokenMgrError.java

ViolationLine
Overriding method merely calls super126 - 128

org/slasoi/gslam/monitoring/parser/core/UQLParser.java

ViolationLine
Do not use if statements that are always true or always false46
Do not use if statements that are always true or always false58
Do not use if statements that are always true or always false64
Do not use if statements that are always true or always false69
An empty statement (semicolon) not part of a loop93
An empty statement (semicolon) not part of a loop122
Do not use if statements that are always true or always false158
Do not use if statements that are always true or always false164
Do not use if statements that are always true or always false169
Do not use if statements that are always true or always false216
Do not use if statements that are always true or always false222
Do not use if statements that are always true or always false227
Do not use if statements that are always true or always false270
Do not use if statements that are always true or always false276
Do not use if statements that are always true or always false281
An empty statement (semicolon) not part of a loop322
Do not use if statements that are always true or always false352
Do not use if statements that are always true or always false358
Do not use if statements that are always true or always false363
Do not use if statements that are always true or always false408
Do not use if statements that are always true or always false414
Do not use if statements that are always true or always false419
Do not use if statements that are always true or always false501
Do not use if statements that are always true or always false507
Do not use if statements that are always true or always false512
An empty statement (semicolon) not part of a loop537
Do not use if statements that are always true or always false554
Do not use if statements that are always true or always false560
Do not use if statements that are always true or always false565
Avoid empty catch blocks1277 - 1278

org/slasoi/gslam/monitoring/parser/core/UQLParserTokenManager.java

ViolationLine
Avoid unused imports such as 'java.io.StringReader'4
Avoid unused imports such as 'java.io.Reader'5
Do not start a literal by 0 unless it's an octal value330
Do not start a literal by 0 unless it's an octal value351
Do not start a literal by 0 unless it's an octal value500

org/slasoi/gslam/monitoring/selection/SelectionManager.java

ViolationLine
These nested if statements could be combined204 - 210
These nested if statements could be combined508 - 577
These nested if statements could be combined530 - 550
These nested if statements could be combined554 - 574
Avoid unused method parameters such as 'agreementID'.687 - 827

org/slasoi/gslam/monitoring/spec/slasoi/TermBuilder.java

ViolationLine
Avoid unused local variables such as 'expstr'.539
Avoid unused local variables such as 'expstr'.807

org/slasoi/gslam/monitoring/spec/slasoi/UniqueID.java

ViolationLine
Avoid unnecessary temporaries when converting primitives to Strings77