- Notifications
You must be signed in to change notification settings - Fork1.2k
Add checkstyle#3229
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Open
MysterAitch wants to merge16 commits intojavaparser:masterChoose a base branch fromMysterAitch:add_checkstyle
base:master
Could not load branches
Branch not found:{{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline, and old review comments may become outdated.
Uh oh!
There was an error while loading.Please reload this page.
Open
Add checkstyle#3229
Changes from1 commit
Commits
Show all changes
16 commits Select commitHold shift + click to select a range
7493fe3
added checkstyle and the base sun configuration, with suppressions of…
MysterAitch5c01268
handle avoid star imports
MysterAitch8483666
solving checkstyle errors/warnings
MysterAitch7825394
solving checkstyle errors/warnings
MysterAitch2f51da7
handling checkstyle errors/warnings
MysterAitch29f503b
Merge branch 'master' of github.com:javaparser/javaparser into checks…
MysterAitch5f782b5
adjust checkstyle to process javadoc when checking for unused imports
MysterAitch11bfc99
checkstyle imports
MysterAitch4622822
checkstyle edit
MysterAitchf9a9456
run generators
MysterAitch1b3bafe
edited checkstyle suppressions to allow for edits made by the generators
MysterAitch83d6551
reduce the number of issues flagged by HiddenField, but unable to do …
MysterAitch37aba49
consistent operator wrap position
MysterAitchd7e060c
adjust suppressions to be more precise
MysterAitchc8d4560
javadoc for public variables -- adding it in, else adding a suppression
MysterAitch44d21ee
update comments
MysterAitchFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
javadoc for public variables -- adding it in, else adding a suppression
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
commitc8d4560786354d990f40f48d59aebb515a3b5607
There are no files selected for viewing
31 changes: 30 additions & 1 deletioncheckstyle-suppressions.xml
This file contains hidden or 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
5 changes: 4 additions & 1 deletioncheckstyle.xml
This file contains hidden or 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
4 changes: 4 additions & 0 deletions...rator/src/main/java/com/github/javaparser/generator/metamodel/NodeMetaModelGenerator.java
This file contains hidden or 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
17 changes: 16 additions & 1 deletionjavaparser-core/src/main/java/com/github/javaparser/Position.java
This file contains hidden or 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
9 changes: 6 additions & 3 deletionsjavaparser-core/src/main/java/com/github/javaparser/Providers.java
This file contains hidden or 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
4 changes: 4 additions & 0 deletionsjavaparser-core/src/main/java/com/github/javaparser/Range.java
This file contains hidden or 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
2 changes: 2 additions & 0 deletionsjavaparser-core/src/main/java/com/github/javaparser/TokenRange.java
This file contains hidden or 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
4 changes: 2 additions & 2 deletionsjavaparser-core/src/main/java/com/github/javaparser/ast/Node.java
This file contains hidden or 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
12 changes: 12 additions & 0 deletionsjavaparser-core/src/main/java/com/github/javaparser/ast/expr/IntegerLiteralExpr.java
This file contains hidden or 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
12 changes: 12 additions & 0 deletionsjavaparser-core/src/main/java/com/github/javaparser/ast/expr/LongLiteralExpr.java
This file contains hidden or 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
22 changes: 21 additions & 1 deletionjavaparser-core/src/main/java/com/github/javaparser/ast/stmt/SwitchEntry.java
This file contains hidden or 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
41 changes: 33 additions & 8 deletions...rc/main/java/com/github/javaparser/printer/configuration/DefaultPrinterConfiguration.java
This file contains hidden or 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
1 change: 1 addition & 0 deletions...rser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/Difference.java
This file contains hidden or 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
7 changes: 5 additions & 2 deletions.../java/com/github/javaparser/resolution/declarations/ResolvedReferenceTypeDeclaration.java
This file contains hidden or 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
1 change: 1 addition & 0 deletionsjavaparser-core/src/main/java/com/github/javaparser/resolution/types/ResolvedVoidType.java
This file contains hidden or 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
3 changes: 3 additions & 0 deletionsjavaparser-core/src/main/java/com/github/javaparser/resolution/types/ResolvedWildcard.java
This file contains hidden or 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
4 changes: 4 additions & 0 deletionsjavaparser-core/src/main/java/com/github/javaparser/utils/Pair.java
This file contains hidden or 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
3 changes: 1 addition & 2 deletions...er-core/src/main/java/com/github/javaparser/symbolsolver/model/resolution/TypeSolver.java
This file contains hidden or 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.
Uh oh!
There was an error while loading.Please reload this page.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.