prmr / JetUML

A desktop application for fast UML diagramming.
GNU General Public License v3.0
620 stars 121 forks source link

Update Checkstyle settings and fix warnings #496

Closed prmr closed 1 year ago

prmr commented 1 year ago

The settings for Checkstyle originally had an exclusion for all files in packages org.*. This was originally intended to exclude only the Java files from the org.json library. However, when we renamed the JetUML packages themselves to org.jetuml, all source files got excluded from Checkstyle. Because we have a no warning policy, this did not get noticed for a while, but violations have surreptitiously accumulated.