Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to use plugin in Intellij ultimate 2022.1.2 #576

Closed
rverma-dev opened this issue Jun 6, 2022 · 2 comments
Closed

Not able to use plugin in Intellij ultimate 2022.1.2 #576

rverma-dev opened this issue Jun 6, 2022 · 2 comments

Comments

@rverma-dev
Copy link

Getting exception when using the default configuration as 10.3, works on 10.2
The scan failed due to an exception: null java.lang.NullPointerException   at org.infernus.idea.checkstyle.config.ConfigurationLocationSource.getConfigurationLocations(ConfigurationLocationSource.java:37)   at org.infernus.idea.checkstyle.CheckStyleInspection.inspectFile(CheckStyleInspection.java:128)   at org.infernus.idea.checkstyle.CheckStyleInspection.lambda$checkFile$0(CheckStyleInspection.java:86)   at com.intellij.openapi.application.impl.ApplicationImpl$2.call(ApplicationImpl.java:326)   at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)   at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)   at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)   at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:668)   at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:665)

@jeffryang24
Copy link

Same... Also happened to me after upgrading the plugin version from 5.66.0 to 5.67.1, is there any regression?

@jshiell
Copy link
Owner

jshiell commented Jun 6, 2022

Thanks for the report. The serialisation format changed, and it looks like a NPE was introduced where there was no module config active in one module - which, alas, I had activated via testing module changes. Should be fixed in 5.67.2.

@jshiell jshiell closed this as completed Jun 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants