Sonar gradle task is failing after making some changes to my Java code. I’ve changed 46 files so its not really easy to track down what caused it to fail.
[stderr] Exception in thread "main" java.lang.StackOverflowError
[stderr] at java.base/java.util.HashMap.hash(Unknown Source)
[stderr] at java.base/java.util.HashMap.getNode(Unknown Source)
[stderr] at java.base/java.util.HashMap.get(Unknown Source)
[stderr] at com.sonarsource.A.A.W.A(na:885)
[stderr] at com.sonarsource.A.A.W.A(na:1627)
[stderr] at com.sonarsource.A.A.W.A(na:1627)
...
Gradle plugin version 6.0.1.5171
Not sure what the best way to gather more helpful information for you is. Is there a way to have sonar output which file its considering before it crashes to narrow it down?