TestRoots / watchdog

IntelliJ & Eclipse plugin for monitoring how Java applications are developed and tested
http://www.testroots.org
Other
19 stars 10 forks source link

Use a single classLoader for loading the CheckStyle messages #291

Closed TimvdLippe closed 6 years ago

TimvdLippe commented 6 years ago

I have had a chat with the IntelliJ Checkstyle plugin author and after some investigation we found out that the loader is now the same. They are no longer different. Therefore remove the "2-loader"-logic from the codebase, simplifying the implementation and remove some complications in the javadoc story.

Inventitech commented 6 years ago

Looking good! One small comment

Inventitech commented 6 years ago

"Merge"