Skip to content

HTML Analyzer, more issue details and some fix

Compare
Choose a tag to compare
@philippefichet philippefichet released this 24 Oct 11:19
· 30 commits to master since this release

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