Jamie Shiell

Results 15 issues of Jamie Shiell

Hi folks, In 1.8.0 there is a documented change where all sourcesets are added to the test CP. This is causing me problems with the [checkstyle-idea plugin](https://github.com/jshiell/checkstyle-idea/). One of the...

bug

Current guess is [source sets being added to the test classpath](https://github.com/JetBrains/gradle-intellij-plugin/commit/9530b23838b98dcab9cd854ecea1ef9ec20193a8). [Release notes](https://github.com/JetBrains/gradle-intellij-plugin/releases/tag/v1.8.0)

Idea: 2021.2, plugin last version download and install from your web yesterday. Reported by Robert ORÁLEK. ``` com.intellij.diagnostic.PluginException: .//../checkstyle-filter.xml [Plugin: CheckStyle-IDEA] at com.intellij.ide.plugins.cl.PluginClassLoader.findResource(PluginClassLoader.java:504) at com.intellij.ide.plugins.cl.PluginClassLoader.findResource(PluginClassLoader.java:471) at java.base/java.lang.ClassLoader.getResource(ClassLoader.java:1401) at java.base/java.lang.ClassLoader.getResource(ClassLoader.java:1396) at...

At present the component data of `ConfigurationLocations` are used to track their identity when editing in the UI. This blocks editable items. We should introduce a way to track identity...

tech-debt

Currently it is only possible to select one XML check file and have the project/whatever checked against this very file. It could come handy, if one could select and use...

enhancement

From @carstenlaengerer in #56: > I maybe found one more issue. > Now, checkstyle doesn't recognize the SuppressionCommentFilter for the first time a report is done. > After removing and...

bug

**What steps will reproduce the problem** 1. Run the style check for big module. 2. A list of problematic files is shown 3. Fix the issues for one or several...

enhancement

It would be nice to have a button (or context menu) to check-style "all" OR "selected" items in the idea search results.

enhancement

It would be very helpful to be able to group results by package or severity. As a committer for a fairly large project, sometimes I just need to see the...

enhancement

In multi-file environments it would be handy to show the file being used for scanning.

enhancement