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. 23
 Error blocks LeftCurly '{' at column 1 should be on the previous line. 34
 Error javadoc JavadocVariable Missing a Javadoc comment. 36
 Error javadoc JavadocVariable Missing a Javadoc comment. 39
 Error javadoc JavadocVariable Missing a Javadoc comment. 42
 Error javadoc JavadocVariable Missing a Javadoc comment. 45
 Error javadoc JavadocVariable Missing a Javadoc comment. 47
 Error sizes LineLength Line is longer than 80 characters (found 85). 48
 Error regexp RegexpSingleline Line has trailing spaces. 51
 Error regexp RegexpSingleline Line has trailing spaces. 61
 Error misc FinalParameters Parameter twitter should be final. 66
 Error coding HiddenField 'twitter' hides a field. 66
 Error sizes LineLength Line is longer than 80 characters (found 101). 70
 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. 70
 Error javadoc JavadocMethod Missing a Javadoc comment. 70
 Error misc FinalParameters Parameter twitter should be final. 70
 Error coding HiddenField 'twitter' hides a field. 70
 Error regexp RegexpSingleline Line has trailing spaces. 76
 Error regexp RegexpSingleline Line has trailing spaces. 86
 Error misc FinalParameters Parameter source should be final. 91
 Error coding HiddenField 'source' hides a field. 91
 Error sizes LineLength Line is longer than 80 characters (found 93). 95
 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. 95
 Error javadoc JavadocMethod Missing a Javadoc comment. 95
 Error misc FinalParameters Parameter source should be final. 95
 Error coding HiddenField 'source' hides a field. 95
 Error regexp RegexpSingleline Line has trailing spaces. 101
 Error regexp RegexpSingleline Line has trailing spaces. 111
 Error misc FinalParameters Parameter destination should be final. 116
 Error coding HiddenField 'destination' hides a field. 116
 Error sizes LineLength Line is longer than 80 characters (found 103). 120
 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. 120
 Error javadoc JavadocMethod Missing a Javadoc comment. 120
 Error misc FinalParameters Parameter destination should be final. 120
 Error coding HiddenField 'destination' hides a field. 120
 Error regexp RegexpSingleline Line has trailing spaces. 126
 Error regexp RegexpSingleline Line has trailing spaces. 136
 Error misc FinalParameters Parameter providerWaitMs should be final. 141
 Error coding HiddenField 'providerWaitMs' hides a field. 141
 Error sizes LineLength Line is longer than 80 characters (found 90). 145
 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. 145
 Error javadoc JavadocMethod Missing a Javadoc comment. 145
 Error misc FinalParameters Parameter providerWaitMs should be final. 145
 Error coding HiddenField 'providerWaitMs' hides a field. 145
 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. 150
 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. 155
 Error javadoc JavadocMethod Missing a Javadoc comment. 155
 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. 160
 Error javadoc JavadocMethod Missing a Javadoc comment. 160
 Error misc FinalParameters Parameter name should be final. 161
 Error misc FinalParameters Parameter value should be final. 161
 Error sizes LineLength Line is longer than 80 characters (found 100). 165
 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. 165
 Error javadoc JavadocMethod Missing a Javadoc comment. 165
 Error misc FinalParameters Parameter name should be final. 165
 Error misc FinalParameters Parameter value should be final. 165
 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. 170
 Error sizes LineLength Line is longer than 80 characters (found 153). 172
 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. 175
 Error misc FinalParameters Parameter other should be final. 176
 Error coding SimplifyBooleanExpression Expression can be simplified. 180
 Error sizes LineLength Line is longer than 80 characters (found 100). 183
 Error sizes LineLength Line is longer than 80 characters (found 237). 184

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

Severity Category Rule Message Line
 Error javadoc JavadocType Missing a Javadoc comment. 23
 Error blocks LeftCurly '{' at column 1 should be on the previous line. 34
 Error javadoc JavadocVariable Missing a Javadoc comment. 36
 Error javadoc JavadocVariable Missing a Javadoc comment. 39
 Error javadoc JavadocVariable Missing a Javadoc comment. 42
 Error javadoc JavadocVariable Missing a Javadoc comment. 45
 Error javadoc JavadocVariable Missing a Javadoc comment. 47
 Error sizes LineLength Line is longer than 80 characters (found 85). 48
 Error regexp RegexpSingleline Line has trailing spaces. 51
 Error regexp RegexpSingleline Line has trailing spaces. 61
 Error misc FinalParameters Parameter twitter should be final. 66
 Error coding HiddenField 'twitter' hides a field. 66
 Error sizes LineLength Line is longer than 80 characters (found 104). 70
 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. 70
 Error javadoc JavadocMethod Missing a Javadoc comment. 70
 Error misc FinalParameters Parameter twitter should be final. 70
 Error coding HiddenField 'twitter' hides a field. 70
 Error regexp RegexpSingleline Line has trailing spaces. 76
 Error regexp RegexpSingleline Line has trailing spaces. 86
 Error misc FinalParameters Parameter source should be final. 91
 Error coding HiddenField 'source' hides a field. 91
 Error sizes LineLength Line is longer than 80 characters (found 89). 95
 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. 95
 Error javadoc JavadocMethod Missing a Javadoc comment. 95
 Error misc FinalParameters Parameter source should be final. 95
 Error coding HiddenField 'source' hides a field. 95
 Error regexp RegexpSingleline Line has trailing spaces. 101
 Error regexp RegexpSingleline Line has trailing spaces. 111
 Error misc FinalParameters Parameter destination should be final. 116
 Error coding HiddenField 'destination' hides a field. 116
 Error sizes LineLength Line is longer than 80 characters (found 99). 120
 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. 120
 Error javadoc JavadocMethod Missing a Javadoc comment. 120
 Error misc FinalParameters Parameter destination should be final. 120
 Error coding HiddenField 'destination' hides a field. 120
 Error regexp RegexpSingleline Line has trailing spaces. 126
 Error regexp RegexpSingleline Line has trailing spaces. 136
 Error misc FinalParameters Parameter providerWaitMs should be final. 141
 Error coding HiddenField 'providerWaitMs' hides a field. 141
 Error sizes LineLength Line is longer than 80 characters (found 86). 145
 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. 145
 Error javadoc JavadocMethod Missing a Javadoc comment. 145
 Error misc FinalParameters Parameter providerWaitMs should be final. 145
 Error coding HiddenField 'providerWaitMs' hides a field. 145
 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. 150
 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. 155
 Error javadoc JavadocMethod Missing a Javadoc comment. 155
 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. 160
 Error javadoc JavadocMethod Missing a Javadoc comment. 160
 Error misc FinalParameters Parameter name should be final. 161
 Error misc FinalParameters Parameter value should be final. 161
 Error sizes LineLength Line is longer than 80 characters (found 96). 165
 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. 165
 Error javadoc JavadocMethod Missing a Javadoc comment. 165
 Error misc FinalParameters Parameter name should be final. 165
 Error misc FinalParameters Parameter value should be final. 165
 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. 170
 Error sizes LineLength Line is longer than 80 characters (found 153). 172
 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. 175
 Error misc FinalParameters Parameter other should be final. 176
 Error coding SimplifyBooleanExpression Expression can be simplified. 180
 Error sizes LineLength Line is longer than 80 characters (found 92). 183
 Error sizes LineLength Line is longer than 80 characters (found 237). 184

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

Severity Category Rule Message Line
 Error javadoc JavadocType Missing a Javadoc comment. 23
 Error blocks LeftCurly '{' at column 1 should be on the previous line. 34
 Error javadoc JavadocVariable Missing a Javadoc comment. 36
 Error javadoc JavadocVariable Missing a Javadoc comment. 39
 Error javadoc JavadocVariable Missing a Javadoc comment. 42
 Error javadoc JavadocVariable Missing a Javadoc comment. 45
 Error javadoc JavadocVariable Missing a Javadoc comment. 47
 Error sizes LineLength Line is longer than 80 characters (found 85). 48
 Error regexp RegexpSingleline Line has trailing spaces. 51
 Error regexp RegexpSingleline Line has trailing spaces. 61
 Error misc FinalParameters Parameter twitter should be final. 66
 Error coding HiddenField 'twitter' hides a field. 66
 Error sizes LineLength Line is longer than 80 characters (found 97). 70
 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. 70
 Error javadoc JavadocMethod Missing a Javadoc comment. 70
 Error misc FinalParameters Parameter twitter should be final. 70
 Error coding HiddenField 'twitter' hides a field. 70
 Error regexp RegexpSingleline Line has trailing spaces. 76
 Error regexp RegexpSingleline Line has trailing spaces. 86
 Error misc FinalParameters Parameter source should be final. 91
 Error coding HiddenField 'source' hides a field. 91
 Error sizes LineLength Line is longer than 80 characters (found 92). 95
 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. 95
 Error javadoc JavadocMethod Missing a Javadoc comment. 95
 Error misc FinalParameters Parameter source should be final. 95
 Error coding HiddenField 'source' hides a field. 95
 Error regexp RegexpSingleline Line has trailing spaces. 101
 Error regexp RegexpSingleline Line has trailing spaces. 111
 Error misc FinalParameters Parameter destination should be final. 116
 Error coding HiddenField 'destination' hides a field. 116
 Error sizes LineLength Line is longer than 80 characters (found 102). 120
 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. 120
 Error javadoc JavadocMethod Missing a Javadoc comment. 120
 Error misc FinalParameters Parameter destination should be final. 120
 Error coding HiddenField 'destination' hides a field. 120
 Error regexp RegexpSingleline Line has trailing spaces. 126
 Error regexp RegexpSingleline Line has trailing spaces. 136
 Error misc FinalParameters Parameter providerWaitMs should be final. 141
 Error coding HiddenField 'providerWaitMs' hides a field. 141
 Error sizes LineLength Line is longer than 80 characters (found 89). 145
 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. 145
 Error javadoc JavadocMethod Missing a Javadoc comment. 145
 Error misc FinalParameters Parameter providerWaitMs should be final. 145
 Error coding HiddenField 'providerWaitMs' hides a field. 145
 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. 150
 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. 155
 Error javadoc JavadocMethod Missing a Javadoc comment. 155
 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. 160
 Error javadoc JavadocMethod Missing a Javadoc comment. 160
 Error misc FinalParameters Parameter name should be final. 161
 Error misc FinalParameters Parameter value should be final. 161
 Error sizes LineLength Line is longer than 80 characters (found 99). 165
 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. 165
 Error javadoc JavadocMethod Missing a Javadoc comment. 165
 Error misc FinalParameters Parameter name should be final. 165
 Error misc FinalParameters Parameter value should be final. 165
 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. 170
 Error sizes LineLength Line is longer than 80 characters (found 153). 172
 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. 175
 Error misc FinalParameters Parameter other should be final. 176
 Error coding SimplifyBooleanExpression Expression can be simplified. 180
 Error sizes LineLength Line is longer than 80 characters (found 98). 183
 Error sizes LineLength Line is longer than 80 characters (found 237). 184

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

Severity Category Rule Message Line
 Error javadoc JavadocType Missing a Javadoc comment. 23
 Error blocks LeftCurly '{' at column 1 should be on the previous line. 34
 Error javadoc JavadocVariable Missing a Javadoc comment. 36
 Error javadoc JavadocVariable Missing a Javadoc comment. 39
 Error javadoc JavadocVariable Missing a Javadoc comment. 42
 Error javadoc JavadocVariable Missing a Javadoc comment. 45
 Error javadoc JavadocVariable Missing a Javadoc comment. 47
 Error sizes LineLength Line is longer than 80 characters (found 85). 48
 Error regexp RegexpSingleline Line has trailing spaces. 51
 Error regexp RegexpSingleline Line has trailing spaces. 61
 Error misc FinalParameters Parameter twitter should be final. 66
 Error coding HiddenField 'twitter' hides a field. 66
 Error sizes LineLength Line is longer than 80 characters (found 113). 70
 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. 70
 Error javadoc JavadocMethod Missing a Javadoc comment. 70
 Error misc FinalParameters Parameter twitter should be final. 70
 Error coding HiddenField 'twitter' hides a field. 70
 Error regexp RegexpSingleline Line has trailing spaces. 76
 Error regexp RegexpSingleline Line has trailing spaces. 86
 Error misc FinalParameters Parameter source should be final. 91
 Error coding HiddenField 'source' hides a field. 91
 Error sizes LineLength Line is longer than 80 characters (found 99). 95
 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. 95
 Error javadoc JavadocMethod Missing a Javadoc comment. 95
 Error misc FinalParameters Parameter source should be final. 95
 Error coding HiddenField 'source' hides a field. 95
 Error regexp RegexpSingleline Line has trailing spaces. 101
 Error regexp RegexpSingleline Line has trailing spaces. 111
 Error misc FinalParameters Parameter destination should be final. 116
 Error coding HiddenField 'destination' hides a field. 116
 Error sizes LineLength Line is longer than 80 characters (found 109). 120
 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. 120
 Error javadoc JavadocMethod Missing a Javadoc comment. 120
 Error misc FinalParameters Parameter destination should be final. 120
 Error coding HiddenField 'destination' hides a field. 120
 Error regexp RegexpSingleline Line has trailing spaces. 126
 Error regexp RegexpSingleline Line has trailing spaces. 136
 Error misc FinalParameters Parameter providerWaitMs should be final. 141
 Error coding HiddenField 'providerWaitMs' hides a field. 141
 Error sizes LineLength Line is longer than 80 characters (found 96). 145
 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. 145
 Error javadoc JavadocMethod Missing a Javadoc comment. 145
 Error misc FinalParameters Parameter providerWaitMs should be final. 145
 Error coding HiddenField 'providerWaitMs' hides a field. 145
 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. 150
 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. 155
 Error javadoc JavadocMethod Missing a Javadoc comment. 155
 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. 160
 Error javadoc JavadocMethod Missing a Javadoc comment. 160
 Error misc FinalParameters Parameter name should be final. 161
 Error misc FinalParameters Parameter value should be final. 161
 Error sizes LineLength Line is longer than 80 characters (found 106). 165
 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. 165
 Error javadoc JavadocMethod Missing a Javadoc comment. 165
 Error misc FinalParameters Parameter name should be final. 165
 Error misc FinalParameters Parameter value should be final. 165
 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. 170
 Error sizes LineLength Line is longer than 80 characters (found 153). 172
 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. 175
 Error misc FinalParameters Parameter other should be final. 176
 Error sizes LineLength Line is longer than 80 characters (found 86). 180
 Error coding SimplifyBooleanExpression Expression can be simplified. 180
 Error sizes LineLength Line is longer than 80 characters (found 112). 183
 Error sizes LineLength Line is longer than 80 characters (found 237). 184

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. 16
 Error blocks LeftCurly '{' at column 1 should be on the previous line. 21
 Error javadoc JavadocVariable Missing a Javadoc comment. 23
 Error sizes LineLength Line is longer than 80 characters (found 85). 24
 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. 26
 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. 31
 Error javadoc JavadocMethod Missing a Javadoc comment. 31
 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. 36
 Error javadoc JavadocMethod Missing a Javadoc comment. 36
 Error misc FinalParameters Parameter name should be final. 37
 Error misc FinalParameters Parameter value should be final. 37
 Error sizes LineLength Line is longer than 80 characters (found 86). 41
 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. 41
 Error javadoc JavadocMethod Missing a Javadoc comment. 41
 Error misc FinalParameters Parameter name should be final. 41
 Error misc FinalParameters Parameter value should be final. 41
 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. 46
 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. 51
 Error misc FinalParameters Parameter other should be final. 52
 Error coding SimplifyBooleanExpression Expression can be simplified. 56
 Error sizes LineLength Line is longer than 80 characters (found 101). 60

