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
7 0 0 473

Rules

Category Rule Violations Severity
blocks LeftCurly 7  Error
coding HiddenField 60  Error
MagicNumber 10  Error
SimplifyBooleanExpression 7  Error
design DesignForExtension 72  Error
javadoc JavadocMethod 51  Error
JavadocPackage 2  Error
JavadocStyle 12  Error
JavadocType 7  Error
JavadocVariable 33  Error
misc FinalParameters 95  Error
regexp RegexpSingleline
  • format: "\s+$"
  • maximum: "0"
  • message: "Line has trailing spaces."
  • minimum: "0"
64  Error
sizes LineLength 53  Error

Details

org/apache/streams/examples/flink/twitter/TwitterFollowingPipelineConfiguration.java

Severity Category Rule Message Line
 Error javadoc JavadocPackage Missing package-info.java file.
 Error javadoc JavadocType Missing a Javadoc comment. 24
 Error blocks LeftCurly '{' at column 1 should be on the previous line. 35
 Error javadoc JavadocVariable Missing a Javadoc comment. 37
 Error javadoc JavadocVariable Missing a Javadoc comment. 41
 Error javadoc JavadocVariable Missing a Javadoc comment. 45
 Error javadoc JavadocVariable Missing a Javadoc comment. 49
 Error javadoc JavadocVariable Missing a Javadoc comment. 52
 Error sizes LineLength Line is longer than 80 characters (found 85). 53
 Error regexp RegexpSingleline Line has trailing spaces. 56
 Error regexp RegexpSingleline Line has trailing spaces. 67
 Error misc FinalParameters Parameter twitter should be final. 73
 Error coding HiddenField 'twitter' hides a field. 73
 Error sizes LineLength Line is longer than 80 characters (found 101). 77
 Error design DesignForExtension Class 'TwitterFollowingPipelineConfiguration' looks like designed for extension (can be subclassed), but the method 'withTwitter' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterFollowingPipelineConfiguration' final or making the method 'withTwitter' static/final/abstract/empty, or adding allowed annotation for the method. 77
 Error javadoc JavadocMethod Missing a Javadoc comment. 77
 Error misc FinalParameters Parameter twitter should be final. 77
 Error coding HiddenField 'twitter' hides a field. 77
 Error regexp RegexpSingleline Line has trailing spaces. 83
 Error regexp RegexpSingleline Line has trailing spaces. 94
 Error misc FinalParameters Parameter source should be final. 100
 Error coding HiddenField 'source' hides a field. 100
 Error sizes LineLength Line is longer than 80 characters (found 93). 104
 Error design DesignForExtension Class 'TwitterFollowingPipelineConfiguration' looks like designed for extension (can be subclassed), but the method 'withSource' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterFollowingPipelineConfiguration' final or making the method 'withSource' static/final/abstract/empty, or adding allowed annotation for the method. 104
 Error javadoc JavadocMethod Missing a Javadoc comment. 104
 Error misc FinalParameters Parameter source should be final. 104
 Error coding HiddenField 'source' hides a field. 104
 Error regexp RegexpSingleline Line has trailing spaces. 110
 Error regexp RegexpSingleline Line has trailing spaces. 121
 Error misc FinalParameters Parameter destination should be final. 127
 Error coding HiddenField 'destination' hides a field. 127
 Error sizes LineLength Line is longer than 80 characters (found 103). 131
 Error design DesignForExtension Class 'TwitterFollowingPipelineConfiguration' looks like designed for extension (can be subclassed), but the method 'withDestination' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterFollowingPipelineConfiguration' final or making the method 'withDestination' static/final/abstract/empty, or adding allowed annotation for the method. 131
 Error javadoc JavadocMethod Missing a Javadoc comment. 131
 Error misc FinalParameters Parameter destination should be final. 131
 Error coding HiddenField 'destination' hides a field. 131
 Error regexp RegexpSingleline Line has trailing spaces. 137
 Error regexp RegexpSingleline Line has trailing spaces. 148
 Error misc FinalParameters Parameter providerWaitMs should be final. 154
 Error coding HiddenField 'providerWaitMs' hides a field. 154
 Error sizes LineLength Line is longer than 80 characters (found 90). 158
 Error design DesignForExtension Class 'TwitterFollowingPipelineConfiguration' looks like designed for extension (can be subclassed), but the method 'withProviderWaitMs' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterFollowingPipelineConfiguration' final or making the method 'withProviderWaitMs' static/final/abstract/empty, or adding allowed annotation for the method. 158
 Error javadoc JavadocMethod Missing a Javadoc comment. 158
 Error misc FinalParameters Parameter providerWaitMs should be final. 158
 Error coding HiddenField 'providerWaitMs' hides a field. 158
 Error design DesignForExtension Class 'TwitterFollowingPipelineConfiguration' 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 'TwitterFollowingPipelineConfiguration' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. 163
 Error design DesignForExtension Class 'TwitterFollowingPipelineConfiguration' 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 'TwitterFollowingPipelineConfiguration' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. 168
 Error javadoc JavadocMethod Missing a Javadoc comment. 168
 Error design DesignForExtension Class 'TwitterFollowingPipelineConfiguration' 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 'TwitterFollowingPipelineConfiguration' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. 174
 Error javadoc JavadocMethod Missing a Javadoc comment. 174
 Error misc FinalParameters Parameter name should be final. 176
 Error misc FinalParameters Parameter value should be final. 176
 Error sizes LineLength Line is longer than 80 characters (found 100). 180
 Error design DesignForExtension Class 'TwitterFollowingPipelineConfiguration' 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 'TwitterFollowingPipelineConfiguration' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. 180
 Error javadoc JavadocMethod Missing a Javadoc comment. 180
 Error misc FinalParameters Parameter name should be final. 180
 Error misc FinalParameters Parameter value should be final. 180
 Error design DesignForExtension Class 'TwitterFollowingPipelineConfiguration' 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 'TwitterFollowingPipelineConfiguration' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. 185
 Error sizes LineLength Line is longer than 80 characters (found 153). 187
 Error design DesignForExtension Class 'TwitterFollowingPipelineConfiguration' 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 'TwitterFollowingPipelineConfiguration' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. 190
 Error misc FinalParameters Parameter other should be final. 191
 Error coding SimplifyBooleanExpression Expression can be simplified. 195
 Error sizes LineLength Line is longer than 80 characters (found 100). 198
 Error sizes LineLength Line is longer than 80 characters (found 237). 199

org/apache/streams/examples/flink/twitter/TwitterPostsPipelineConfiguration.java

Severity Category Rule Message Line
 Error javadoc JavadocType Missing a Javadoc comment. 24
 Error blocks LeftCurly '{' at column 1 should be on the previous line. 35
 Error javadoc JavadocVariable Missing a Javadoc comment. 37
 Error javadoc JavadocVariable Missing a Javadoc comment. 41
 Error javadoc JavadocVariable Missing a Javadoc comment. 45
 Error javadoc JavadocVariable Missing a Javadoc comment. 49
 Error javadoc JavadocVariable Missing a Javadoc comment. 52
 Error sizes LineLength Line is longer than 80 characters (found 85). 53
 Error regexp RegexpSingleline Line has trailing spaces. 56
 Error regexp RegexpSingleline Line has trailing spaces. 67
 Error misc FinalParameters Parameter twitter should be final. 73
 Error coding HiddenField 'twitter' hides a field. 73
 Error sizes LineLength Line is longer than 80 characters (found 104). 77
 Error design DesignForExtension Class 'TwitterPostsPipelineConfiguration' looks like designed for extension (can be subclassed), but the method 'withTwitter' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterPostsPipelineConfiguration' final or making the method 'withTwitter' static/final/abstract/empty, or adding allowed annotation for the method. 77
 Error javadoc JavadocMethod Missing a Javadoc comment. 77
 Error misc FinalParameters Parameter twitter should be final. 77
 Error coding HiddenField 'twitter' hides a field. 77
 Error regexp RegexpSingleline Line has trailing spaces. 83
 Error regexp RegexpSingleline Line has trailing spaces. 94
 Error misc FinalParameters Parameter source should be final. 100
 Error coding HiddenField 'source' hides a field. 100
 Error sizes LineLength Line is longer than 80 characters (found 89). 104
 Error design DesignForExtension Class 'TwitterPostsPipelineConfiguration' looks like designed for extension (can be subclassed), but the method 'withSource' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterPostsPipelineConfiguration' final or making the method 'withSource' static/final/abstract/empty, or adding allowed annotation for the method. 104
 Error javadoc JavadocMethod Missing a Javadoc comment. 104
 Error misc FinalParameters Parameter source should be final. 104
 Error coding HiddenField 'source' hides a field. 104
 Error regexp RegexpSingleline Line has trailing spaces. 110
 Error regexp RegexpSingleline Line has trailing spaces. 121
 Error misc FinalParameters Parameter destination should be final. 127
 Error coding HiddenField 'destination' hides a field. 127
 Error sizes LineLength Line is longer than 80 characters (found 99). 131
 Error design DesignForExtension Class 'TwitterPostsPipelineConfiguration' looks like designed for extension (can be subclassed), but the method 'withDestination' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterPostsPipelineConfiguration' final or making the method 'withDestination' static/final/abstract/empty, or adding allowed annotation for the method. 131
 Error javadoc JavadocMethod Missing a Javadoc comment. 131
 Error misc FinalParameters Parameter destination should be final. 131
 Error coding HiddenField 'destination' hides a field. 131
 Error regexp RegexpSingleline Line has trailing spaces. 137
 Error regexp RegexpSingleline Line has trailing spaces. 148
 Error misc FinalParameters Parameter providerWaitMs should be final. 154
 Error coding HiddenField 'providerWaitMs' hides a field. 154
 Error sizes LineLength Line is longer than 80 characters (found 86). 158
 Error design DesignForExtension Class 'TwitterPostsPipelineConfiguration' looks like designed for extension (can be subclassed), but the method 'withProviderWaitMs' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterPostsPipelineConfiguration' final or making the method 'withProviderWaitMs' static/final/abstract/empty, or adding allowed annotation for the method. 158
 Error javadoc JavadocMethod Missing a Javadoc comment. 158
 Error misc FinalParameters Parameter providerWaitMs should be final. 158
 Error coding HiddenField 'providerWaitMs' hides a field. 158
 Error design DesignForExtension Class 'TwitterPostsPipelineConfiguration' 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 'TwitterPostsPipelineConfiguration' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. 163
 Error design DesignForExtension Class 'TwitterPostsPipelineConfiguration' 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 'TwitterPostsPipelineConfiguration' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. 168
 Error javadoc JavadocMethod Missing a Javadoc comment. 168
 Error design DesignForExtension Class 'TwitterPostsPipelineConfiguration' 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 'TwitterPostsPipelineConfiguration' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. 174
 Error javadoc JavadocMethod Missing a Javadoc comment. 174
 Error misc FinalParameters Parameter name should be final. 176
 Error misc FinalParameters Parameter value should be final. 176
 Error sizes LineLength Line is longer than 80 characters (found 96). 180
 Error design DesignForExtension Class 'TwitterPostsPipelineConfiguration' 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 'TwitterPostsPipelineConfiguration' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. 180
 Error javadoc JavadocMethod Missing a Javadoc comment. 180
 Error misc FinalParameters Parameter name should be final. 180
 Error misc FinalParameters Parameter value should be final. 180
 Error design DesignForExtension Class 'TwitterPostsPipelineConfiguration' 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 'TwitterPostsPipelineConfiguration' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. 185
 Error sizes LineLength Line is longer than 80 characters (found 153). 187
 Error design DesignForExtension Class 'TwitterPostsPipelineConfiguration' 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 'TwitterPostsPipelineConfiguration' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. 190
 Error misc FinalParameters Parameter other should be final. 191
 Error coding SimplifyBooleanExpression Expression can be simplified. 195
 Error sizes LineLength Line is longer than 80 characters (found 92). 198
 Error sizes LineLength Line is longer than 80 characters (found 237). 199

org/apache/streams/examples/flink/twitter/TwitterSpritzerPipelineConfiguration.java

Severity Category Rule Message Line
 Error javadoc JavadocType Missing a Javadoc comment. 24
 Error blocks LeftCurly '{' at column 1 should be on the previous line. 35
 Error javadoc JavadocVariable Missing a Javadoc comment. 37
 Error javadoc JavadocVariable Missing a Javadoc comment. 41
 Error javadoc JavadocVariable Missing a Javadoc comment. 45
 Error javadoc JavadocVariable Missing a Javadoc comment. 49
 Error javadoc JavadocVariable Missing a Javadoc comment. 52
 Error sizes LineLength Line is longer than 80 characters (found 85). 53
 Error regexp RegexpSingleline Line has trailing spaces. 56
 Error regexp RegexpSingleline Line has trailing spaces. 67
 Error misc FinalParameters Parameter twitter should be final. 73
 Error coding HiddenField 'twitter' hides a field. 73
 Error sizes LineLength Line is longer than 80 characters (found 97). 77
 Error design DesignForExtension Class 'TwitterSpritzerPipelineConfiguration' looks like designed for extension (can be subclassed), but the method 'withTwitter' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterSpritzerPipelineConfiguration' final or making the method 'withTwitter' static/final/abstract/empty, or adding allowed annotation for the method. 77
 Error javadoc JavadocMethod Missing a Javadoc comment. 77
 Error misc FinalParameters Parameter twitter should be final. 77
 Error coding HiddenField 'twitter' hides a field. 77
 Error regexp RegexpSingleline Line has trailing spaces. 83
 Error regexp RegexpSingleline Line has trailing spaces. 94
 Error misc FinalParameters Parameter source should be final. 100
 Error coding HiddenField 'source' hides a field. 100
 Error sizes LineLength Line is longer than 80 characters (found 92). 104
 Error design DesignForExtension Class 'TwitterSpritzerPipelineConfiguration' looks like designed for extension (can be subclassed), but the method 'withSource' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterSpritzerPipelineConfiguration' final or making the method 'withSource' static/final/abstract/empty, or adding allowed annotation for the method. 104
 Error javadoc JavadocMethod Missing a Javadoc comment. 104
 Error misc FinalParameters Parameter source should be final. 104
 Error coding HiddenField 'source' hides a field. 104
 Error regexp RegexpSingleline Line has trailing spaces. 110
 Error regexp RegexpSingleline Line has trailing spaces. 121
 Error misc FinalParameters Parameter destination should be final. 127
 Error coding HiddenField 'destination' hides a field. 127
 Error sizes LineLength Line is longer than 80 characters (found 102). 131
 Error design DesignForExtension Class 'TwitterSpritzerPipelineConfiguration' looks like designed for extension (can be subclassed), but the method 'withDestination' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterSpritzerPipelineConfiguration' final or making the method 'withDestination' static/final/abstract/empty, or adding allowed annotation for the method. 131
 Error javadoc JavadocMethod Missing a Javadoc comment. 131
 Error misc FinalParameters Parameter destination should be final. 131
 Error coding HiddenField 'destination' hides a field. 131
 Error regexp RegexpSingleline Line has trailing spaces. 137
 Error regexp RegexpSingleline Line has trailing spaces. 148
 Error misc FinalParameters Parameter providerWaitMs should be final. 154
 Error coding HiddenField 'providerWaitMs' hides a field. 154
 Error sizes LineLength Line is longer than 80 characters (found 89). 158
 Error design DesignForExtension Class 'TwitterSpritzerPipelineConfiguration' looks like designed for extension (can be subclassed), but the method 'withProviderWaitMs' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterSpritzerPipelineConfiguration' final or making the method 'withProviderWaitMs' static/final/abstract/empty, or adding allowed annotation for the method. 158
 Error javadoc JavadocMethod Missing a Javadoc comment. 158
 Error misc FinalParameters Parameter providerWaitMs should be final. 158
 Error coding HiddenField 'providerWaitMs' hides a field. 158
 Error design DesignForExtension Class 'TwitterSpritzerPipelineConfiguration' 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 'TwitterSpritzerPipelineConfiguration' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. 163
 Error design DesignForExtension Class 'TwitterSpritzerPipelineConfiguration' 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 'TwitterSpritzerPipelineConfiguration' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. 168
 Error javadoc JavadocMethod Missing a Javadoc comment. 168
 Error design DesignForExtension Class 'TwitterSpritzerPipelineConfiguration' 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 'TwitterSpritzerPipelineConfiguration' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. 174
 Error javadoc JavadocMethod Missing a Javadoc comment. 174
 Error misc FinalParameters Parameter name should be final. 176
 Error misc FinalParameters Parameter value should be final. 176
 Error sizes LineLength Line is longer than 80 characters (found 99). 180
 Error design DesignForExtension Class 'TwitterSpritzerPipelineConfiguration' 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 'TwitterSpritzerPipelineConfiguration' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. 180
 Error javadoc JavadocMethod Missing a Javadoc comment. 180
 Error misc FinalParameters Parameter name should be final. 180
 Error misc FinalParameters Parameter value should be final. 180
 Error design DesignForExtension Class 'TwitterSpritzerPipelineConfiguration' 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 'TwitterSpritzerPipelineConfiguration' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. 185
 Error sizes LineLength Line is longer than 80 characters (found 153). 187
 Error design DesignForExtension Class 'TwitterSpritzerPipelineConfiguration' 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 'TwitterSpritzerPipelineConfiguration' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. 190
 Error misc FinalParameters Parameter other should be final. 191
 Error coding SimplifyBooleanExpression Expression can be simplified. 195
 Error sizes LineLength Line is longer than 80 characters (found 98). 198
 Error sizes LineLength Line is longer than 80 characters (found 237). 199

org/apache/streams/examples/flink/twitter/TwitterUserInformationPipelineConfiguration.java

Severity Category Rule Message Line
 Error javadoc JavadocType Missing a Javadoc comment. 24
 Error blocks LeftCurly '{' at column 1 should be on the previous line. 35
 Error javadoc JavadocVariable Missing a Javadoc comment. 37
 Error javadoc JavadocVariable Missing a Javadoc comment. 41
 Error javadoc JavadocVariable Missing a Javadoc comment. 45
 Error javadoc JavadocVariable Missing a Javadoc comment. 49
 Error javadoc JavadocVariable Missing a Javadoc comment. 52
 Error sizes LineLength Line is longer than 80 characters (found 85). 53
 Error regexp RegexpSingleline Line has trailing spaces. 56
 Error regexp RegexpSingleline Line has trailing spaces. 67
 Error misc FinalParameters Parameter twitter should be final. 73
 Error coding HiddenField 'twitter' hides a field. 73
 Error sizes LineLength Line is longer than 80 characters (found 113). 77
 Error design DesignForExtension Class 'TwitterUserInformationPipelineConfiguration' looks like designed for extension (can be subclassed), but the method 'withTwitter' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterUserInformationPipelineConfiguration' final or making the method 'withTwitter' static/final/abstract/empty, or adding allowed annotation for the method. 77
 Error javadoc JavadocMethod Missing a Javadoc comment. 77
 Error misc FinalParameters Parameter twitter should be final. 77
 Error coding HiddenField 'twitter' hides a field. 77
 Error regexp RegexpSingleline Line has trailing spaces. 83
 Error regexp RegexpSingleline Line has trailing spaces. 94
 Error misc FinalParameters Parameter source should be final. 100
 Error coding HiddenField 'source' hides a field. 100
 Error sizes LineLength Line is longer than 80 characters (found 99). 104
 Error design DesignForExtension Class 'TwitterUserInformationPipelineConfiguration' looks like designed for extension (can be subclassed), but the method 'withSource' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterUserInformationPipelineConfiguration' final or making the method 'withSource' static/final/abstract/empty, or adding allowed annotation for the method. 104
 Error javadoc JavadocMethod Missing a Javadoc comment. 104
 Error misc FinalParameters Parameter source should be final. 104
 Error coding HiddenField 'source' hides a field. 104
 Error regexp RegexpSingleline Line has trailing spaces. 110
 Error regexp RegexpSingleline Line has trailing spaces. 121
 Error misc FinalParameters Parameter destination should be final. 127
 Error coding HiddenField 'destination' hides a field. 127
 Error sizes LineLength Line is longer than 80 characters (found 109). 131
 Error design DesignForExtension Class 'TwitterUserInformationPipelineConfiguration' looks like designed for extension (can be subclassed), but the method 'withDestination' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterUserInformationPipelineConfiguration' final or making the method 'withDestination' static/final/abstract/empty, or adding allowed annotation for the method. 131
 Error javadoc JavadocMethod Missing a Javadoc comment. 131
 Error misc FinalParameters Parameter destination should be final. 131
 Error coding HiddenField 'destination' hides a field. 131
 Error regexp RegexpSingleline Line has trailing spaces. 137
 Error regexp RegexpSingleline Line has trailing spaces. 148
 Error misc FinalParameters Parameter providerWaitMs should be final. 154
 Error coding HiddenField 'providerWaitMs' hides a field. 154
 Error sizes LineLength Line is longer than 80 characters (found 96). 158
 Error design DesignForExtension Class 'TwitterUserInformationPipelineConfiguration' looks like designed for extension (can be subclassed), but the method 'withProviderWaitMs' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterUserInformationPipelineConfiguration' final or making the method 'withProviderWaitMs' static/final/abstract/empty, or adding allowed annotation for the method. 158
 Error javadoc JavadocMethod Missing a Javadoc comment. 158
 Error misc FinalParameters Parameter providerWaitMs should be final. 158
 Error coding HiddenField 'providerWaitMs' hides a field. 158
 Error design DesignForExtension Class 'TwitterUserInformationPipelineConfiguration' 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 'TwitterUserInformationPipelineConfiguration' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. 163
 Error design DesignForExtension Class 'TwitterUserInformationPipelineConfiguration' 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 'TwitterUserInformationPipelineConfiguration' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. 168
 Error javadoc JavadocMethod Missing a Javadoc comment. 168
 Error design DesignForExtension Class 'TwitterUserInformationPipelineConfiguration' 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 'TwitterUserInformationPipelineConfiguration' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. 174
 Error javadoc JavadocMethod Missing a Javadoc comment. 174
 Error misc FinalParameters Parameter name should be final. 176
 Error misc FinalParameters Parameter value should be final. 176
 Error sizes LineLength Line is longer than 80 characters (found 106). 180
 Error design DesignForExtension Class 'TwitterUserInformationPipelineConfiguration' 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 'TwitterUserInformationPipelineConfiguration' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. 180
 Error javadoc JavadocMethod Missing a Javadoc comment. 180
 Error misc FinalParameters Parameter name should be final. 180
 Error misc FinalParameters Parameter value should be final. 180
 Error design DesignForExtension Class 'TwitterUserInformationPipelineConfiguration' 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 'TwitterUserInformationPipelineConfiguration' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. 185
 Error sizes LineLength Line is longer than 80 characters (found 153). 187
 Error design DesignForExtension Class 'TwitterUserInformationPipelineConfiguration' 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 'TwitterUserInformationPipelineConfiguration' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. 190
 Error misc FinalParameters Parameter other should be final. 191
 Error sizes LineLength Line is longer than 80 characters (found 86). 195
 Error coding SimplifyBooleanExpression Expression can be simplified. 195
 Error sizes LineLength Line is longer than 80 characters (found 112). 198
 Error sizes LineLength Line is longer than 80 characters (found 237). 199

org/apache/streams/flink/FlinkBatchConfiguration.java

Severity Category Rule Message Line
 Error javadoc JavadocPackage Missing package-info.java file.
 Error javadoc JavadocType Missing a Javadoc comment. 17
 Error blocks LeftCurly '{' at column 1 should be on the previous line. 22
 Error javadoc JavadocVariable Missing a Javadoc comment. 24
 Error sizes LineLength Line is longer than 80 characters (found 85). 25
 Error design DesignForExtension Class 'FlinkBatchConfiguration' 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 'FlinkBatchConfiguration' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. 27
 Error design DesignForExtension Class 'FlinkBatchConfiguration' 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 'FlinkBatchConfiguration' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. 32
 Error javadoc JavadocMethod Missing a Javadoc comment. 32
 Error design DesignForExtension Class 'FlinkBatchConfiguration' 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 'FlinkBatchConfiguration' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. 38
 Error javadoc JavadocMethod Missing a Javadoc comment. 38
 Error misc FinalParameters Parameter name should be final. 40
 Error misc FinalParameters Parameter value should be final. 40
 Error sizes LineLength Line is longer than 80 characters (found 86). 44
 Error design DesignForExtension Class 'FlinkBatchConfiguration' 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 'FlinkBatchConfiguration' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. 44
 Error javadoc JavadocMethod Missing a Javadoc comment. 44
 Error misc FinalParameters Parameter name should be final. 44
 Error misc FinalParameters Parameter value should be final. 44
 Error design DesignForExtension Class 'FlinkBatchConfiguration' 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 'FlinkBatchConfiguration' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. 49
 Error design DesignForExtension Class 'FlinkBatchConfiguration' 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 'FlinkBatchConfiguration' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. 54
 Error misc FinalParameters Parameter other should be final. 55
 Error coding SimplifyBooleanExpression Expression can be simplified. 59
 Error sizes LineLength Line is longer than 80 characters (found 101). 63

org/apache/streams/flink/FlinkStreamingConfiguration.java

Severity Category Rule Message Line
 Error javadoc JavadocType Missing a Javadoc comment. 19
 Error blocks LeftCurly '{' at column 1 should be on the previous line. 32
 Error javadoc JavadocVariable Missing a Javadoc comment. 34
 Error javadoc JavadocVariable Missing a Javadoc comment. 37
 Error coding MagicNumber '1000L' is a magic number. 39
 Error javadoc JavadocVariable Missing a Javadoc comment. 40
 Error coding MagicNumber '300000L' is a magic number. 42
 Error javadoc JavadocVariable Missing a Javadoc comment. 43
 Error coding MagicNumber '30000L' is a magic number. 45
 Error javadoc JavadocStyle First sentence should end with a period. 46
 Error regexp RegexpSingleline Line has trailing spaces. 48
 Error coding MagicNumber '3L' is a magic number. 52
 Error javadoc JavadocStyle First sentence should end with a period. 53
 Error regexp RegexpSingleline Line has trailing spaces. 55
 Error coding MagicNumber '10000L' is a magic number. 59
 Error javadoc JavadocVariable Missing a Javadoc comment. 60
 Error sizes LineLength Line is longer than 80 characters (found 85). 61
 Error regexp RegexpSingleline Line has trailing spaces. 64
 Error regexp RegexpSingleline Line has trailing spaces. 75
 Error misc FinalParameters Parameter parallel should be final. 81
 Error coding HiddenField 'parallel' hides a field. 81
 Error design DesignForExtension Class 'FlinkStreamingConfiguration' looks like designed for extension (can be subclassed), but the method 'withParallel' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FlinkStreamingConfiguration' final or making the method 'withParallel' static/final/abstract/empty, or adding allowed annotation for the method. 85
 Error javadoc JavadocMethod Missing a Javadoc comment. 85
 Error misc FinalParameters Parameter parallel should be final. 85
 Error coding HiddenField 'parallel' hides a field. 85
 Error regexp RegexpSingleline Line has trailing spaces. 91
 Error regexp RegexpSingleline Line has trailing spaces. 102
 Error misc FinalParameters Parameter providerWaitMs should be final. 108
 Error coding HiddenField 'providerWaitMs' hides a field. 108
 Error design DesignForExtension Class 'FlinkStreamingConfiguration' looks like designed for extension (can be subclassed), but the method 'withProviderWaitMs' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FlinkStreamingConfiguration' final or making the method 'withProviderWaitMs' static/final/abstract/empty, or adding allowed annotation for the method. 112
 Error javadoc JavadocMethod Missing a Javadoc comment. 112
 Error misc FinalParameters Parameter providerWaitMs should be final. 112
 Error coding HiddenField 'providerWaitMs' hides a field. 112
 Error regexp RegexpSingleline Line has trailing spaces. 118
 Error regexp RegexpSingleline Line has trailing spaces. 129
 Error misc FinalParameters Parameter checkpointIntervalMs should be final. 135
 Error coding HiddenField 'checkpointIntervalMs' hides a field. 135
 Error sizes LineLength Line is longer than 80 characters (found 92). 139
 Error design DesignForExtension Class 'FlinkStreamingConfiguration' looks like designed for extension (can be subclassed), but the method 'withCheckpointIntervalMs' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FlinkStreamingConfiguration' final or making the method 'withCheckpointIntervalMs' static/final/abstract/empty, or adding allowed annotation for the method. 139
 Error javadoc JavadocMethod Missing a Javadoc comment. 139
 Error misc FinalParameters Parameter checkpointIntervalMs should be final. 139
 Error coding HiddenField 'checkpointIntervalMs' hides a field. 139
 Error regexp RegexpSingleline Line has trailing spaces. 145
 Error regexp RegexpSingleline Line has trailing spaces. 156
 Error misc FinalParameters Parameter checkpointTimeoutMs should be final. 162
 Error coding HiddenField 'checkpointTimeoutMs' hides a field. 162
 Error sizes LineLength Line is longer than 80 characters (found 90). 166
 Error design DesignForExtension Class 'FlinkStreamingConfiguration' looks like designed for extension (can be subclassed), but the method 'withCheckpointTimeoutMs' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FlinkStreamingConfiguration' final or making the method 'withCheckpointTimeoutMs' static/final/abstract/empty, or adding allowed annotation for the method. 166
 Error javadoc JavadocMethod Missing a Javadoc comment. 166
 Error misc FinalParameters Parameter checkpointTimeoutMs should be final. 166
 Error coding HiddenField 'checkpointTimeoutMs' hides a field. 166
 Error javadoc JavadocStyle First sentence should end with a period. 171
 Error regexp RegexpSingleline Line has trailing spaces. 173
 Error javadoc JavadocStyle First sentence should end with a period. 183
 Error regexp RegexpSingleline Line has trailing spaces. 185
 Error misc FinalParameters Parameter restartAttempts should be final. 191
 Error coding HiddenField 'restartAttempts' hides a field. 191
 Error sizes LineLength Line is longer than 80 characters (found 82). 195
 Error design DesignForExtension Class 'FlinkStreamingConfiguration' looks like designed for extension (can be subclassed), but the method 'withRestartAttempts' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FlinkStreamingConfiguration' final or making the method 'withRestartAttempts' static/final/abstract/empty, or adding allowed annotation for the method. 195
 Error javadoc JavadocMethod Missing a Javadoc comment. 195
 Error misc FinalParameters Parameter restartAttempts should be final. 195
 Error coding HiddenField 'restartAttempts' hides a field. 195
 Error javadoc JavadocStyle First sentence should end with a period. 200
 Error regexp RegexpSingleline Line has trailing spaces. 202
 Error javadoc JavadocStyle First sentence should end with a period. 212
 Error regexp RegexpSingleline Line has trailing spaces. 214
 Error misc FinalParameters Parameter restartDelayMs should be final. 220
 Error coding HiddenField 'restartDelayMs' hides a field. 220
 Error design DesignForExtension Class 'FlinkStreamingConfiguration' looks like designed for extension (can be subclassed), but the method 'withRestartDelayMs' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FlinkStreamingConfiguration' final or making the method 'withRestartDelayMs' static/final/abstract/empty, or adding allowed annotation for the method. 224
 Error javadoc JavadocMethod Missing a Javadoc comment. 224
 Error misc FinalParameters Parameter restartDelayMs should be final. 224
 Error coding HiddenField 'restartDelayMs' hides a field. 224
 Error design DesignForExtension Class 'FlinkStreamingConfiguration' 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 'FlinkStreamingConfiguration' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. 229
 Error design DesignForExtension Class 'FlinkStreamingConfiguration' 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 'FlinkStreamingConfiguration' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. 234
 Error javadoc JavadocMethod Missing a Javadoc comment. 234
 Error design DesignForExtension Class 'FlinkStreamingConfiguration' 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 'FlinkStreamingConfiguration' final or making the method 'setAdditionalProperty' 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. 242
 Error misc FinalParameters Parameter value should be final. 242
 Error sizes LineLength Line is longer than 80 characters (found 90). 246
 Error design DesignForExtension Class 'FlinkStreamingConfiguration' 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 'FlinkStreamingConfiguration' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. 246
 Error javadoc JavadocMethod Missing a Javadoc comment. 246
 Error misc FinalParameters Parameter name should be final. 246
 Error misc FinalParameters Parameter value should be final. 246
 Error design DesignForExtension Class 'FlinkStreamingConfiguration' 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 'FlinkStreamingConfiguration' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. 251
 Error sizes LineLength Line is longer than 80 characters (found 223). 253
 Error design DesignForExtension Class 'FlinkStreamingConfiguration' 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 'FlinkStreamingConfiguration' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. 256
 Error misc FinalParameters Parameter other should be final. 257
 Error coding SimplifyBooleanExpression Expression can be simplified. 261
 Error sizes LineLength Line is longer than 80 characters (found 371). 265

org/apache/streams/flink/StreamsFlinkConfiguration.java

Severity Category Rule Message Line
 Error javadoc JavadocType Missing a Javadoc comment. 20
 Error blocks LeftCurly '{' at column 1 should be on the previous line. 35
 Error javadoc JavadocVariable Missing a Javadoc comment. 37
 Error javadoc JavadocVariable Missing a Javadoc comment. 40
 Error coding MagicNumber '1000L' is a magic number. 42
 Error javadoc JavadocVariable Missing a Javadoc comment. 43
 Error coding MagicNumber '300000L' is a magic number. 45
 Error javadoc JavadocVariable Missing a Javadoc comment. 46
 Error coding MagicNumber '30000L' is a magic number. 48
 Error javadoc JavadocVariable Missing a Javadoc comment. 49
 Error javadoc JavadocVariable Missing a Javadoc comment. 52
 Error javadoc JavadocStyle First sentence should end with a period. 55
 Error regexp RegexpSingleline Line has trailing spaces. 57
 Error coding MagicNumber '3L' is a magic number. 61
 Error javadoc JavadocStyle First sentence should end with a period. 62
 Error regexp RegexpSingleline Line has trailing spaces. 64
 Error coding MagicNumber '10000L' is a magic number. 68
 Error javadoc JavadocVariable Missing a Javadoc comment. 69
 Error sizes LineLength Line is longer than 80 characters (found 85). 70
 Error regexp RegexpSingleline Line has trailing spaces. 73
 Error regexp RegexpSingleline Line has trailing spaces. 84
 Error misc FinalParameters Parameter parallel should be final. 90
 Error coding HiddenField 'parallel' hides a field. 90
 Error design DesignForExtension Class 'StreamsFlinkConfiguration' looks like designed for extension (can be subclassed), but the method 'withParallel' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StreamsFlinkConfiguration' final or making the method 'withParallel' static/final/abstract/empty, or adding allowed annotation for the method. 94
 Error javadoc JavadocMethod Missing a Javadoc comment. 94
 Error misc FinalParameters Parameter parallel should be final. 94
 Error coding HiddenField 'parallel' hides a field. 94
 Error regexp RegexpSingleline Line has trailing spaces. 100
 Error regexp RegexpSingleline Line has trailing spaces. 111
 Error misc FinalParameters Parameter providerWaitMs should be final. 117
 Error coding HiddenField 'providerWaitMs' hides a field. 117
 Error design DesignForExtension Class 'StreamsFlinkConfiguration' looks like designed for extension (can be subclassed), but the method 'withProviderWaitMs' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StreamsFlinkConfiguration' final or making the method 'withProviderWaitMs' static/final/abstract/empty, or adding allowed annotation for the method. 121
 Error javadoc JavadocMethod Missing a Javadoc comment. 121
 Error misc FinalParameters Parameter providerWaitMs should be final. 121
 Error coding HiddenField 'providerWaitMs' hides a field. 121
 Error regexp RegexpSingleline Line has trailing spaces. 127
 Error regexp RegexpSingleline Line has trailing spaces. 138
 Error misc FinalParameters Parameter checkpointIntervalMs should be final. 144
 Error coding HiddenField 'checkpointIntervalMs' hides a field. 144
 Error sizes LineLength Line is longer than 80 characters (found 90). 148
 Error design DesignForExtension Class 'StreamsFlinkConfiguration' looks like designed for extension (can be subclassed), but the method 'withCheckpointIntervalMs' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StreamsFlinkConfiguration' final or making the method 'withCheckpointIntervalMs' static/final/abstract/empty, or adding allowed annotation for the method. 148
 Error javadoc JavadocMethod Missing a Javadoc comment. 148
 Error misc FinalParameters Parameter checkpointIntervalMs should be final. 148
 Error coding HiddenField 'checkpointIntervalMs' hides a field. 148
 Error regexp RegexpSingleline Line has trailing spaces. 154
 Error regexp RegexpSingleline Line has trailing spaces. 165
 Error misc FinalParameters Parameter checkpointTimeoutMs should be final. 171
 Error coding HiddenField 'checkpointTimeoutMs' hides a field. 171
 Error sizes LineLength Line is longer than 80 characters (found 88). 175
 Error design DesignForExtension Class 'StreamsFlinkConfiguration' looks like designed for extension (can be subclassed), but the method 'withCheckpointTimeoutMs' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StreamsFlinkConfiguration' final or making the method 'withCheckpointTimeoutMs' static/final/abstract/empty, or adding allowed annotation for the method. 175
 Error javadoc JavadocMethod Missing a Javadoc comment. 175
 Error misc FinalParameters Parameter checkpointTimeoutMs should be final. 175
 Error coding HiddenField 'checkpointTimeoutMs' hides a field. 175
 Error regexp RegexpSingleline Line has trailing spaces. 181
 Error regexp RegexpSingleline Line has trailing spaces. 192
 Error misc FinalParameters Parameter test should be final. 198
 Error coding HiddenField 'test' hides a field. 198
 Error design DesignForExtension Class 'StreamsFlinkConfiguration' looks like designed for extension (can be subclassed), but the method 'withTest' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StreamsFlinkConfiguration' final or making the method 'withTest' static/final/abstract/empty, or adding allowed annotation for the method. 202
 Error javadoc JavadocMethod Missing a Javadoc comment. 202
 Error misc FinalParameters Parameter test should be final. 202
 Error coding HiddenField 'test' hides a field. 202
 Error regexp RegexpSingleline Line has trailing spaces. 208
 Error regexp RegexpSingleline Line has trailing spaces. 219
 Error misc FinalParameters Parameter local should be final. 225
 Error coding HiddenField 'local' hides a field. 225
 Error design DesignForExtension Class 'StreamsFlinkConfiguration' looks like designed for extension (can be subclassed), but the method 'withLocal' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StreamsFlinkConfiguration' final or making the method 'withLocal' static/final/abstract/empty, or adding allowed annotation for the method. 229
 Error javadoc JavadocMethod Missing a Javadoc comment. 229
 Error misc FinalParameters Parameter local should be final. 229
 Error coding HiddenField 'local' hides a field. 229
 Error javadoc JavadocStyle First sentence should end with a period. 234
 Error regexp RegexpSingleline Line has trailing spaces. 236
 Error javadoc JavadocStyle First sentence should end with a period. 246
 Error regexp RegexpSingleline Line has trailing spaces. 248
 Error misc FinalParameters Parameter restartAttempts should be final. 254
 Error coding HiddenField 'restartAttempts' hides a field. 254
 Error design DesignForExtension Class 'StreamsFlinkConfiguration' looks like designed for extension (can be subclassed), but the method 'withRestartAttempts' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StreamsFlinkConfiguration' final or making the method 'withRestartAttempts' static/final/abstract/empty, or adding allowed annotation for the method. 258
 Error javadoc JavadocMethod Missing a Javadoc comment. 258
 Error misc FinalParameters Parameter restartAttempts should be final. 258
 Error coding HiddenField 'restartAttempts' hides a field. 258
 Error javadoc JavadocStyle First sentence should end with a period. 263
 Error regexp RegexpSingleline Line has trailing spaces. 265
 Error javadoc JavadocStyle First sentence should end with a period. 275
 Error regexp RegexpSingleline Line has trailing spaces. 277
 Error misc FinalParameters Parameter restartDelayMs should be final. 283
 Error coding HiddenField 'restartDelayMs' hides a field. 283
 Error design DesignForExtension Class 'StreamsFlinkConfiguration' looks like designed for extension (can be subclassed), but the method 'withRestartDelayMs' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StreamsFlinkConfiguration' final or making the method 'withRestartDelayMs' static/final/abstract/empty, or adding allowed annotation for the method. 287
 Error javadoc JavadocMethod Missing a Javadoc comment. 287
 Error misc FinalParameters Parameter restartDelayMs should be final. 287
 Error coding HiddenField 'restartDelayMs' hides a field. 287
 Error design DesignForExtension Class 'StreamsFlinkConfiguration' 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 'StreamsFlinkConfiguration' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. 292
 Error design DesignForExtension Class 'StreamsFlinkConfiguration' 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 'StreamsFlinkConfiguration' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. 297
 Error javadoc JavadocMethod Missing a Javadoc comment. 297
 Error design DesignForExtension Class 'StreamsFlinkConfiguration' 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 'StreamsFlinkConfiguration' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. 303
 Error javadoc JavadocMethod Missing a Javadoc comment. 303
 Error misc FinalParameters Parameter name should be final. 305
 Error misc FinalParameters Parameter value should be final. 305
 Error sizes LineLength Line is longer than 80 characters (found 88). 309
 Error design DesignForExtension Class 'StreamsFlinkConfiguration' 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 'StreamsFlinkConfiguration' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. 309
 Error javadoc JavadocMethod Missing a Javadoc comment. 309
 Error misc FinalParameters Parameter name should be final. 309
 Error misc FinalParameters Parameter value should be final. 309
 Error design DesignForExtension Class 'StreamsFlinkConfiguration' 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 'StreamsFlinkConfiguration' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. 314
 Error sizes LineLength Line is longer than 80 characters (found 250). 316
 Error design DesignForExtension Class 'StreamsFlinkConfiguration' 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 'StreamsFlinkConfiguration' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. 319
 Error misc FinalParameters Parameter other should be final. 320
 Error coding SimplifyBooleanExpression Expression can be simplified. 324
 Error sizes LineLength Line is longer than 80 characters (found 419). 328