Guillaume Toison
Guillaume Toison
I tried reproducing the problem but could not so far I think you need to give me more information here and ideally a small project (plus setup instructions) so I...
If anyone is interested I've got a pull request to use SpotBugs to analyze Kotlin in the SonarQube plugin; https://github.com/spotbugs/sonar-findbugs/pull/569 I've tested by analyzing the https://github.com/detekt/detekt and https://github.com/jitsi/jitsi-videobridge projects and...
Usually refactors are done by people who have experience with the project, and for a purpose. For instance one might want to refactor to allow multi-threading, get rid of a...
Hello, this is not a proper review because all of this a above my pay-grade but here are a couple of comments and questions: - The detector is testing for...
This should be fixed by #2502
@archiecobbs I think your issue was a duplicate of #2041 and was fixed in 4.7.1 by #2054
This seems to be fixed by #2054
This was fixed by #2167
This should be fixed by #2488 and the continous integration build now runs on Mac thanks to #2507
So this seems to be an issue with ECJ as described here: https://github.com/eclipse-jdt/eclipse.jdt.core/issues/1406 There are improvements in https://github.com/eclipse-jdt/eclipse.jdt.core/pull/2000 and https://github.com/eclipse-jdt/eclipse.jdt.core/issues/300 and this should fix the issue In case you still...