Fork me on GitHub

Checkstyle Results

The following document contains the results of Checkstyle 7.2 with sun_checks.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
15 0 0 630

Rules

Category Rule Violations Severity
blocks LeftCurly 6  Error
coding HiddenField 67  Error
MagicNumber 1  Error
SimplifyBooleanExpression 6  Error
design DesignForExtension 71  Error
VisibilityModifier 1  Error
javadoc JavadocMethod 56  Error
JavadocPackage 6  Error
JavadocStyle 87  Error
JavadocType 5  Error
JavadocVariable 25  Error
misc FinalParameters 102  Error
NewlineAtEndOfFile 1  Error
regexp RegexpSingleline
  • format: "\s+$"
  • maximum: "0"
  • message: "Line has trailing spaces."
  • minimum: "0"
87  Error
sizes LineLength 103  Error
whitespace ParenPad 4  Error
WhitespaceAfter 2  Error

Details

org/apache/streams/jackson/DatumStatusCounterDeserializer.java

Severity Category Rule Message Line
 Error javadoc JavadocPackage Missing package-info.java file.
 Error sizes LineLength Line is longer than 80 characters (found 99). 38
 Error javadoc JavadocType Missing a Javadoc comment. 38
 Error sizes LineLength Line is longer than 80 characters (found 111). 40
 Error javadoc JavadocVariable Missing a Javadoc comment. 40
 Error javadoc JavadocMethod Missing a Javadoc comment. 42
 Error design DesignForExtension Class 'DatumStatusCounterDeserializer' looks like designed for extension (can be subclassed), but the method 'deserialize' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DatumStatusCounterDeserializer' final or making the method 'deserialize' static/final/abstract/empty, or adding allowed annotation for the method. 46
 Error sizes LineLength Line is longer than 80 characters (found 164). 47
 Error misc FinalParameters Parameter jsonParser should be final. 47
 Error misc FinalParameters Parameter deserializationContext should be final. 47
 Error sizes LineLength Line is longer than 80 characters (found 98). 51
 Error sizes LineLength Line is longer than 80 characters (found 81). 54
 Error sizes LineLength Line is longer than 80 characters (found 110). 62
 Error sizes LineLength Line is longer than 80 characters (found 110). 65
 Error sizes LineLength Line is longer than 80 characters (found 101). 71
 Error sizes LineLength Line is longer than 80 characters (found 97). 77

org/apache/streams/jackson/MemoryUsageDeserializer.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 85). 39
 Error javadoc JavadocType Missing a Javadoc comment. 39
 Error sizes LineLength Line is longer than 80 characters (found 104). 41
 Error javadoc JavadocVariable Missing a Javadoc comment. 41
 Error javadoc JavadocMethod Missing a Javadoc comment. 43
 Error design DesignForExtension Class 'MemoryUsageDeserializer' looks like designed for extension (can be subclassed), but the method 'deserialize' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MemoryUsageDeserializer' final or making the method 'deserialize' static/final/abstract/empty, or adding allowed annotation for the method. 47
 Error sizes LineLength Line is longer than 80 characters (found 157). 48
 Error misc FinalParameters Parameter jsonParser should be final. 48
 Error misc FinalParameters Parameter deserializationContext should be final. 48
 Error sizes LineLength Line is longer than 80 characters (found 81). 55
 Error sizes LineLength Line is longer than 80 characters (found 102). 62
 Error sizes LineLength Line is longer than 80 characters (found 142). 65
 Error sizes LineLength Line is longer than 80 characters (found 143). 68
 Error whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 68
 Error sizes LineLength Line is longer than 80 characters (found 146). 71
 Error whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 71
 Error sizes LineLength Line is longer than 80 characters (found 93). 80

org/apache/streams/jackson/StreamsTaskCounterDeserializer.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 86). 39
 Error sizes LineLength Line is longer than 80 characters (found 99). 41
 Error sizes LineLength Line is longer than 80 characters (found 111). 43
 Error javadoc JavadocVariable Missing a Javadoc comment. 43
 Error javadoc JavadocMethod Missing a Javadoc comment. 45
 Error design DesignForExtension Class 'StreamsTaskCounterDeserializer' looks like designed for extension (can be subclassed), but the method 'deserialize' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StreamsTaskCounterDeserializer' final or making the method 'deserialize' static/final/abstract/empty, or adding allowed annotation for the method. 49
 Error sizes LineLength Line is longer than 80 characters (found 164). 50
 Error misc FinalParameters Parameter jsonParser should be final. 50
 Error misc FinalParameters Parameter deserializationContext should be final. 50
 Error sizes LineLength Line is longer than 80 characters (found 98). 54
 Error sizes LineLength Line is longer than 80 characters (found 81). 57
 Error sizes LineLength Line is longer than 80 characters (found 112). 65
 Error sizes LineLength Line is longer than 80 characters (found 111). 68
 Error sizes LineLength Line is longer than 80 characters (found 112). 71
 Error sizes LineLength Line is longer than 80 characters (found 119). 74
 Error sizes LineLength Line is longer than 80 characters (found 110). 77
 Error sizes LineLength Line is longer than 80 characters (found 108). 80
 Error sizes LineLength Line is longer than 80 characters (found 107). 86
 Error sizes LineLength Line is longer than 80 characters (found 103). 92

org/apache/streams/jackson/ThroughputQueueDeserializer.java

Severity Category Rule Message Line
 Error misc NewlineAtEndOfFile File does not end with a newline.
 Error sizes LineLength Line is longer than 80 characters (found 93). 38
 Error javadoc JavadocType Missing a Javadoc comment. 38
 Error sizes LineLength Line is longer than 80 characters (found 108). 40
 Error javadoc JavadocVariable Missing a Javadoc comment. 40
 Error javadoc JavadocMethod Missing a Javadoc comment. 42
 Error design DesignForExtension Class 'ThroughputQueueDeserializer' looks like designed for extension (can be subclassed), but the method 'deserialize' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ThroughputQueueDeserializer' final or making the method 'deserialize' static/final/abstract/empty, or adding allowed annotation for the method. 46
 Error sizes LineLength Line is longer than 80 characters (found 161). 47
 Error misc FinalParameters Parameter jsonParser should be final. 47
 Error misc FinalParameters Parameter deserializationContext should be final. 47
 Error sizes LineLength Line is longer than 80 characters (found 89). 51
 Error sizes LineLength Line is longer than 80 characters (found 81). 54
 Error sizes LineLength Line is longer than 80 characters (found 109). 62
 Error sizes LineLength Line is longer than 80 characters (found 107). 65
 Error sizes LineLength Line is longer than 80 characters (found 105). 68
 Error sizes LineLength Line is longer than 80 characters (found 105). 71
 Error sizes LineLength Line is longer than 80 characters (found 103). 74
 Error sizes LineLength Line is longer than 80 characters (found 110). 77
 Error sizes LineLength Line is longer than 80 characters (found 104). 83

org/apache/streams/local/monitoring/MonitoringConfiguration.java

Severity Category Rule Message Line
 Error javadoc JavadocPackage Missing package-info.java file.
 Error javadoc JavadocStyle First sentence should end with a period. 20
 Error regexp RegexpSingleline Line has trailing spaces. 24
 Error blocks LeftCurly '{' at column 1 should be on the previous line. 33
 Error javadoc JavadocStyle First sentence should end with a period. 35
 Error regexp RegexpSingleline Line has trailing spaces. 37
 Error javadoc JavadocStyle First sentence should end with a period. 42
 Error regexp RegexpSingleline Line has trailing spaces. 44
 Error coding MagicNumber '30000L' is a magic number. 48
 Error javadoc JavadocVariable Missing a Javadoc comment. 49
 Error sizes LineLength Line is longer than 80 characters (found 85). 50
 Error javadoc JavadocStyle First sentence should end with a period. 52
 Error regexp RegexpSingleline Line has trailing spaces. 54
 Error javadoc JavadocStyle First sentence should end with a period. 64
 Error regexp RegexpSingleline Line has trailing spaces. 66
 Error misc FinalParameters Parameter broadcastURI should be final. 72
 Error coding HiddenField 'broadcastURI' hides a field. 72
 Error design DesignForExtension Class 'MonitoringConfiguration' looks like designed for extension (can be subclassed), but the method 'withBroadcastURI' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MonitoringConfiguration' final or making the method 'withBroadcastURI' static/final/abstract/empty, or adding allowed annotation for the method. 76
 Error javadoc JavadocMethod Missing a Javadoc comment. 76
 Error misc FinalParameters Parameter broadcastURI should be final. 76
 Error coding HiddenField 'broadcastURI' hides a field. 76
 Error javadoc JavadocStyle First sentence should end with a period. 81
 Error regexp RegexpSingleline Line has trailing spaces. 83
 Error javadoc JavadocStyle First sentence should end with a period. 93
 Error regexp RegexpSingleline Line has trailing spaces. 95
 Error sizes LineLength Line is longer than 80 characters (found 86). 101
 Error misc FinalParameters Parameter monitoringBroadcastIntervalMs should be final. 101
 Error coding HiddenField 'monitoringBroadcastIntervalMs' hides a field. 101
 Error sizes LineLength Line is longer than 80 characters (found 106). 105
 Error design DesignForExtension Class 'MonitoringConfiguration' looks like designed for extension (can be subclassed), but the method 'withMonitoringBroadcastIntervalMs' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MonitoringConfiguration' final or making the method 'withMonitoringBroadcastIntervalMs' static/final/abstract/empty, or adding allowed annotation for the method. 105
 Error javadoc JavadocMethod Missing a Javadoc comment. 105
 Error misc FinalParameters Parameter monitoringBroadcastIntervalMs should be final. 105
 Error coding HiddenField 'monitoringBroadcastIntervalMs' hides a field. 105
 Error design DesignForExtension Class 'MonitoringConfiguration' looks like designed for extension (can be subclassed), but the method 'toString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MonitoringConfiguration' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. 110
 Error design DesignForExtension Class 'MonitoringConfiguration' looks like designed for extension (can be subclassed), but the method 'getAdditionalProperties' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MonitoringConfiguration' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. 115
 Error javadoc JavadocMethod Missing a Javadoc comment. 115
 Error design DesignForExtension Class 'MonitoringConfiguration' looks like designed for extension (can be subclassed), but the method 'setAdditionalProperty' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MonitoringConfiguration' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. 121
 Error javadoc JavadocMethod Missing a Javadoc comment. 121
 Error misc FinalParameters Parameter name should be final. 123
 Error misc FinalParameters Parameter value should be final. 123
 Error sizes LineLength Line is longer than 80 characters (found 86). 127
 Error design DesignForExtension Class 'MonitoringConfiguration' looks like designed for extension (can be subclassed), but the method 'withAdditionalProperty' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MonitoringConfiguration' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. 127
 Error javadoc JavadocMethod Missing a Javadoc comment. 127
 Error misc FinalParameters Parameter name should be final. 127
 Error misc FinalParameters Parameter value should be final. 127
 Error design DesignForExtension Class 'MonitoringConfiguration' looks like designed for extension (can be subclassed), but the method 'hashCode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MonitoringConfiguration' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. 132
 Error sizes LineLength Line is longer than 80 characters (found 138). 134
 Error design DesignForExtension Class 'MonitoringConfiguration' looks like designed for extension (can be subclassed), but the method 'equals' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MonitoringConfiguration' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. 137
 Error misc FinalParameters Parameter other should be final. 138
 Error coding SimplifyBooleanExpression Expression can be simplified. 142
 Error sizes LineLength Line is longer than 80 characters (found 213). 146

org/apache/streams/monitoring/persist/MessagePersister.java

Severity Category Rule Message Line
 Error javadoc JavadocPackage Missing package-info.java file.

org/apache/streams/monitoring/persist/impl/BroadcastMessagePersister.java

Severity Category Rule Message Line
 Error javadoc JavadocPackage Missing package-info.java file.
 Error javadoc JavadocType Missing a Javadoc comment. 36
 Error sizes LineLength Line is longer than 80 characters (found 96). 38
 Error javadoc JavadocVariable Missing a Javadoc comment. 38
 Error javadoc JavadocVariable Missing a Javadoc comment. 39
 Error javadoc JavadocMethod Missing a Javadoc comment. 41
 Error misc FinalParameters Parameter broadcastUri should be final. 41
 Error coding HiddenField 'broadcastUri' hides a field. 41
 Error misc FinalParameters Parameter messages should be final. 52
 Error sizes LineLength Line is longer than 80 characters (found 91). 63
 Error sizes LineLength Line is longer than 80 characters (found 88). 70
 Error sizes LineLength Line is longer than 80 characters (found 96). 72
 Error misc FinalParameters Parameter messages should be final. 84

org/apache/streams/monitoring/persist/impl/LogstashUdpMessagePersister.java

Severity Category Rule Message Line
 Error javadoc JavadocType Missing a Javadoc comment. 35
 Error sizes LineLength Line is longer than 80 characters (found 98). 37
 Error javadoc JavadocVariable Missing a Javadoc comment. 37
 Error javadoc JavadocVariable Missing a Javadoc comment. 38
 Error javadoc JavadocVariable Missing a Javadoc comment. 39
 Error design VisibilityModifier Variable 'uri' must be private and have accessor methods. 39
 Error javadoc JavadocMethod Missing a Javadoc comment. 41
 Error misc FinalParameters Parameter broadcastUri should be final. 41
 Error coding HiddenField 'broadcastUri' hides a field. 41
 Error misc FinalParameters Parameter messages should be final. 66
 Error sizes LineLength Line is longer than 80 characters (found 85). 77
 Error whitespace ParenPad '(' is followed by whitespace. 82
 Error whitespace ParenPad ')' is preceded with whitespace. 82
 Error misc FinalParameters Parameter messages should be final. 97

org/apache/streams/monitoring/persist/impl/Slf4jMessagePersister.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 102). 32
 Error javadoc JavadocVariable Missing a Javadoc comment. 32
 Error javadoc JavadocVariable Missing a Javadoc comment. 33
 Error javadoc JavadocVariable Missing a Javadoc comment. 34
 Error javadoc JavadocMethod Missing a Javadoc comment. 36
 Error design DesignForExtension Class 'Slf4jMessagePersister' looks like designed for extension (can be subclassed), but the method 'persistMessages' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Slf4jMessagePersister' final or making the method 'persistMessages' static/final/abstract/empty, or adding allowed annotation for the method. 40
 Error misc FinalParameters Parameter messages should be final. 41

org/apache/streams/monitoring/tasks/BroadcastMonitorThread.java

Severity Category Rule Message Line
 Error javadoc JavadocPackage Missing package-info.java file.
 Error sizes LineLength Line is longer than 80 characters (found 85). 56
 Error sizes LineLength Line is longer than 80 characters (found 96). 59
 Error sizes LineLength Line is longer than 80 characters (found 103). 61
 Error javadoc JavadocVariable Missing a Javadoc comment. 61
 Error javadoc JavadocVariable Missing a Javadoc comment. 62
 Error javadoc JavadocVariable Missing a Javadoc comment. 64
 Error javadoc JavadocVariable Missing a Javadoc comment. 65
 Error javadoc JavadocVariable Missing a Javadoc comment. 66
 Error javadoc JavadocVariable Missing a Javadoc comment. 67
 Error javadoc JavadocVariable Missing a Javadoc comment. 69
 Error misc FinalParameters Parameter streamConfig should be final. 77
 Error sizes LineLength Line is longer than 80 characters (found 81). 78
 Error javadoc JavadocMethod Missing a Javadoc comment. 81
 Error misc FinalParameters Parameter streamConfig should be final. 81
 Error sizes LineLength Line is longer than 80 characters (found 125). 82
 Error misc FinalParameters Parameter configuration should be final. 89
 Error coding HiddenField 'configuration' hides a field. 89
 Error whitespace ParenPad '(' is followed by whitespace. 92
 Error whitespace ParenPad ')' is preceded with whitespace. 92
 Error sizes LineLength Line is longer than 80 characters (found 160). 93
 Error sizes LineLength Line is longer than 80 characters (found 92). 114
 Error sizes LineLength Line is longer than 80 characters (found 100). 115
 Error sizes LineLength Line is longer than 80 characters (found 106). 116
 Error sizes LineLength Line is longer than 80 characters (found 106). 117
 Error sizes LineLength Line is longer than 80 characters (found 85). 120
 Error sizes LineLength Line is longer than 80 characters (found 88). 124
 Error sizes LineLength Line is longer than 80 characters (found 82). 139
 Error sizes LineLength Line is longer than 80 characters (found 87). 140
 Error sizes LineLength Line is longer than 80 characters (found 92). 141
 Error sizes LineLength Line is longer than 80 characters (found 90). 142
 Error sizes LineLength Line is longer than 80 characters (found 92). 143
 Error sizes LineLength Line is longer than 80 characters (found 90). 144
 Error sizes LineLength Line is longer than 80 characters (found 83). 146
 Error sizes LineLength Line is longer than 80 characters (found 85). 179
 Error sizes LineLength Line is longer than 80 characters (found 86). 190
 Error sizes LineLength Line is longer than 80 characters (found 88). 193
 Error sizes LineLength Line is longer than 80 characters (found 108). 196
 Error design DesignForExtension Class 'BroadcastMonitorThread' looks like designed for extension (can be subclassed), but the method 'shutdown' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'BroadcastMonitorThread' final or making the method 'shutdown' static/final/abstract/empty, or adding allowed annotation for the method. 208
 Error javadoc JavadocMethod Missing a Javadoc comment. 208
 Error design DesignForExtension Class 'BroadcastMonitorThread' looks like designed for extension (can be subclassed), but the method 'getBroadcastUri' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'BroadcastMonitorThread' final or making the method 'getBroadcastUri' static/final/abstract/empty, or adding allowed annotation for the method. 213
 Error javadoc JavadocMethod Missing a Javadoc comment. 213
 Error design DesignForExtension Class 'BroadcastMonitorThread' looks like designed for extension (can be subclassed), but the method 'getWaitTime' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'BroadcastMonitorThread' final or making the method 'getWaitTime' static/final/abstract/empty, or adding allowed annotation for the method. 217
 Error javadoc JavadocMethod Missing a Javadoc comment. 217

org/apache/streams/pojo/json/Broadcast.java

Severity Category Rule Message Line
 Error javadoc JavadocPackage Missing package-info.java file.
 Error javadoc JavadocStyle First sentence should end with a period. 20
 Error regexp RegexpSingleline Line has trailing spaces. 24
 Error blocks LeftCurly '{' at column 1 should be on the previous line. 34
 Error javadoc JavadocStyle First sentence should end with a period. 36
 Error regexp RegexpSingleline Line has trailing spaces. 38
 Error javadoc JavadocStyle First sentence should end with a period. 43
 Error regexp RegexpSingleline Line has trailing spaces. 45
 Error javadoc JavadocStyle First sentence should end with a period. 50
 Error regexp RegexpSingleline Line has trailing spaces. 52
 Error javadoc JavadocVariable Missing a Javadoc comment. 57
 Error sizes LineLength Line is longer than 80 characters (found 85). 58
 Error javadoc JavadocStyle First sentence should end with a period. 60
 Error regexp RegexpSingleline Line has trailing spaces. 62
 Error javadoc JavadocStyle First sentence should end with a period. 72
 Error regexp RegexpSingleline Line has trailing spaces. 74
 Error misc FinalParameters Parameter name should be final. 80
 Error coding HiddenField 'name' hides a field. 80
 Error design DesignForExtension Class 'Broadcast' looks like designed for extension (can be subclassed), but the method 'withName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Broadcast' final or making the method 'withName' static/final/abstract/empty, or adding allowed annotation for the method. 84
 Error javadoc JavadocMethod Missing a Javadoc comment. 84
 Error misc FinalParameters Parameter name should be final. 84
 Error coding HiddenField 'name' hides a field. 84
 Error javadoc JavadocStyle First sentence should end with a period. 89
 Error regexp RegexpSingleline Line has trailing spaces. 91
 Error javadoc JavadocStyle First sentence should end with a period. 101
 Error regexp RegexpSingleline Line has trailing spaces. 103
 Error misc FinalParameters Parameter streamIdentifier should be final. 109
 Error coding HiddenField 'streamIdentifier' hides a field. 109
 Error design DesignForExtension Class 'Broadcast' looks like designed for extension (can be subclassed), but the method 'withStreamIdentifier' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Broadcast' final or making the method 'withStreamIdentifier' static/final/abstract/empty, or adding allowed annotation for the method. 113
 Error javadoc JavadocMethod Missing a Javadoc comment. 113
 Error misc FinalParameters Parameter streamIdentifier should be final. 113
 Error coding HiddenField 'streamIdentifier' hides a field. 113
 Error javadoc JavadocStyle First sentence should end with a period. 118
 Error regexp RegexpSingleline Line has trailing spaces. 120
 Error javadoc JavadocStyle First sentence should end with a period. 130
 Error regexp RegexpSingleline Line has trailing spaces. 132
 Error misc FinalParameters Parameter startedAt should be final. 138
 Error coding HiddenField 'startedAt' hides a field. 138
 Error design DesignForExtension Class 'Broadcast' looks like designed for extension (can be subclassed), but the method 'withStartedAt' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Broadcast' final or making the method 'withStartedAt' static/final/abstract/empty, or adding allowed annotation for the method. 142
 Error javadoc JavadocMethod Missing a Javadoc comment. 142
 Error misc FinalParameters Parameter startedAt should be final. 142
 Error coding HiddenField 'startedAt' hides a field. 142
 Error design DesignForExtension Class 'Broadcast' looks like designed for extension (can be subclassed), but the method 'toString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Broadcast' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. 147
 Error design DesignForExtension Class 'Broadcast' looks like designed for extension (can be subclassed), but the method 'getAdditionalProperties' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Broadcast' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. 152
 Error javadoc JavadocMethod Missing a Javadoc comment. 152
 Error design DesignForExtension Class 'Broadcast' looks like designed for extension (can be subclassed), but the method 'setAdditionalProperty' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Broadcast' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. 158
 Error javadoc JavadocMethod Missing a Javadoc comment. 158
 Error misc FinalParameters Parameter name should be final. 160
 Error coding HiddenField 'name' hides a field. 160
 Error misc FinalParameters Parameter value should be final. 160
 Error design DesignForExtension Class 'Broadcast' looks like designed for extension (can be subclassed), but the method 'withAdditionalProperty' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Broadcast' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. 164
 Error javadoc JavadocMethod Missing a Javadoc comment. 164
 Error misc FinalParameters Parameter name should be final. 164
 Error coding HiddenField 'name' hides a field. 164
 Error misc FinalParameters Parameter value should be final. 164
 Error design DesignForExtension Class 'Broadcast' looks like designed for extension (can be subclassed), but the method 'hashCode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Broadcast' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. 169
 Error sizes LineLength Line is longer than 80 characters (found 135). 171
 Error design DesignForExtension Class 'Broadcast' looks like designed for extension (can be subclassed), but the method 'equals' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Broadcast' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. 174
 Error misc FinalParameters Parameter other should be final. 175
 Error coding SimplifyBooleanExpression Expression can be simplified. 179
 Error sizes LineLength Line is longer than 80 characters (found 204). 183

org/apache/streams/pojo/json/DatumStatusCounterBroadcast.java

Severity Category Rule Message Line
 Error javadoc JavadocStyle First sentence should end with a period. 20
 Error regexp RegexpSingleline Line has trailing spaces. 24
 Error blocks LeftCurly '{' at column 1 should be on the previous line. 36
 Error javadoc JavadocStyle First sentence should end with a period. 38
 Error regexp RegexpSingleline Line has trailing spaces. 40
 Error javadoc JavadocStyle First sentence should end with a period. 45
 Error regexp RegexpSingleline Line has trailing spaces. 47
 Error javadoc JavadocStyle First sentence should end with a period. 52
 Error regexp RegexpSingleline Line has trailing spaces. 54
 Error javadoc JavadocVariable Missing a Javadoc comment. 59
 Error sizes LineLength Line is longer than 80 characters (found 85). 60
 Error javadoc JavadocStyle First sentence should end with a period. 62
 Error regexp RegexpSingleline Line has trailing spaces. 64
 Error javadoc JavadocStyle First sentence should end with a period. 74
 Error regexp RegexpSingleline Line has trailing spaces. 76
 Error misc FinalParameters Parameter passed should be final. 82
 Error coding HiddenField 'passed' hides a field. 82
 Error design DesignForExtension Class 'DatumStatusCounterBroadcast' looks like designed for extension (can be subclassed), but the method 'withPassed' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DatumStatusCounterBroadcast' final or making the method 'withPassed' static/final/abstract/empty, or adding allowed annotation for the method. 86
 Error javadoc JavadocMethod Missing a Javadoc comment. 86
 Error misc FinalParameters Parameter passed should be final. 86
 Error coding HiddenField 'passed' hides a field. 86
 Error javadoc JavadocStyle First sentence should end with a period. 91
 Error regexp RegexpSingleline Line has trailing spaces. 93
 Error javadoc JavadocStyle First sentence should end with a period. 103
 Error regexp RegexpSingleline Line has trailing spaces. 105
 Error misc FinalParameters Parameter failed should be final. 111
 Error coding HiddenField 'failed' hides a field. 111
 Error design DesignForExtension Class 'DatumStatusCounterBroadcast' looks like designed for extension (can be subclassed), but the method 'withFailed' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DatumStatusCounterBroadcast' final or making the method 'withFailed' static/final/abstract/empty, or adding allowed annotation for the method. 115
 Error javadoc JavadocMethod Missing a Javadoc comment. 115
 Error misc FinalParameters Parameter failed should be final. 115
 Error coding HiddenField 'failed' hides a field. 115
 Error javadoc JavadocStyle First sentence should end with a period. 120
 Error regexp RegexpSingleline Line has trailing spaces. 122
 Error javadoc JavadocStyle First sentence should end with a period. 132
 Error regexp RegexpSingleline Line has trailing spaces. 134
 Error misc FinalParameters Parameter name should be final. 140
 Error coding HiddenField 'name' hides a field. 140
 Error design DesignForExtension Class 'DatumStatusCounterBroadcast' looks like designed for extension (can be subclassed), but the method 'withName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DatumStatusCounterBroadcast' final or making the method 'withName' static/final/abstract/empty, or adding allowed annotation for the method. 144
 Error javadoc JavadocMethod Missing a Javadoc comment. 144
 Error misc FinalParameters Parameter name should be final. 144
 Error coding HiddenField 'name' hides a field. 144
 Error design DesignForExtension Class 'DatumStatusCounterBroadcast' looks like designed for extension (can be subclassed), but the method 'toString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DatumStatusCounterBroadcast' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. 149
 Error design DesignForExtension Class 'DatumStatusCounterBroadcast' looks like designed for extension (can be subclassed), but the method 'getAdditionalProperties' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DatumStatusCounterBroadcast' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. 154
 Error javadoc JavadocMethod Missing a Javadoc comment. 154
 Error design DesignForExtension Class 'DatumStatusCounterBroadcast' looks like designed for extension (can be subclassed), but the method 'setAdditionalProperty' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DatumStatusCounterBroadcast' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. 160
 Error javadoc JavadocMethod Missing a Javadoc comment. 160
 Error misc FinalParameters Parameter name should be final. 162
 Error coding HiddenField 'name' hides a field. 162
 Error misc FinalParameters Parameter value should be final. 162
 Error sizes LineLength Line is longer than 80 characters (found 90). 166
 Error design DesignForExtension Class 'DatumStatusCounterBroadcast' looks like designed for extension (can be subclassed), but the method 'withAdditionalProperty' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DatumStatusCounterBroadcast' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. 166
 Error javadoc JavadocMethod Missing a Javadoc comment. 166
 Error misc FinalParameters Parameter name should be final. 166
 Error coding HiddenField 'name' hides a field. 166
 Error misc FinalParameters Parameter value should be final. 166
 Error design DesignForExtension Class 'DatumStatusCounterBroadcast' looks like designed for extension (can be subclassed), but the method 'hashCode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DatumStatusCounterBroadcast' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. 171
 Error sizes LineLength Line is longer than 80 characters (found 122). 173
 Error design DesignForExtension Class 'DatumStatusCounterBroadcast' looks like designed for extension (can be subclassed), but the method 'equals' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DatumStatusCounterBroadcast' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. 176
 Error misc FinalParameters Parameter other should be final. 177
 Error coding SimplifyBooleanExpression Expression can be simplified. 181
 Error sizes LineLength Line is longer than 80 characters (found 178). 185

org/apache/streams/pojo/json/MemoryUsageBroadcast.java

Severity Category Rule Message Line
 Error javadoc JavadocStyle First sentence should end with a period. 20
 Error regexp RegexpSingleline Line has trailing spaces. 24
 Error blocks LeftCurly '{' at column 1 should be on the previous line. 38
 Error javadoc JavadocStyle First sentence should end with a period. 40
 Error regexp RegexpSingleline Line has trailing spaces. 42
 Error javadoc JavadocStyle First sentence should end with a period. 47
 Error regexp RegexpSingleline Line has trailing spaces. 49
 Error javadoc JavadocStyle First sentence should end with a period. 54
 Error regexp RegexpSingleline Line has trailing spaces. 56
 Error javadoc JavadocStyle First sentence should end with a period. 61
 Error regexp RegexpSingleline Line has trailing spaces. 63
 Error javadoc JavadocStyle First sentence should end with a period. 68
 Error regexp RegexpSingleline Line has trailing spaces. 70
 Error javadoc JavadocVariable Missing a Javadoc comment. 75
 Error sizes LineLength Line is longer than 80 characters (found 85). 76
 Error javadoc JavadocStyle First sentence should end with a period. 78
 Error regexp RegexpSingleline Line has trailing spaces. 80
 Error javadoc JavadocStyle First sentence should end with a period. 90
 Error regexp RegexpSingleline Line has trailing spaces. 92
 Error misc FinalParameters Parameter verbose should be final. 98
 Error coding HiddenField 'verbose' hides a field. 98
 Error design DesignForExtension Class 'MemoryUsageBroadcast' looks like designed for extension (can be subclassed), but the method 'withVerbose' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MemoryUsageBroadcast' final or making the method 'withVerbose' static/final/abstract/empty, or adding allowed annotation for the method. 102
 Error javadoc JavadocMethod Missing a Javadoc comment. 102
 Error misc FinalParameters Parameter verbose should be final. 102
 Error coding HiddenField 'verbose' hides a field. 102
 Error javadoc JavadocStyle First sentence should end with a period. 107
 Error regexp RegexpSingleline Line has trailing spaces. 109
 Error javadoc JavadocStyle First sentence should end with a period. 119
 Error regexp RegexpSingleline Line has trailing spaces. 121
 Error sizes LineLength Line is longer than 80 characters (found 88). 127
 Error misc FinalParameters Parameter objectPendingFinalizationCount should be final. 127
 Error coding HiddenField 'objectPendingFinalizationCount' hides a field. 127
 Error sizes LineLength Line is longer than 80 characters (found 105). 131
 Error design DesignForExtension Class 'MemoryUsageBroadcast' looks like designed for extension (can be subclassed), but the method 'withObjectPendingFinalizationCount' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MemoryUsageBroadcast' final or making the method 'withObjectPendingFinalizationCount' static/final/abstract/empty, or adding allowed annotation for the method. 131
 Error javadoc JavadocMethod Missing a Javadoc comment. 131
 Error misc FinalParameters Parameter objectPendingFinalizationCount should be final. 131
 Error coding HiddenField 'objectPendingFinalizationCount' hides a field. 131
 Error javadoc JavadocStyle First sentence should end with a period. 136
 Error regexp RegexpSingleline Line has trailing spaces. 138
 Error javadoc JavadocStyle First sentence should end with a period. 148
 Error regexp RegexpSingleline Line has trailing spaces. 150
 Error misc FinalParameters Parameter heapMemoryUsage should be final. 156
 Error coding HiddenField 'heapMemoryUsage' hides a field. 156
 Error design DesignForExtension Class 'MemoryUsageBroadcast' looks like designed for extension (can be subclassed), but the method 'withHeapMemoryUsage' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MemoryUsageBroadcast' final or making the method 'withHeapMemoryUsage' static/final/abstract/empty, or adding allowed annotation for the method. 160
 Error javadoc JavadocMethod Missing a Javadoc comment. 160
 Error misc FinalParameters Parameter heapMemoryUsage should be final. 160
 Error coding HiddenField 'heapMemoryUsage' hides a field. 160
 Error javadoc JavadocStyle First sentence should end with a period. 165
 Error regexp RegexpSingleline Line has trailing spaces. 167
 Error javadoc JavadocStyle First sentence should end with a period. 177
 Error regexp RegexpSingleline Line has trailing spaces. 179
 Error misc FinalParameters Parameter nonHeapMemoryUsage should be final. 185
 Error coding HiddenField 'nonHeapMemoryUsage' hides a field. 185
 Error sizes LineLength Line is longer than 80 characters (found 81). 189
 Error design DesignForExtension Class 'MemoryUsageBroadcast' looks like designed for extension (can be subclassed), but the method 'withNonHeapMemoryUsage' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MemoryUsageBroadcast' final or making the method 'withNonHeapMemoryUsage' static/final/abstract/empty, or adding allowed annotation for the method. 189
 Error javadoc JavadocMethod Missing a Javadoc comment. 189
 Error misc FinalParameters Parameter nonHeapMemoryUsage should be final. 189
 Error coding HiddenField 'nonHeapMemoryUsage' hides a field. 189
 Error javadoc JavadocStyle First sentence should end with a period. 194
 Error regexp RegexpSingleline Line has trailing spaces. 196
 Error javadoc JavadocStyle First sentence should end with a period. 206
 Error regexp RegexpSingleline Line has trailing spaces. 208
 Error misc FinalParameters Parameter name should be final. 214
 Error coding HiddenField 'name' hides a field. 214
 Error design DesignForExtension Class 'MemoryUsageBroadcast' looks like designed for extension (can be subclassed), but the method 'withName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MemoryUsageBroadcast' final or making the method 'withName' static/final/abstract/empty, or adding allowed annotation for the method. 218
 Error javadoc JavadocMethod Missing a Javadoc comment. 218
 Error misc FinalParameters Parameter name should be final. 218
 Error coding HiddenField 'name' hides a field. 218
 Error design DesignForExtension Class 'MemoryUsageBroadcast' looks like designed for extension (can be subclassed), but the method 'toString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MemoryUsageBroadcast' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. 223
 Error design DesignForExtension Class 'MemoryUsageBroadcast' looks like designed for extension (can be subclassed), but the method 'getAdditionalProperties' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MemoryUsageBroadcast' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. 228
 Error javadoc JavadocMethod Missing a Javadoc comment. 228
 Error design DesignForExtension Class 'MemoryUsageBroadcast' looks like designed for extension (can be subclassed), but the method 'setAdditionalProperty' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MemoryUsageBroadcast' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. 234
 Error javadoc JavadocMethod Missing a Javadoc comment. 234
 Error misc FinalParameters Parameter name should be final. 236
 Error coding HiddenField 'name' hides a field. 236
 Error misc FinalParameters Parameter value should be final. 236
 Error sizes LineLength Line is longer than 80 characters (found 83). 240
 Error design DesignForExtension Class 'MemoryUsageBroadcast' looks like designed for extension (can be subclassed), but the method 'withAdditionalProperty' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MemoryUsageBroadcast' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. 240
 Error javadoc JavadocMethod Missing a Javadoc comment. 240
 Error misc FinalParameters Parameter name should be final. 240
 Error coding HiddenField 'name' hides a field. 240
 Error misc FinalParameters Parameter value should be final. 240
 Error design DesignForExtension Class 'MemoryUsageBroadcast' looks like designed for extension (can be subclassed), but the method 'hashCode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MemoryUsageBroadcast' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. 245
 Error sizes LineLength Line is longer than 80 characters (found 198). 247
 Error design DesignForExtension Class 'MemoryUsageBroadcast' looks like designed for extension (can be subclassed), but the method 'equals' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MemoryUsageBroadcast' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. 250
 Error misc FinalParameters Parameter other should be final. 251
 Error coding SimplifyBooleanExpression Expression can be simplified. 255
 Error sizes LineLength Line is longer than 80 characters (found 324). 259

org/apache/streams/pojo/json/StreamsTaskCounterBroadcast.java

Severity Category Rule Message Line
 Error javadoc JavadocStyle First sentence should end with a period. 20
 Error regexp RegexpSingleline Line has trailing spaces. 24
 Error blocks LeftCurly '{' at column 1 should be on the previous line. 40
 Error javadoc JavadocStyle First sentence should end with a period. 42
 Error regexp RegexpSingleline Line has trailing spaces. 44
 Error javadoc JavadocStyle First sentence should end with a period. 49
 Error regexp RegexpSingleline Line has trailing spaces. 51
 Error javadoc JavadocStyle First sentence should end with a period. 56
 Error regexp RegexpSingleline Line has trailing spaces. 58
 Error javadoc JavadocStyle First sentence should end with a period. 63
 Error regexp RegexpSingleline Line has trailing spaces. 65
 Error javadoc JavadocStyle First sentence should end with a period. 70
 Error regexp RegexpSingleline Line has trailing spaces. 72
 Error javadoc JavadocStyle First sentence should end with a period. 77
 Error regexp RegexpSingleline Line has trailing spaces. 79
 Error javadoc JavadocStyle First sentence should end with a period. 84
 Error regexp RegexpSingleline Line has trailing spaces. 86
 Error javadoc JavadocVariable Missing a Javadoc comment. 91
 Error sizes LineLength Line is longer than 80 characters (found 85). 92
 Error javadoc JavadocStyle First sentence should end with a period. 94
 Error regexp RegexpSingleline Line has trailing spaces. 96
 Error javadoc JavadocStyle First sentence should end with a period. 106
 Error regexp RegexpSingleline Line has trailing spaces. 108
 Error misc FinalParameters Parameter errorRate should be final. 114
 Error coding HiddenField 'errorRate' hides a field. 114
 Error design DesignForExtension Class 'StreamsTaskCounterBroadcast' looks like designed for extension (can be subclassed), but the method 'withErrorRate' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StreamsTaskCounterBroadcast' final or making the method 'withErrorRate' static/final/abstract/empty, or adding allowed annotation for the method. 118
 Error javadoc JavadocMethod Missing a Javadoc comment. 118
 Error misc FinalParameters Parameter errorRate should be final. 118
 Error coding HiddenField 'errorRate' hides a field. 118
 Error javadoc JavadocStyle First sentence should end with a period. 123
 Error regexp RegexpSingleline Line has trailing spaces. 125
 Error javadoc JavadocStyle First sentence should end with a period. 135
 Error regexp RegexpSingleline Line has trailing spaces. 137
 Error misc FinalParameters Parameter numEmitted should be final. 143
 Error coding HiddenField 'numEmitted' hides a field. 143
 Error design DesignForExtension Class 'StreamsTaskCounterBroadcast' looks like designed for extension (can be subclassed), but the method 'withNumEmitted' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StreamsTaskCounterBroadcast' final or making the method 'withNumEmitted' static/final/abstract/empty, or adding allowed annotation for the method. 147
 Error javadoc JavadocMethod Missing a Javadoc comment. 147
 Error misc FinalParameters Parameter numEmitted should be final. 147
 Error coding HiddenField 'numEmitted' hides a field. 147
 Error javadoc JavadocStyle First sentence should end with a period. 152
 Error regexp RegexpSingleline Line has trailing spaces. 154
 Error javadoc JavadocStyle First sentence should end with a period. 164
 Error regexp RegexpSingleline Line has trailing spaces. 166
 Error misc FinalParameters Parameter numReceived should be final. 172
 Error coding HiddenField 'numReceived' hides a field. 172
 Error design DesignForExtension Class 'StreamsTaskCounterBroadcast' looks like designed for extension (can be subclassed), but the method 'withNumReceived' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StreamsTaskCounterBroadcast' final or making the method 'withNumReceived' static/final/abstract/empty, or adding allowed annotation for the method. 176
 Error javadoc JavadocMethod Missing a Javadoc comment. 176
 Error misc FinalParameters Parameter numReceived should be final. 176
 Error coding HiddenField 'numReceived' hides a field. 176
 Error javadoc JavadocStyle First sentence should end with a period. 181
 Error regexp RegexpSingleline Line has trailing spaces. 183
 Error javadoc JavadocStyle First sentence should end with a period. 193
 Error regexp RegexpSingleline Line has trailing spaces. 195
 Error misc FinalParameters Parameter numUnhandledErrors should be final. 201
 Error coding HiddenField 'numUnhandledErrors' hides a field. 201
 Error sizes LineLength Line is longer than 80 characters (found 88). 205
 Error design DesignForExtension Class 'StreamsTaskCounterBroadcast' looks like designed for extension (can be subclassed), but the method 'withNumUnhandledErrors' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StreamsTaskCounterBroadcast' final or making the method 'withNumUnhandledErrors' static/final/abstract/empty, or adding allowed annotation for the method. 205
 Error javadoc JavadocMethod Missing a Javadoc comment. 205
 Error misc FinalParameters Parameter numUnhandledErrors should be final. 205
 Error coding HiddenField 'numUnhandledErrors' hides a field. 205
 Error javadoc JavadocStyle First sentence should end with a period. 210
 Error regexp RegexpSingleline Line has trailing spaces. 212
 Error javadoc JavadocStyle First sentence should end with a period. 222
 Error regexp RegexpSingleline Line has trailing spaces. 224
 Error misc FinalParameters Parameter avgTime should be final. 230
 Error coding HiddenField 'avgTime' hides a field. 230
 Error design DesignForExtension Class 'StreamsTaskCounterBroadcast' looks like designed for extension (can be subclassed), but the method 'withAvgTime' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StreamsTaskCounterBroadcast' final or making the method 'withAvgTime' static/final/abstract/empty, or adding allowed annotation for the method. 234
 Error javadoc JavadocMethod Missing a Javadoc comment. 234
 Error misc FinalParameters Parameter avgTime should be final. 234
 Error coding HiddenField 'avgTime' hides a field. 234
 Error javadoc JavadocStyle First sentence should end with a period. 239
 Error regexp RegexpSingleline Line has trailing spaces. 241
 Error javadoc JavadocStyle First sentence should end with a period. 251
 Error regexp RegexpSingleline Line has trailing spaces. 253
 Error misc FinalParameters Parameter maxTime should be final. 259
 Error coding HiddenField 'maxTime' hides a field. 259
 Error design DesignForExtension Class 'StreamsTaskCounterBroadcast' looks like designed for extension (can be subclassed), but the method 'withMaxTime' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StreamsTaskCounterBroadcast' final or making the method 'withMaxTime' static/final/abstract/empty, or adding allowed annotation for the method. 263
 Error javadoc JavadocMethod Missing a Javadoc comment. 263
 Error misc FinalParameters Parameter maxTime should be final. 263
 Error coding HiddenField 'maxTime' hides a field. 263
 Error javadoc JavadocStyle First sentence should end with a period. 268
 Error regexp RegexpSingleline Line has trailing spaces. 270
 Error javadoc JavadocStyle First sentence should end with a period. 280
 Error regexp RegexpSingleline Line has trailing spaces. 282
 Error misc FinalParameters Parameter name should be final. 288
 Error coding HiddenField 'name' hides a field. 288
 Error design DesignForExtension Class 'StreamsTaskCounterBroadcast' looks like designed for extension (can be subclassed), but the method 'withName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StreamsTaskCounterBroadcast' final or making the method 'withName' static/final/abstract/empty, or adding allowed annotation for the method. 292
 Error javadoc JavadocMethod Missing a Javadoc comment. 292
 Error misc FinalParameters Parameter name should be final. 292
 Error coding HiddenField 'name' hides a field. 292
 Error design DesignForExtension Class 'StreamsTaskCounterBroadcast' looks like designed for extension (can be subclassed), but the method 'toString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StreamsTaskCounterBroadcast' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. 297
 Error design DesignForExtension Class 'StreamsTaskCounterBroadcast' looks like designed for extension (can be subclassed), but the method 'getAdditionalProperties' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StreamsTaskCounterBroadcast' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. 302
 Error javadoc JavadocMethod Missing a Javadoc comment. 302
 Error design DesignForExtension Class 'StreamsTaskCounterBroadcast' looks like designed for extension (can be subclassed), but the method 'setAdditionalProperty' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StreamsTaskCounterBroadcast' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. 308
 Error javadoc JavadocMethod Missing a Javadoc comment. 308
 Error misc FinalParameters Parameter name should be final. 310
 Error coding HiddenField 'name' hides a field. 310
 Error misc FinalParameters Parameter value should be final. 310
 Error sizes LineLength Line is longer than 80 characters (found 90). 314
 Error design DesignForExtension Class 'StreamsTaskCounterBroadcast' looks like designed for extension (can be subclassed), but the method 'withAdditionalProperty' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StreamsTaskCounterBroadcast' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. 314
 Error javadoc JavadocMethod Missing a Javadoc comment. 314
 Error misc FinalParameters Parameter name should be final. 314
 Error coding HiddenField 'name' hides a field. 314
 Error misc FinalParameters Parameter value should be final. 314
 Error design DesignForExtension Class 'StreamsTaskCounterBroadcast' looks like designed for extension (can be subclassed), but the method 'hashCode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StreamsTaskCounterBroadcast' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. 319
 Error sizes LineLength Line is longer than 80 characters (found 208). 321
 Error design DesignForExtension Class 'StreamsTaskCounterBroadcast' looks like designed for extension (can be subclassed), but the method 'equals' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StreamsTaskCounterBroadcast' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. 324
 Error misc FinalParameters Parameter other should be final. 325
 Error coding SimplifyBooleanExpression Expression can be simplified. 329
 Error sizes LineLength Line is longer than 80 characters (found 338). 333

org/apache/streams/pojo/json/ThroughputQueueBroadcast.java

Severity Category Rule Message Line
 Error javadoc JavadocStyle First sentence should end with a period. 20
 Error regexp RegexpSingleline Line has trailing spaces. 24
 Error blocks LeftCurly '{' at column 1 should be on the previous line. 40
 Error javadoc JavadocStyle First sentence should end with a period. 42
 Error regexp RegexpSingleline Line has trailing spaces. 44
 Error javadoc JavadocStyle First sentence should end with a period. 49
 Error regexp RegexpSingleline Line has trailing spaces. 51
 Error javadoc JavadocStyle First sentence should end with a period. 56
 Error regexp RegexpSingleline Line has trailing spaces. 58
 Error javadoc JavadocStyle First sentence should end with a period. 63
 Error regexp RegexpSingleline Line has trailing spaces. 65
 Error javadoc JavadocStyle First sentence should end with a period. 70
 Error regexp RegexpSingleline Line has trailing spaces. 72
 Error javadoc JavadocStyle First sentence should end with a period. 77
 Error regexp RegexpSingleline Line has trailing spaces. 79
 Error javadoc JavadocStyle First sentence should end with a period. 84
 Error regexp RegexpSingleline Line has trailing spaces. 86
 Error javadoc JavadocVariable Missing a Javadoc comment. 91
 Error sizes LineLength Line is longer than 80 characters (found 85). 92
 Error javadoc JavadocStyle First sentence should end with a period. 94
 Error regexp RegexpSingleline Line has trailing spaces. 96
 Error javadoc JavadocStyle First sentence should end with a period. 106
 Error regexp RegexpSingleline Line has trailing spaces. 108
 Error misc FinalParameters Parameter currentSize should be final. 114
 Error coding HiddenField 'currentSize' hides a field. 114
 Error design DesignForExtension Class 'ThroughputQueueBroadcast' looks like designed for extension (can be subclassed), but the method 'withCurrentSize' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ThroughputQueueBroadcast' final or making the method 'withCurrentSize' static/final/abstract/empty, or adding allowed annotation for the method. 118
 Error javadoc JavadocMethod Missing a Javadoc comment. 118
 Error misc FinalParameters Parameter currentSize should be final. 118
 Error coding HiddenField 'currentSize' hides a field. 118
 Error javadoc JavadocStyle First sentence should end with a period. 123
 Error regexp RegexpSingleline Line has trailing spaces. 125
 Error javadoc JavadocStyle First sentence should end with a period. 135
 Error regexp RegexpSingleline Line has trailing spaces. 137
 Error misc FinalParameters Parameter avgWait should be final. 143
 Error coding HiddenField 'avgWait' hides a field. 143
 Error design DesignForExtension Class 'ThroughputQueueBroadcast' looks like designed for extension (can be subclassed), but the method 'withAvgWait' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ThroughputQueueBroadcast' final or making the method 'withAvgWait' static/final/abstract/empty, or adding allowed annotation for the method. 147
 Error javadoc JavadocMethod Missing a Javadoc comment. 147
 Error misc FinalParameters Parameter avgWait should be final. 147
 Error coding HiddenField 'avgWait' hides a field. 147
 Error javadoc JavadocStyle First sentence should end with a period. 152
 Error regexp RegexpSingleline Line has trailing spaces. 154
 Error javadoc JavadocStyle First sentence should end with a period. 164
 Error regexp RegexpSingleline Line has trailing spaces. 166
 Error misc FinalParameters Parameter maxWait should be final. 172
 Error coding HiddenField 'maxWait' hides a field. 172
 Error design DesignForExtension Class 'ThroughputQueueBroadcast' looks like designed for extension (can be subclassed), but the method 'withMaxWait' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ThroughputQueueBroadcast' final or making the method 'withMaxWait' static/final/abstract/empty, or adding allowed annotation for the method. 176
 Error javadoc JavadocMethod Missing a Javadoc comment. 176
 Error misc FinalParameters Parameter maxWait should be final. 176
 Error coding HiddenField 'maxWait' hides a field. 176
 Error javadoc JavadocStyle First sentence should end with a period. 181
 Error regexp RegexpSingleline Line has trailing spaces. 183
 Error javadoc JavadocStyle First sentence should end with a period. 193
 Error regexp RegexpSingleline Line has trailing spaces. 195
 Error misc FinalParameters Parameter removed should be final. 201
 Error coding HiddenField 'removed' hides a field. 201
 Error design DesignForExtension Class 'ThroughputQueueBroadcast' looks like designed for extension (can be subclassed), but the method 'withRemoved' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ThroughputQueueBroadcast' final or making the method 'withRemoved' static/final/abstract/empty, or adding allowed annotation for the method. 205
 Error javadoc JavadocMethod Missing a Javadoc comment. 205
 Error misc FinalParameters Parameter removed should be final. 205
 Error coding HiddenField 'removed' hides a field. 205
 Error javadoc JavadocStyle First sentence should end with a period. 210
 Error regexp RegexpSingleline Line has trailing spaces. 212
 Error javadoc JavadocStyle First sentence should end with a period. 222
 Error regexp RegexpSingleline Line has trailing spaces. 224
 Error misc FinalParameters Parameter added should be final. 230
 Error coding HiddenField 'added' hides a field. 230
 Error design DesignForExtension Class 'ThroughputQueueBroadcast' looks like designed for extension (can be subclassed), but the method 'withAdded' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ThroughputQueueBroadcast' final or making the method 'withAdded' static/final/abstract/empty, or adding allowed annotation for the method. 234
 Error javadoc JavadocMethod Missing a Javadoc comment. 234
 Error misc FinalParameters Parameter added should be final. 234
 Error coding HiddenField 'added' hides a field. 234
 Error javadoc JavadocStyle First sentence should end with a period. 239
 Error regexp RegexpSingleline Line has trailing spaces. 241
 Error javadoc JavadocStyle First sentence should end with a period. 251
 Error regexp RegexpSingleline Line has trailing spaces. 253
 Error misc FinalParameters Parameter throughput should be final. 259
 Error coding HiddenField 'throughput' hides a field. 259
 Error design DesignForExtension Class 'ThroughputQueueBroadcast' looks like designed for extension (can be subclassed), but the method 'withThroughput' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ThroughputQueueBroadcast' final or making the method 'withThroughput' static/final/abstract/empty, or adding allowed annotation for the method. 263
 Error javadoc JavadocMethod Missing a Javadoc comment. 263
 Error misc FinalParameters Parameter throughput should be final. 263
 Error coding HiddenField 'throughput' hides a field. 263
 Error javadoc JavadocStyle First sentence should end with a period. 268
 Error regexp RegexpSingleline Line has trailing spaces. 270
 Error javadoc JavadocStyle First sentence should end with a period. 280
 Error regexp RegexpSingleline Line has trailing spaces. 282
 Error misc FinalParameters Parameter name should be final. 288
 Error coding HiddenField 'name' hides a field. 288
 Error design DesignForExtension Class 'ThroughputQueueBroadcast' looks like designed for extension (can be subclassed), but the method 'withName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ThroughputQueueBroadcast' final or making the method 'withName' static/final/abstract/empty, or adding allowed annotation for the method. 292
 Error javadoc JavadocMethod Missing a Javadoc comment. 292
 Error misc FinalParameters Parameter name should be final. 292
 Error coding HiddenField 'name' hides a field. 292
 Error design DesignForExtension Class 'ThroughputQueueBroadcast' looks like designed for extension (can be subclassed), but the method 'toString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ThroughputQueueBroadcast' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. 297
 Error design DesignForExtension Class 'ThroughputQueueBroadcast' looks like designed for extension (can be subclassed), but the method 'getAdditionalProperties' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ThroughputQueueBroadcast' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. 302
 Error javadoc JavadocMethod Missing a Javadoc comment. 302
 Error design DesignForExtension Class 'ThroughputQueueBroadcast' looks like designed for extension (can be subclassed), but the method 'setAdditionalProperty' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ThroughputQueueBroadcast' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. 308
 Error javadoc JavadocMethod Missing a Javadoc comment. 308
 Error misc FinalParameters Parameter name should be final. 310
 Error coding HiddenField 'name' hides a field. 310
 Error misc FinalParameters Parameter value should be final. 310
 Error sizes LineLength Line is longer than 80 characters (found 87). 314
 Error design DesignForExtension Class 'ThroughputQueueBroadcast' looks like designed for extension (can be subclassed), but the method 'withAdditionalProperty' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ThroughputQueueBroadcast' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. 314
 Error javadoc JavadocMethod Missing a Javadoc comment. 314
 Error misc FinalParameters Parameter name should be final. 314
 Error coding HiddenField 'name' hides a field. 314
 Error misc FinalParameters Parameter value should be final. 314
 Error design DesignForExtension Class 'ThroughputQueueBroadcast' looks like designed for extension (can be subclassed), but the method 'hashCode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ThroughputQueueBroadcast' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. 319
 Error sizes LineLength Line is longer than 80 characters (found 193). 321
 Error design DesignForExtension Class 'ThroughputQueueBroadcast' looks like designed for extension (can be subclassed), but the method 'equals' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ThroughputQueueBroadcast' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. 324
 Error misc FinalParameters Parameter other should be final. 325
 Error coding SimplifyBooleanExpression Expression can be simplified. 329
 Error sizes LineLength Line is longer than 80 characters (found 308). 333