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

Findings of CLI not displayed because filtered out by contentRoots #3

Closed
Circuitous opened this issue Dec 3, 2019 · 5 comments
Closed
Assignees
Labels
bug Something isn't working

Comments

@Circuitous
Copy link

The display of results seems to be broken in 19.3. The plugin showed 0 issues, although the CLI listed over 20. I also got a PluginException, but I do not know whether it is related.
com.intellij.diagnostic.PluginException: net.ntworld.intellijCodeCleaner.AnalyzeMenuAction (net.ntworld.intellijCodeCleaner.AnalyzeMenuAction): group with id "AnalyzeMenu" isn't registered; action will be added to the "Other" group [Plugin: com.github.nhat-phan.codecleaner]

@nhat-phan nhat-phan added the bug Something isn't working label Dec 3, 2019
@nhat-phan nhat-phan self-assigned this Dec 3, 2019
@Stefan-Z-Camilleri
Copy link

+1 same issue here (IntelliJ IDEA 2019.3 + Ubuntu 19.10)

@nhat-phan nhat-phan changed the title Findings of CLI not displayed Findings of CLI not displayed because filtered out by contentRoots Dec 15, 2019
@nhat-phan
Copy link
Owner

nhat-phan commented Dec 15, 2019

I found the root cause, unlike Kotlin/java on Intellij IDEA on other IDEs/languages there is no contentRoot at all, so result is filtered out. I'm going to release a new version (2019.2.1) which fix this issue, will be approved and available on the Intellij Plugin Repository within 2 days

FYI: contentRoots is a folder with small blue dot, it contains actual source code, I used it to filter out some result which may not relevant to the project
Screen Shot 2019-12-15 at 21 01 26

@nhat-phan
Copy link
Owner

@Circuitous @Stefan-Z-Camilleri The new version is available now, could you guys please give it another try? thank you!

@Stefan-Z-Camilleri
Copy link

@nhat-phan thank you, tested it, seems to work fine now.

@Circuitous
Copy link
Author

@nhat-phan Working very well now, thanks alot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants