Java coding style POM
· Each Java project should follow a given coding style. I.e., all contributions to the source code should use the same
formatting rules, design principles, code patterns, idioms, etc. I published such a coding style in my
GitHub project codingstyle (https://github.com/uhafner/codingstyle) - I am using this coding style in my lectures
about software development at Munich University of Applied Sciences and in all of my open source projects.
If you want to use this coding style as well you can use this Maven POM as parent of you own POM. Then you
get the configuration several static analysis and testing tools for free.
Download JD-GUI to open JAR file and explore Java source code file (.class .java)
Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window codingstyle-pom-3.25.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.