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. 19
 Error regexp RegexpSingleline Line has trailing spaces. 23
 Error blocks LeftCurly '{' at column 1 should be on the previous line. 32
 Error javadoc JavadocStyle First sentence should end with a period. 34
 Error regexp RegexpSingleline Line has trailing spaces. 36
 Error javadoc JavadocStyle First sentence should end with a period. 40
 Error regexp RegexpSingleline Line has trailing spaces. 42
 Error coding MagicNumber '30000L' is a magic number. 45
 Error javadoc JavadocVariable Missing a Javadoc comment. 46
 Error sizes LineLength Line is longer than 80 characters (found 85). 47
 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. 60
 Error regexp RegexpSingleline Line has trailing spaces. 62
 Error misc FinalParameters Parameter broadcastURI should be final. 67
 Error coding HiddenField 'broadcastURI' hides a field. 67
 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. 71
 Error javadoc JavadocMethod Missing a Javadoc comment. 71
 Error misc FinalParameters Parameter broadcastURI should be final. 71
 Error coding HiddenField 'broadcastURI' hides a field. 71
 Error javadoc JavadocStyle First sentence should end with a period. 76
 Error regexp RegexpSingleline Line has trailing spaces. 78
 Error javadoc JavadocStyle First sentence should end with a period. 87
 Error regexp RegexpSingleline Line has trailing spaces. 89
 Error sizes LineLength Line is longer than 80 characters (found 86). 94
 Error misc FinalParameters Parameter monitoringBroadcastIntervalMs should be final. 94
 Error coding HiddenField 'monitoringBroadcastIntervalMs' hides a field. 94
 Error sizes LineLength Line is longer than 80 characters (found 106). 98
 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. 98
 Error javadoc JavadocMethod Missing a Javadoc comment. 98
 Error misc FinalParameters Parameter monitoringBroadcastIntervalMs should be final. 98
 Error coding HiddenField 'monitoringBroadcastIntervalMs' hides a field. 98
 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. 103
 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. 108
 Error javadoc JavadocMethod Missing a Javadoc comment. 108
 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. 113
 Error javadoc JavadocMethod Missing a Javadoc comment. 113
 Error misc FinalParameters Parameter name should be final. 114
 Error misc FinalParameters Parameter value should be final. 114
 Error sizes LineLength Line is longer than 80 characters (found 86). 118
 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. 118
 Error javadoc JavadocMethod Missing a Javadoc comment. 118
 Error misc FinalParameters Parameter name should be final. 118
 Error misc FinalParameters Parameter value should be final. 118
 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. 123
 Error sizes LineLength Line is longer than 80 characters (found 138). 125
 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. 128
 Error misc FinalParameters Parameter other should be final. 129
 Error coding SimplifyBooleanExpression Expression can be simplified. 133
 Error sizes LineLength Line is longer than 80 characters (found 213). 137

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. 19
 Error regexp RegexpSingleline Line has trailing spaces. 23
 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. 41
 Error regexp RegexpSingleline Line has trailing spaces. 43
 Error javadoc JavadocStyle First sentence should end with a period. 47
 Error regexp RegexpSingleline Line has trailing spaces. 49
 Error javadoc JavadocVariable Missing a Javadoc comment. 53
 Error sizes LineLength Line is longer than 80 characters (found 85). 54
 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. 67
 Error regexp RegexpSingleline Line has trailing spaces. 69
 Error misc FinalParameters Parameter name should be final. 74
 Error coding HiddenField 'name' hides a field. 74
 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. 78
 Error javadoc JavadocMethod Missing a Javadoc comment. 78
 Error misc FinalParameters Parameter name should be final. 78
 Error coding HiddenField 'name' hides a field. 78
 Error javadoc JavadocStyle First sentence should end with a period. 83
 Error regexp RegexpSingleline Line has trailing spaces. 85
 Error javadoc JavadocStyle First sentence should end with a period. 94
 Error regexp RegexpSingleline Line has trailing spaces. 96
 Error misc FinalParameters Parameter streamIdentifier should be final. 101
 Error coding HiddenField 'streamIdentifier' hides a field. 101
 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. 105
 Error javadoc JavadocMethod Missing a Javadoc comment. 105
 Error misc FinalParameters Parameter streamIdentifier should be final. 105
 Error coding HiddenField 'streamIdentifier' hides a field. 105
 Error javadoc JavadocStyle First sentence should end with a period. 110
 Error regexp RegexpSingleline Line has trailing spaces. 112
 Error javadoc JavadocStyle First sentence should end with a period. 121
 Error regexp RegexpSingleline Line has trailing spaces. 123
 Error misc FinalParameters Parameter startedAt should be final. 128
 Error coding HiddenField 'startedAt' hides a field. 128
 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. 132
 Error javadoc JavadocMethod Missing a Javadoc comment. 132
 Error misc FinalParameters Parameter startedAt should be final. 132
 Error coding HiddenField 'startedAt' hides a field. 132
 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. 137
 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. 142
 Error javadoc JavadocMethod Missing a Javadoc comment. 142
 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. 147
 Error javadoc JavadocMethod Missing a Javadoc comment. 147
 Error misc FinalParameters Parameter name should be final. 148
 Error coding HiddenField 'name' hides a field. 148
 Error misc FinalParameters Parameter value should be final. 148
 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. 152
 Error javadoc JavadocMethod Missing a Javadoc comment. 152
 Error misc FinalParameters Parameter name should be final. 152
 Error coding HiddenField 'name' hides a field. 152
 Error misc FinalParameters Parameter value should be final. 152
 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. 157
 Error sizes LineLength Line is longer than 80 characters (found 135). 159
 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. 162
 Error misc FinalParameters Parameter other should be final. 163
 Error coding SimplifyBooleanExpression Expression can be simplified. 167
 Error sizes LineLength Line is longer than 80 characters (found 204). 171

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

Severity Category Rule Message Line
 Error javadoc JavadocStyle First sentence should end with a period. 19
 Error regexp RegexpSingleline Line has trailing spaces. 23
 Error blocks LeftCurly '{' at column 1 should be on the previous line. 35
 Error javadoc JavadocStyle First sentence should end with a period. 37
 Error regexp RegexpSingleline Line has trailing spaces. 39
 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. 49
 Error regexp RegexpSingleline Line has trailing spaces. 51
 Error javadoc JavadocVariable Missing a Javadoc comment. 55
 Error sizes LineLength Line is longer than 80 characters (found 85). 56
 Error javadoc JavadocStyle First sentence should end with a period. 58
 Error regexp RegexpSingleline Line has trailing spaces. 60
 Error javadoc JavadocStyle First sentence should end with a period. 69
 Error regexp RegexpSingleline Line has trailing spaces. 71
 Error misc FinalParameters Parameter passed should be final. 76
 Error coding HiddenField 'passed' hides a field. 76
 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. 80
 Error javadoc JavadocMethod Missing a Javadoc comment. 80
 Error misc FinalParameters Parameter passed should be final. 80
 Error coding HiddenField 'passed' hides a field. 80
 Error javadoc JavadocStyle First sentence should end with a period. 85
 Error regexp RegexpSingleline Line has trailing spaces. 87
 Error javadoc JavadocStyle First sentence should end with a period. 96
 Error regexp RegexpSingleline Line has trailing spaces. 98
 Error misc FinalParameters Parameter failed should be final. 103
 Error coding HiddenField 'failed' hides a field. 103
 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. 107
 Error javadoc JavadocMethod Missing a Javadoc comment. 107
 Error misc FinalParameters Parameter failed should be final. 107
 Error coding HiddenField 'failed' hides a field. 107
 Error javadoc JavadocStyle First sentence should end with a period. 112
 Error regexp RegexpSingleline Line has trailing spaces. 114
 Error javadoc JavadocStyle First sentence should end with a period. 123
 Error regexp RegexpSingleline Line has trailing spaces. 125
 Error misc FinalParameters Parameter name should be final. 130
 Error coding HiddenField 'name' hides a field. 130
 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. 134
 Error javadoc JavadocMethod Missing a Javadoc comment. 134
 Error misc FinalParameters Parameter name should be final. 134
 Error coding HiddenField 'name' hides a field. 134
 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. 139
 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. 144
 Error javadoc JavadocMethod Missing a Javadoc comment. 144
 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. 149
 Error javadoc JavadocMethod Missing a Javadoc comment. 149
 Error misc FinalParameters Parameter name should be final. 150
 Error coding HiddenField 'name' hides a field. 150
 Error misc FinalParameters Parameter value should be final. 150
 Error sizes LineLength Line is longer than 80 characters (found 90). 154
 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. 154
 Error javadoc JavadocMethod Missing a Javadoc comment. 154
 Error misc FinalParameters Parameter name should be final. 154
 Error coding HiddenField 'name' hides a field. 154
 Error misc FinalParameters Parameter value should be final. 154
 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. 159
 Error sizes LineLength Line is longer than 80 characters (found 122). 161
 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. 164
 Error misc FinalParameters Parameter other should be final. 165
 Error coding SimplifyBooleanExpression Expression can be simplified. 169
 Error sizes LineLength Line is longer than 80 characters (found 178). 173

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

Severity Category Rule Message Line
 Error javadoc JavadocStyle First sentence should end with a period. 19
 Error regexp RegexpSingleline Line has trailing spaces. 23
 Error blocks LeftCurly '{' at column 1 should be on the previous line. 37
 Error javadoc JavadocStyle First sentence should end with a period. 39
 Error regexp RegexpSingleline Line has trailing spaces. 41
 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. 51
 Error regexp RegexpSingleline Line has trailing spaces. 53
 Error javadoc JavadocStyle First sentence should end with a period. 57
 Error regexp RegexpSingleline Line has trailing spaces. 59
 Error javadoc JavadocStyle First sentence should end with a period. 63
 Error regexp RegexpSingleline Line has trailing spaces. 65
 Error javadoc JavadocVariable Missing a Javadoc comment. 69
 Error sizes LineLength Line is longer than 80 characters (found 85). 70
 Error javadoc JavadocStyle First sentence should end with a period. 72
 Error regexp RegexpSingleline Line has trailing spaces. 74
 Error javadoc JavadocStyle First sentence should end with a period. 83
 Error regexp RegexpSingleline Line has trailing spaces. 85
 Error misc FinalParameters Parameter verbose should be final. 90
 Error coding HiddenField 'verbose' hides a field. 90
 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. 94
 Error javadoc JavadocMethod Missing a Javadoc comment. 94
 Error misc FinalParameters Parameter verbose should be final. 94
 Error coding HiddenField 'verbose' hides a field. 94
 Error javadoc JavadocStyle First sentence should end with a period. 99
 Error regexp RegexpSingleline Line has trailing spaces. 101
 Error javadoc JavadocStyle First sentence should end with a period. 110
 Error regexp RegexpSingleline Line has trailing spaces. 112
 Error sizes LineLength Line is longer than 80 characters (found 88). 117
 Error misc FinalParameters Parameter objectPendingFinalizationCount should be final. 117
 Error coding HiddenField 'objectPendingFinalizationCount' hides a field. 117
 Error sizes LineLength Line is longer than 80 characters (found 105). 121
 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. 121
 Error javadoc JavadocMethod Missing a Javadoc comment. 121
 Error misc FinalParameters Parameter objectPendingFinalizationCount should be final. 121
 Error coding HiddenField 'objectPendingFinalizationCount' hides a field. 121
 Error javadoc JavadocStyle First sentence should end with a period. 126
 Error regexp RegexpSingleline Line has trailing spaces. 128
 Error javadoc JavadocStyle First sentence should end with a period. 137
 Error regexp RegexpSingleline Line has trailing spaces. 139
 Error misc FinalParameters Parameter heapMemoryUsage should be final. 144
 Error coding HiddenField 'heapMemoryUsage' hides a field. 144
 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. 148
 Error javadoc JavadocMethod Missing a Javadoc comment. 148
 Error misc FinalParameters Parameter heapMemoryUsage should be final. 148
 Error coding HiddenField 'heapMemoryUsage' hides a field. 148
 Error javadoc JavadocStyle First sentence should end with a period. 153
 Error regexp RegexpSingleline Line has trailing spaces. 155
 Error javadoc JavadocStyle First sentence should end with a period. 164
 Error regexp RegexpSingleline Line has trailing spaces. 166
 Error misc FinalParameters Parameter nonHeapMemoryUsage should be final. 171
 Error coding HiddenField 'nonHeapMemoryUsage' hides a field. 171
 Error sizes LineLength Line is longer than 80 characters (found 81). 175
 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. 175
 Error javadoc JavadocMethod Missing a Javadoc comment. 175
 Error misc FinalParameters Parameter nonHeapMemoryUsage should be final. 175
 Error coding HiddenField 'nonHeapMemoryUsage' hides a field. 175
 Error javadoc JavadocStyle First sentence should end with a period. 180
 Error regexp RegexpSingleline Line has trailing spaces. 182
 Error javadoc JavadocStyle First sentence should end with a period. 191
 Error regexp RegexpSingleline Line has trailing spaces. 193
 Error misc FinalParameters Parameter name should be final. 198
 Error coding HiddenField 'name' hides a field. 198
 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. 202
 Error javadoc JavadocMethod Missing a Javadoc comment. 202
 Error misc FinalParameters Parameter name should be final. 202
 Error coding HiddenField 'name' hides a field. 202
 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. 207
 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. 212
 Error javadoc JavadocMethod Missing a Javadoc comment. 212
 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. 217
 Error javadoc JavadocMethod Missing a Javadoc comment. 217
 Error misc FinalParameters Parameter name should be final. 218
 Error coding HiddenField 'name' hides a field. 218
 Error misc FinalParameters Parameter value should be final. 218
 Error sizes LineLength Line is longer than 80 characters (found 83). 222
 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. 222
 Error javadoc JavadocMethod Missing a Javadoc comment. 222
 Error misc FinalParameters Parameter name should be final. 222
 Error coding HiddenField 'name' hides a field. 222
 Error misc FinalParameters Parameter value should be final. 222
 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. 227
 Error sizes LineLength Line is longer than 80 characters (found 198). 229
 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. 232
 Error misc FinalParameters Parameter other should be final. 233
 Error coding SimplifyBooleanExpression Expression can be simplified. 237
 Error sizes LineLength Line is longer than 80 characters (found 324). 241

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

Severity Category Rule Message Line
 Error javadoc JavadocStyle First sentence should end with a period. 19
 Error regexp RegexpSingleline Line has trailing spaces. 23
 Error blocks LeftCurly '{' at column 1 should be on the previous line. 39
 Error javadoc JavadocStyle First sentence should end with a period. 41
 Error regexp RegexpSingleline Line has trailing spaces. 43
 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. 53
 Error regexp RegexpSingleline Line has trailing spaces. 55
 Error javadoc JavadocStyle First sentence should end with a period. 59
 Error regexp RegexpSingleline Line has trailing spaces. 61
 Error javadoc JavadocStyle First sentence should end with a period. 65
 Error regexp RegexpSingleline Line has trailing spaces. 67
 Error javadoc JavadocStyle First sentence should end with a period. 71
 Error regexp RegexpSingleline Line has trailing spaces. 73
 Error javadoc JavadocStyle First sentence should end with a period. 77
 Error regexp RegexpSingleline Line has trailing spaces. 79
 Error javadoc JavadocVariable Missing a Javadoc comment. 83
 Error sizes LineLength Line is longer than 80 characters (found 85). 84
 Error javadoc JavadocStyle First sentence should end with a period. 86
 Error regexp RegexpSingleline Line has trailing spaces. 88
 Error javadoc JavadocStyle First sentence should end with a period. 97
 Error regexp RegexpSingleline Line has trailing spaces. 99
 Error misc FinalParameters Parameter errorRate should be final. 104
 Error coding HiddenField 'errorRate' hides a field. 104
 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. 108
 Error javadoc JavadocMethod Missing a Javadoc comment. 108
 Error misc FinalParameters Parameter errorRate should be final. 108
 Error coding HiddenField 'errorRate' hides a field. 108
 Error javadoc JavadocStyle First sentence should end with a period. 113
 Error regexp RegexpSingleline Line has trailing spaces. 115
 Error javadoc JavadocStyle First sentence should end with a period. 124
 Error regexp RegexpSingleline Line has trailing spaces. 126
 Error misc FinalParameters Parameter numEmitted should be final. 131
 Error coding HiddenField 'numEmitted' hides a field. 131
 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. 135
 Error javadoc JavadocMethod Missing a Javadoc comment. 135
 Error misc FinalParameters Parameter numEmitted should be final. 135
 Error coding HiddenField 'numEmitted' hides a field. 135
 Error javadoc JavadocStyle First sentence should end with a period. 140
 Error regexp RegexpSingleline Line has trailing spaces. 142
 Error javadoc JavadocStyle First sentence should end with a period. 151
 Error regexp RegexpSingleline Line has trailing spaces. 153
 Error misc FinalParameters Parameter numReceived should be final. 158
 Error coding HiddenField 'numReceived' hides a field. 158
 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. 162
 Error javadoc JavadocMethod Missing a Javadoc comment. 162
 Error misc FinalParameters Parameter numReceived should be final. 162
 Error coding HiddenField 'numReceived' hides a field. 162
 Error javadoc JavadocStyle First sentence should end with a period. 167
 Error regexp RegexpSingleline Line has trailing spaces. 169
 Error javadoc JavadocStyle First sentence should end with a period. 178
 Error regexp RegexpSingleline Line has trailing spaces. 180
 Error misc FinalParameters Parameter numUnhandledErrors should be final. 185
 Error coding HiddenField 'numUnhandledErrors' hides a field. 185
 Error sizes LineLength Line is longer than 80 characters (found 88). 189
 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. 189
 Error javadoc JavadocMethod Missing a Javadoc comment. 189
 Error misc FinalParameters Parameter numUnhandledErrors should be final. 189
 Error coding HiddenField 'numUnhandledErrors' 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. 205
 Error regexp RegexpSingleline Line has trailing spaces. 207
 Error misc FinalParameters Parameter avgTime should be final. 212
 Error coding HiddenField 'avgTime' hides a field. 212
 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. 216
 Error javadoc JavadocMethod Missing a Javadoc comment. 216
 Error misc FinalParameters Parameter avgTime should be final. 216
 Error coding HiddenField 'avgTime' hides a field. 216
 Error javadoc JavadocStyle First sentence should end with a period. 221
 Error regexp RegexpSingleline Line has trailing spaces. 223
 Error javadoc JavadocStyle First sentence should end with a period. 232
 Error regexp RegexpSingleline Line has trailing spaces. 234
 Error misc FinalParameters Parameter maxTime should be final. 239
 Error coding HiddenField 'maxTime' hides a field. 239
 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. 243
 Error javadoc JavadocMethod Missing a Javadoc comment. 243
 Error misc FinalParameters Parameter maxTime should be final. 243
 Error coding HiddenField 'maxTime' hides a field. 243
 Error javadoc JavadocStyle First sentence should end with a period. 248
 Error regexp RegexpSingleline Line has trailing spaces. 250
 Error javadoc JavadocStyle First sentence should end with a period. 259
 Error regexp RegexpSingleline Line has trailing spaces. 261
 Error misc FinalParameters Parameter name should be final. 266
 Error coding HiddenField 'name' hides a field. 266
 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. 270
 Error javadoc JavadocMethod Missing a Javadoc comment. 270
 Error misc FinalParameters Parameter name should be final. 270
 Error coding HiddenField 'name' hides a field. 270
 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. 275
 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. 280
 Error javadoc JavadocMethod Missing a Javadoc comment. 280
 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. 285
 Error javadoc JavadocMethod Missing a Javadoc comment. 285
 Error misc FinalParameters Parameter name should be final. 286
 Error coding HiddenField 'name' hides a field. 286
 Error misc FinalParameters Parameter value should be final. 286
 Error sizes LineLength Line is longer than 80 characters (found 90). 290
 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. 290
 Error javadoc JavadocMethod Missing a Javadoc comment. 290
 Error misc FinalParameters Parameter name should be final. 290
 Error coding HiddenField 'name' hides a field. 290
 Error misc FinalParameters Parameter value should be final. 290
 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. 295
 Error sizes LineLength Line is longer than 80 characters (found 208). 297
 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. 300
 Error misc FinalParameters Parameter other should be final. 301
 Error coding SimplifyBooleanExpression Expression can be simplified. 305
 Error sizes LineLength Line is longer than 80 characters (found 338). 309

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

Severity Category Rule Message Line
 Error javadoc JavadocStyle First sentence should end with a period. 19
 Error regexp RegexpSingleline Line has trailing spaces. 23
 Error blocks LeftCurly '{' at column 1 should be on the previous line. 39
 Error javadoc JavadocStyle First sentence should end with a period. 41
 Error regexp RegexpSingleline Line has trailing spaces. 43
 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. 53
 Error regexp RegexpSingleline Line has trailing spaces. 55
 Error javadoc JavadocStyle First sentence should end with a period. 59
 Error regexp RegexpSingleline Line has trailing spaces. 61
 Error javadoc JavadocStyle First sentence should end with a period. 65
 Error regexp RegexpSingleline Line has trailing spaces. 67
 Error javadoc JavadocStyle First sentence should end with a period. 71
 Error regexp RegexpSingleline Line has trailing spaces. 73
 Error javadoc JavadocStyle First sentence should end with a period. 77
 Error regexp RegexpSingleline Line has trailing spaces. 79
 Error javadoc JavadocVariable Missing a Javadoc comment. 83
 Error sizes LineLength Line is longer than 80 characters (found 85). 84
 Error javadoc JavadocStyle First sentence should end with a period. 86
 Error regexp RegexpSingleline Line has trailing spaces. 88
 Error javadoc JavadocStyle First sentence should end with a period. 97
 Error regexp RegexpSingleline Line has trailing spaces. 99
 Error misc FinalParameters Parameter currentSize should be final. 104
 Error coding HiddenField 'currentSize' hides a field. 104
 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. 108
 Error javadoc JavadocMethod Missing a Javadoc comment. 108
 Error misc FinalParameters Parameter currentSize should be final. 108
 Error coding HiddenField 'currentSize' hides a field. 108
 Error javadoc JavadocStyle First sentence should end with a period. 113
 Error regexp RegexpSingleline Line has trailing spaces. 115
 Error javadoc JavadocStyle First sentence should end with a period. 124
 Error regexp RegexpSingleline Line has trailing spaces. 126
 Error misc FinalParameters Parameter avgWait should be final. 131
 Error coding HiddenField 'avgWait' hides a field. 131
 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. 135
 Error javadoc JavadocMethod Missing a Javadoc comment. 135
 Error misc FinalParameters Parameter avgWait should be final. 135
 Error coding HiddenField 'avgWait' hides a field. 135
 Error javadoc JavadocStyle First sentence should end with a period. 140
 Error regexp RegexpSingleline Line has trailing spaces. 142
 Error javadoc JavadocStyle First sentence should end with a period. 151
 Error regexp RegexpSingleline Line has trailing spaces. 153
 Error misc FinalParameters Parameter maxWait should be final. 158
 Error coding HiddenField 'maxWait' hides a field. 158
 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. 162
 Error javadoc JavadocMethod Missing a Javadoc comment. 162
 Error misc FinalParameters Parameter maxWait should be final. 162
 Error coding HiddenField 'maxWait' hides a field. 162
 Error javadoc JavadocStyle First sentence should end with a period. 167
 Error regexp RegexpSingleline Line has trailing spaces. 169
 Error javadoc JavadocStyle First sentence should end with a period. 178
 Error regexp RegexpSingleline Line has trailing spaces. 180
 Error misc FinalParameters Parameter removed should be final. 185
 Error coding HiddenField 'removed' hides a field. 185
 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. 189
 Error javadoc JavadocMethod Missing a Javadoc comment. 189
 Error misc FinalParameters Parameter removed should be final. 189
 Error coding HiddenField 'removed' 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. 205
 Error regexp RegexpSingleline Line has trailing spaces. 207
 Error misc FinalParameters Parameter added should be final. 212
 Error coding HiddenField 'added' hides a field. 212
 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. 216
 Error javadoc JavadocMethod Missing a Javadoc comment. 216
 Error misc FinalParameters Parameter added should be final. 216
 Error coding HiddenField 'added' hides a field. 216
 Error javadoc JavadocStyle First sentence should end with a period. 221
 Error regexp RegexpSingleline Line has trailing spaces. 223
 Error javadoc JavadocStyle First sentence should end with a period. 232
 Error regexp RegexpSingleline Line has trailing spaces. 234
 Error misc FinalParameters Parameter throughput should be final. 239
 Error coding HiddenField 'throughput' hides a field. 239
 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. 243
 Error javadoc JavadocMethod Missing a Javadoc comment. 243
 Error misc FinalParameters Parameter throughput should be final. 243
 Error coding HiddenField 'throughput' hides a field. 243
 Error javadoc JavadocStyle First sentence should end with a period. 248
 Error regexp RegexpSingleline Line has trailing spaces. 250
 Error javadoc JavadocStyle First sentence should end with a period. 259
 Error regexp RegexpSingleline Line has trailing spaces. 261
 Error misc FinalParameters Parameter name should be final. 266
 Error coding HiddenField 'name' hides a field. 266
 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. 270
 Error javadoc JavadocMethod Missing a Javadoc comment. 270
 Error misc FinalParameters Parameter name should be final. 270
 Error coding HiddenField 'name' hides a field. 270
 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. 275
 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. 280
 Error javadoc JavadocMethod Missing a Javadoc comment. 280
 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. 285
 Error javadoc JavadocMethod Missing a Javadoc comment. 285
 Error misc FinalParameters Parameter name should be final. 286
 Error coding HiddenField 'name' hides a field. 286
 Error misc FinalParameters Parameter value should be final. 286
 Error sizes LineLength Line is longer than 80 characters (found 87). 290
 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. 290
 Error javadoc JavadocMethod Missing a Javadoc comment. 290
 Error misc FinalParameters Parameter name should be final. 290
 Error coding HiddenField 'name' hides a field. 290
 Error misc FinalParameters Parameter value should be final. 290
 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. 295
 Error sizes LineLength Line is longer than 80 characters (found 193). 297
 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. 300
 Error misc FinalParameters Parameter other should be final. 301
 Error coding SimplifyBooleanExpression Expression can be simplified. 305
 Error sizes LineLength Line is longer than 80 characters (found 308). 309