TestRoots / watchdog

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

Use CheckStylePluginApi to be forwards-compatible #288

Closed TimvdLippe closed 6 years ago

TimvdLippe commented 6 years ago

As a result of a discussion with the maintainer of the IntelliJ CheckStylePlugin (https://github.com/jshiell/checkstyle-idea/pull/388#issuecomment-373996886) we can now use a brand new API class that should be forwards-compatible (rather than relying on the hacky reflection). For old users, we will still do the reflection, so these keep on working as well.

TimvdLippe commented 6 years ago

After Travis build succeeds we can merge :tada: