Michael Keppler
Michael Keppler
The diff algorithm is based on finding longest common subsequences (LCS) between both files. By design, that will always make the common (unchanged) parts as _large_ as possible. To make...
I'm not sure. I don't know what it is expecting, even after reading documentation. I have a field mSomething, and a getter getSomething(). Not sure if it's confused by the...
In that case I would leave the disablement in my PRs and later check if we can do a mass refactoring of the field names to get rid of the...
The new filter caches the last file it read, to avoid repeated file reading if multiple violations _in the same file_ have to be checked for whether a filter applies:...
@haubi can you please review this one? it doesn't add any version restrictions or similar, but just removes warnings without functional changes
> I suspect this will blow up our tools at work too :( That's how I noticed this. 1 day after submission I was already flooded with several dozen new...
Reopening due to commit reverted.
please try disabling the checkstyle plugin in Preferences>General>Startup and shutdown. Another thing to try would be using Java 21 instead of 22. I'm not aware of any incompatibility, but it...
Which project setting "to ignore changes within Java directories" are we talking about? I'm not aware of such an option. Can you add a screenshot or describe a path of...