<!-- ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... -->
<!-- ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... -->
- <module name="RightCurly">
- <property name="tokens" value="LITERAL_CATCH,LITERAL_ELSE,LITERAL_FINALLY,LITERAL_TRY"/> <!-- adding LITERAL_IF produces 5 new errors -->
- </module>
+ <module name="RightCurly"/>
<!-- ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... -->
<!-- ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... -->
if (codes[0].equals("\\l") && codes.length != 2) {
ow.write("\"" + line + "\" should have one code");
continue;
- }
- else if (codes[0].equals("\\L") && codes.length != 4) {
+ } else if (codes[0].equals("\\L") && codes.length != 4) {
ow.write("\"" + line + "\" should have three codes");
continue;
}
AFPConstants.EBCIDIC_ENCODING);
String charString = new String(charBytes, encoding);
codePages.put(gcgiString, charString);
-
- }
- else {
+ } else {
position++;
}
}
protected boolean canWrite(AbstractAFPObject obj) {
if (obj instanceof Completable) {
return ((Completable)obj).isComplete();
- }
- else {
+ } else {
return this.isComplete();
}
}
int pc = ica[k];
if ( isRetainedFormatting ( pc ) ) {
continue;
- } if ( pc == BidiConstants.WS ) {
+ } else if ( pc == BidiConstants.WS ) {
la[k] = dl;
} else {
break;
writeGroupMark(false);
- }
- // Using white spaces with different underline formats
- else {
+ } else { // Using white spaces with different underline formats
writeControlWord(LEADER_IGNORE_STYLE);
writeControlWord(LEADER_ZERO_WIDTH);
writeGroupMark(true);