-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from zbynek/code-style
Improve code style of generated stream classes
- Loading branch information
Showing
25 changed files
with
1,598 additions
and
1,487 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?xml version="1.0"?> | ||
<!DOCTYPE suppressions PUBLIC | ||
"-//Checkstyle//DTD SuppressionFilter Configuration 1.2//EN" | ||
"https://checkstyle.org/dtds/suppressions_1_2.dtd"> | ||
<suppressions> | ||
<suppress checks="MultipleVariableDeclarations" files="." /> | ||
<suppress checks="AbbreviationAsWordInName" files="." /> | ||
<suppress checks="MemberName" files="." /> | ||
<suppress checks="MethodName" files="." /> | ||
|
||
<suppress checks="Indentation" files=".*Gwt.*TokenManager.java"/> | ||
<suppress checks="Indentation" files=".*Gwt.*Parser.java"/> | ||
</suppressions> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?xml version="1.0"?> | ||
<!DOCTYPE suppressions PUBLIC | ||
"-//Checkstyle//DTD SuppressionFilter Configuration 1.2//EN" | ||
"https://checkstyle.org/dtds/suppressions_1_2.dtd"> | ||
<suppressions> | ||
<suppress checks="MultipleVariableDeclarations" files="." /> | ||
<suppress checks="AbbreviationAsWordInName" files="." /> | ||
<suppress checks="MemberName" files="." /> | ||
<suppress checks="MethodName" files="." /> | ||
|
||
<suppress checks="Indentation|LineLength" files=".*JavaCC.*TokenManager.java"/> | ||
<suppress checks="Indentation|MissingJavadocMethod|LineLength" files=".*JavaCC.*Parser.java"/> | ||
</suppressions> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<module version="4"> | ||
<component name="AdditionalModuleElements"> | ||
<content url="file://$MODULE_DIR$" dumb="true"> | ||
<sourceFolder url="file://$MODULE_DIR$/bugs/bug001/target/generated-sources/java" isTestSource="false" /> | ||
<sourceFolder url="file://$MODULE_DIR$/bugs/bug002/target/generated-sources/java" isTestSource="false" /> | ||
<sourceFolder url="file://$MODULE_DIR$/examples/Gwt/target/generated-sources/java" isTestSource="false" /> | ||
<sourceFolder url="file://$MODULE_DIR$/examples/JavaCC/target/generated-sources/java" isTestSource="false" /> | ||
<sourceFolder url="file://$MODULE_DIR$/examples/Lookahead/target/generated-sources/java" isTestSource="false" /> | ||
<sourceFolder url="file://$MODULE_DIR$/examples/Transformer/target/generated-sources/java" isTestSource="false" /> | ||
</content> | ||
</component> | ||
</module> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.