Skip to content

Releases: philippefichet/sonarlint4netbeans

v3.0.0

18 Dec 09:20
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.6.0...v3.0.0

Download plugin

v2.6.0

27 Mar 18:53
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.5.0...v2.6.0

HTML Analyzer, more issue details and some fix

24 Oct 11:19
Compare
Choose a tag to compare

Enhancements

  • Show rule parameter value in annotation tooltip and details window
  • Add key, severity, type and tags on rule details window
  • Update sonarlint core to 6.5.0.37122
  • javascript plugin to 8.4.3.16431
  • Add analyzer for HTML and JSF/JSP, thanks to @matteobaccan for this enhancement :)

Fixes

  • Escape HTML rule name in details window
  • Fix scrollable category with rules list in options, thanks to @Chris2011 for this bug report :)
  • Analyzer JTable in Options is now not editable, thanks to @Chris2011 for this bug report :)
  • Use default nodejs path if not setted, thanks to @Chris2011 for this bug report :)
  • ignore null FileObject since FileEncodingQuery.getEncoding will throw a IllegalArgumentException, thanks to @oyarzun for this fix :)
  • ignore NetBeans generated sources when analyzing an entire project, thanks to @oyarzun for this fix :)

Internal

  • support node js test on macOS, thanks to @oyarzun for this fix :)

New Contributors

Full Changelog: v2.4.0...v2.5.0

Download plugin

Release on Maven Central repository

08 Jun 17:22
Compare
Choose a tag to compare

This release (sonarlint4netbeans-2.0.0.nbm) is limited to the hosting of the central maven.
For this, the packages have been renamed but no functionality has been added.
However the rules of a version lower than 2.0.0 will not be automatically retrieved.
You can do it manually like this:
In Netbeans User directory move config/Preferences/en/philippefichet/sonarlint/netbeans.properties to config/Preferences/com/github/philippefichet/sonarlint4netbeans/netbeans.properties.

Add checkbox on "Sonar Rule Details"

18 Apr 19:14
Compare
Choose a tag to compare
v1.5.0

Add checkbox on "Sonar Rule Details"

Add filters on rules list

13 Apr 19:39
Compare
Choose a tag to compare
- Filter on Option panel
- Filter on Rule details panel

Add severity icons for rules/issues

11 Apr 14:36
Compare
Choose a tag to compare

Add severity icons for rules/issues

Show details rule when click on annotation, add rule name on details, open browser when click on hyperlink in details

05 Apr 11:27
Compare
Choose a tag to compare

v1.1.0: Add sonarlint in Javascript Editor:

29 Mar 18:31
Compare
Choose a tag to compare
Use ParserResultTask instead of JavaSourceTaskFactory for Java editor.
Add ParserResultTask for mimetype text/x-java and text/javascript.
Move SonarLint configuration Options/Java to Options/Miscellaneous.

v1.0.4

23 Feb 12:21
Compare
Choose a tag to compare
Update sonarlint, java and javascript plugin