-
-
Notifications
You must be signed in to change notification settings - Fork 27k
Checkstyle improvements #539
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Milestone
Comments
Will this suffice ?
Or need more customization ?
|
Is
And remove the star import.
|
How do we get the missing JavaDoc ? Is it ok for me to suggest javadoc in my pull request (the build is breaking at the moment) ? |
Yes, please suggest changes so that build works. |
iluwatar
added a commit
that referenced
this issue
Apr 1, 2017
Checkstyle improvements #539 : Added JavaDocType Rule
kemitix
added a commit
to kemitix/java-design-patterns
that referenced
this issue
Apr 1, 2017
* upstream/master: (67 commits) Set version for next development iteration Reached milestone 1.15.0 iluwatar#539 Checkstyle fix iluwatar#539 More Checkstyle fixes iluwatar#539 Checkstyle fixes iluwatar#497 Add missing puml and license headers iluwatar#77 Add missing license header Work on iluwatar#190: urm/puml updates * added pumlid where it was missing and possible * removed pumlid where it generated a bad image * regenerated some incorrect puml's * added 'left to right direction' puml prefix to some diagrams to improve the automatic layouting Removed AvoidStarImport Rule Added JavaDocType Rule Update App.java Update App.java Update after changes from review. Additional improvements. Pom.xml files fixed. iluwatar#66 Balking Pattern fixed pmd violation fixed checkstyle violations diagrams added comments, tests and description changed parent POM version iluwatar#69 apply changes from review iluwatar#69 ... # Conflicts: # pom.xml
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently Checkstyle does not check for type Javadocs.Rule
JavadocType
should be added. Rule that causes trouble and should be removed isAvoidStarImport
since IntelliJ IDEA likes to organize imports automatically this way.The text was updated successfully, but these errors were encountered: