You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to setup an C/C++remote project analysis but I'm get the following error:
java.lang.NullPointerException: Cannot invoke "java.io.File.toPath()" because "file" is null
at com.github.philippefichet.sonarlint4netbeans.SonarLintUtils.toFiles(SonarLintUtils.java:581)
at com.github.philippefichet.sonarlint4netbeans.SonarLintAnalyzerCancelableTask.run(SonarLintAnalyzerCancelableTask.java:81)
at com.github.philippefichet.sonarlint4netbeans.ui.SonarLintAnalyzerActionTopComponent.lambda$addDeepSonarLintAnalyze$1(SonarLintAnalyzerActionTopComponent.java:129)
at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1419)
at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
at org.openide.util.lookup.Lookups.executeWith(Lookups.java:287)
[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2034)
If i setup a local project, the error not happens.
I know that there is some limitation on the C/C++ analysis, but should i expect empty results on the sonarlint analysis?
Thanks,
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to setup an C/C++remote project analysis but I'm get the following error:
If i setup a local project, the error not happens.
I know that there is some limitation on the C/C++ analysis, but should i expect empty results on the sonarlint analysis?
Thanks,
The text was updated successfully, but these errors were encountered: