Skip to content

Commit

Permalink
Fix Oracle link.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Oct 1, 2024
1 parent 5d0e371 commit 14084b1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
[![GitHub Actions](https://github.com/uhafner/codingstyle-pom/workflows/GitHub%20CI/badge.svg)](https://github.com/uhafner/codingstyle-pom/actions)
[![License: MIT](https://img.shields.io/badge/license-MIT-yellow.svg)](https://en.wikipedia.org/wiki/MIT_License)

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.
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](pom.xml) as parent of you own POM. Then you
get the configuration of the following tools for free:
If you want to use this coding style as well, you can use this [Maven POM](pom.xml) as parent of your own POM.
Then you get the configuration of the following tools for free:
- [Java Compiler](https://openjdk.java.net/groups/compiler/)
- [JavaDoc Tool](https://www.oracle.com/technetwork/java/javase/documentation/javadoc-137458.html)
- [Javadoc Tool](https://www.oracle.com/java/technologies/javase/javadoc.html)
- [Checkstyle](https://checkstyle.org)
- [PMD](https://pmd.github.io/)
- [SpotBugs](https://spotbugs.github.io)
Expand Down

0 comments on commit 14084b1

Please sign in to comment.