
Julien Henry | SonarSource
Developer
http://sonarsource.com--
You received this message because you are subscribed to the Google Groups "SonarLint" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sonarlint+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sonarlint/CAD9wyxF8d-f%3DDuXDNh9SVnq%2BDrOm-cvNMvgO0Y1_LN2ZV8pU%2Bg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
Hi guys,I'm about to release a new version of SonarLint for Eclipse. I'm requesting some feedback before doing the final release.Main changes are:- updated Java, JavaScript and Python- revamped wizard to configure SonarQube / SonarCloud connection- lots of performance improvements, especially on Eclipse startup- many other fixes
Tested with RC1, using 'Analyze' in the context menu of a binded projects does nothing - no entry in the Sonarlint console !?

Shouldn't that start a scan of all project files, respecting the exclusions on Sonarqube Server ?
--
You received this message because you are subscribed to the Google Groups "SonarLint" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sonarlint+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sonarlint/ccb558a5-830a-496d-a7cd-d1eb92d2badc%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to sonarlint+...@googlegroups.com.
Hi Gilbert,Indeed, I forget to list the "analyze all files" feature, thanks for pointing this.Tested with RC1, using 'Analyze' in the context menu of a binded projects does nothing - no entry in the Sonarlint console !?That's weird.. Do you at least see the confirmation popup?
If you don't, it probably means we are unable to enumerate files in the project. I can reproduce by trying to run analysis on a working set that contains only closed projects. Is there anything special with your project?
I could maybe show an error dialog when no files are found, so that user doesn't stay uncertain about why nothing occurs.
i've tried with several binded projects, but it's all the same, no dialog, no sle console entries.
Do i have to edit the eclipse.ini to make it work ??
--
You received this message because you are subscribed to the Google Groups "SonarLint" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sonarlint+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sonarlint/b47361d3-67e2-40a9-865b-771848ca2016%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to sonarlint+...@googlegroups.com.
"Analyze all" works on project level now with Eclipse Mars,
but i'm missing the Sonarlint / Analyze context menu when a package is selected, whereas the context menuis available when multiple files are selected via <Ctrl>.
if i want to scan all files from specific package(s) only
Quick Fixes for trivial cases