org/apache/streams/flink/FlinkStreamingConfiguration.java

Severity Category Rule Message Line
 Error javadoc JavadocType Missing a Javadoc comment. 18
 Error blocks LeftCurly '{' at column 1 should be on the previous line. 31
 Error javadoc JavadocVariable Missing a Javadoc comment. 33
 Error javadoc JavadocVariable Missing a Javadoc comment. 35
 Error coding MagicNumber '1000L' is a magic number. 36
 Error javadoc JavadocVariable Missing a Javadoc comment. 37
 Error coding MagicNumber '300000L' is a magic number. 38
 Error javadoc JavadocVariable Missing a Javadoc comment. 39
 Error coding MagicNumber '30000L' is a magic number. 40
 Error javadoc JavadocStyle First sentence should end with a period. 41
 Error regexp RegexpSingleline Line has trailing spaces. 43
 Error coding MagicNumber '3L' is a magic number. 46
 Error javadoc JavadocStyle First sentence should end with a period. 47
 Error regexp RegexpSingleline Line has trailing spaces. 49
 Error coding MagicNumber '10000L' is a magic number. 52
 Error javadoc JavadocVariable Missing a Javadoc comment. 53
 Error sizes LineLength Line is longer than 80 characters (found 85). 54
 Error regexp RegexpSingleline Line has trailing spaces. 57
 Error regexp RegexpSingleline Line has trailing spaces. 67
 Error misc FinalParameters Parameter parallel should be final. 72
 Error coding HiddenField 'parallel' hides a field. 72
 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. 76
 Error javadoc JavadocMethod Missing a Javadoc comment. 76
 Error misc FinalParameters Parameter parallel should be final. 76
 Error coding HiddenField 'parallel' hides a field. 76
 Error regexp RegexpSingleline Line has trailing spaces. 82
 Error regexp RegexpSingleline Line has trailing spaces. 92
 Error misc FinalParameters Parameter providerWaitMs should be final. 97
 Error coding HiddenField 'providerWaitMs' hides a field. 97
 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. 101
 Error javadoc JavadocMethod Missing a Javadoc comment. 101
 Error misc FinalParameters Parameter providerWaitMs should be final. 101
 Error coding HiddenField 'providerWaitMs' hides a field. 101
 Error regexp RegexpSingleline Line has trailing spaces. 107
 Error regexp RegexpSingleline Line has trailing spaces. 117
 Error misc FinalParameters Parameter checkpointIntervalMs should be final. 122
 Error coding HiddenField 'checkpointIntervalMs' hides a field. 122
 Error sizes LineLength Line is longer than 80 characters (found 92). 126
 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. 126
 Error javadoc JavadocMethod Missing a Javadoc comment. 126
 Error misc FinalParameters Parameter checkpointIntervalMs should be final. 126
 Error coding HiddenField 'checkpointIntervalMs' hides a field. 126
 Error regexp RegexpSingleline Line has trailing spaces. 132
 Error regexp RegexpSingleline Line has trailing spaces. 142
 Error misc FinalParameters Parameter checkpointTimeoutMs should be final. 147
 Error coding HiddenField 'checkpointTimeoutMs' hides a field. 147
 Error sizes LineLength Line is longer than 80 characters (found 90). 151
 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. 151
 Error javadoc JavadocMethod Missing a Javadoc comment. 151
 Error misc FinalParameters Parameter checkpointTimeoutMs should be final. 151
 Error coding HiddenField 'checkpointTimeoutMs' hides a field. 151
 Error javadoc JavadocStyle First sentence should end with a period. 156
 Error regexp RegexpSingleline Line has trailing spaces. 158
 Error javadoc JavadocStyle First sentence should end with a period. 167
 Error regexp RegexpSingleline Line has trailing spaces. 169
 Error misc FinalParameters Parameter restartAttempts should be final. 174
 Error coding HiddenField 'restartAttempts' hides a field. 174
 Error sizes LineLength Line is longer than 80 characters (found 82). 178
 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. 178
 Error javadoc JavadocMethod Missing a Javadoc comment. 178
 Error misc FinalParameters Parameter restartAttempts should be final. 178
 Error coding HiddenField 'restartAttempts' hides a field. 178
 Error javadoc JavadocStyle First sentence should end with a period. 183
 Error regexp RegexpSingleline Line has trailing spaces. 185
 Error javadoc JavadocStyle First sentence should end with a period. 194
 Error regexp RegexpSingleline Line has trailing spaces. 196
 Error misc FinalParameters Parameter restartDelayMs should be final. 201
 Error coding HiddenField 'restartDelayMs' hides a field. 201
 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. 205
 Error javadoc JavadocMethod Missing a Javadoc comment. 205
 Error misc FinalParameters Parameter restartDelayMs should be final. 205
 Error coding HiddenField 'restartDelayMs' hides a field. 205
 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. 210
 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. 215
 Error javadoc JavadocMethod Missing a Javadoc comment. 215
 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. 220
 Error javadoc JavadocMethod Missing a Javadoc comment. 220
 Error misc FinalParameters Parameter name should be final. 221
 Error misc FinalParameters Parameter value should be final. 221
 Error sizes LineLength Line is longer than 80 characters (found 90). 225
 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. 225
 Error javadoc JavadocMethod Missing a Javadoc comment. 225
 Error misc FinalParameters Parameter name should be final. 225
 Error misc FinalParameters Parameter value should be final. 225
 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. 230
 Error sizes LineLength Line is longer than 80 characters (found 223). 232
 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. 235
 Error misc FinalParameters Parameter other should be final. 236
 Error coding SimplifyBooleanExpression Expression can be simplified. 240
 Error sizes LineLength Line is longer than 80 characters (found 371). 244

org/apache/streams/flink/StreamsFlinkConfiguration.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. 34
 Error javadoc JavadocVariable Missing a Javadoc comment. 36
 Error javadoc JavadocVariable Missing a Javadoc comment. 38
 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. 41
 Error javadoc JavadocVariable Missing a Javadoc comment. 42
 Error coding MagicNumber '30000L' is a magic number. 43
 Error javadoc JavadocVariable Missing a Javadoc comment. 44
 Error javadoc JavadocVariable Missing a Javadoc comment. 46
 Error javadoc JavadocStyle First sentence should end with a period. 48
 Error regexp RegexpSingleline Line has trailing spaces. 50
 Error coding MagicNumber '3L' is a magic number. 53
 Error javadoc JavadocStyle First sentence should end with a period. 54
 Error regexp RegexpSingleline Line has trailing spaces. 56
 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. 74
 Error misc FinalParameters Parameter parallel should be final. 79
 Error coding HiddenField 'parallel' hides a field. 79
 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. 83
 Error javadoc JavadocMethod Missing a Javadoc comment. 83
 Error misc FinalParameters Parameter parallel should be final. 83
 Error coding HiddenField 'parallel' hides a field. 83
 Error regexp RegexpSingleline Line has trailing spaces. 89
 Error regexp RegexpSingleline Line has trailing spaces. 99
 Error misc FinalParameters Parameter providerWaitMs should be final. 104
 Error coding HiddenField 'providerWaitMs' hides a field. 104
 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. 108
 Error javadoc JavadocMethod Missing a Javadoc comment. 108
 Error misc FinalParameters Parameter providerWaitMs should be final. 108
 Error coding HiddenField 'providerWaitMs' hides a field. 108
 Error regexp RegexpSingleline Line has trailing spaces. 114
 Error regexp RegexpSingleline Line has trailing spaces. 124
 Error misc FinalParameters Parameter checkpointIntervalMs should be final. 129
 Error coding HiddenField 'checkpointIntervalMs' hides a field. 129
 Error sizes LineLength Line is longer than 80 characters (found 90). 133
 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. 133
 Error javadoc JavadocMethod Missing a Javadoc comment. 133
 Error misc FinalParameters Parameter checkpointIntervalMs should be final. 133
 Error coding HiddenField 'checkpointIntervalMs' hides a field. 133
 Error regexp RegexpSingleline Line has trailing spaces. 139
 Error regexp RegexpSingleline Line has trailing spaces. 149
 Error misc FinalParameters Parameter checkpointTimeoutMs should be final. 154
 Error coding HiddenField 'checkpointTimeoutMs' hides a field. 154
 Error sizes LineLength Line is longer than 80 characters (found 88). 158
 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. 158
 Error javadoc JavadocMethod Missing a Javadoc comment. 158
 Error misc FinalParameters Parameter checkpointTimeoutMs should be final. 158
 Error coding HiddenField 'checkpointTimeoutMs' hides a field. 158
 Error regexp RegexpSingleline Line has trailing spaces. 164
 Error regexp RegexpSingleline Line has trailing spaces. 174
 Error misc FinalParameters Parameter test should be final. 179
 Error coding HiddenField 'test' hides a field. 179
 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. 183
 Error javadoc JavadocMethod Missing a Javadoc comment. 183
 Error misc FinalParameters Parameter test should be final. 183
 Error coding HiddenField 'test' hides a field. 183
 Error regexp RegexpSingleline Line has trailing spaces. 189
 Error regexp RegexpSingleline Line has trailing spaces. 199
 Error misc FinalParameters Parameter local should be final. 204
 Error coding HiddenField 'local' hides a field. 204
 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. 208
 Error javadoc JavadocMethod Missing a Javadoc comment. 208
 Error misc FinalParameters Parameter local should be final. 208
 Error coding HiddenField 'local' hides a field. 208
 Error javadoc JavadocStyle First sentence should end with a period. 213
 Error regexp RegexpSingleline Line has trailing spaces. 215
 Error javadoc JavadocStyle First sentence should end with a period. 224
 Error regexp RegexpSingleline Line has trailing spaces. 226
 Error misc FinalParameters Parameter restartAttempts should be final. 231
 Error coding HiddenField 'restartAttempts' hides a field. 231
 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. 235
 Error javadoc JavadocMethod Missing a Javadoc comment. 235
 Error misc FinalParameters Parameter restartAttempts should be final. 235
 Error coding HiddenField 'restartAttempts' hides a field. 235
 Error javadoc JavadocStyle First sentence should end with a period. 240
 Error regexp RegexpSingleline Line has trailing spaces. 242
 Error javadoc JavadocStyle First sentence should end with a period. 251
 Error regexp RegexpSingleline Line has trailing spaces. 253
 Error misc FinalParameters Parameter restartDelayMs should be final. 258
 Error coding HiddenField 'restartDelayMs' hides a field. 258
 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. 262
 Error javadoc JavadocMethod Missing a Javadoc comment. 262
 Error misc FinalParameters Parameter restartDelayMs should be final. 262
 Error coding HiddenField 'restartDelayMs' hides a field. 262
 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. 267
 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. 272
 Error javadoc JavadocMethod Missing a Javadoc comment. 272
 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. 277
 Error javadoc JavadocMethod Missing a Javadoc comment. 277
 Error misc FinalParameters Parameter name should be final. 278
 Error misc FinalParameters Parameter value should be final. 278
 Error sizes LineLength Line is longer than 80 characters (found 88). 282
 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. 282
 Error javadoc JavadocMethod Missing a Javadoc comment. 282
 Error misc FinalParameters Parameter name should be final. 282
 Error misc FinalParameters Parameter value should be final. 282
 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. 287
 Error sizes LineLength Line is longer than 80 characters (found 250). 289
 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. 292
 Error misc FinalParameters Parameter other should be final. 293
 Error coding SimplifyBooleanExpression Expression can be simplified. 297
 Error sizes LineLength Line is longer than 80 characters (found 419). 301