Skip to content

Releases: markiewb/nb-additional-hints

v1.6.1

14 Jan 12:43
Compare
Choose a tag to compare
  • [Bugfix]: Fixed: Hints for converting ternary to if and back are missing

v1.6.0.10

09 Dec 21:41
Compare
Choose a tag to compare

Release for plugin portal

1.6.0:

  • [New Fix]: Replace with null-assignment to Optional with Optional.empty()
  • [New Fix]: Convert return xxx to return Optional.ofNullable(xxx)/Optional.of(xxx)/Optional.empty()
  • [New Fix]: Convert to assertNull
  • [New Fix]: Replace with org.junit.Assert
  • [Updated Fix]: "Replace +..." works for more expressions
  • [Updated Fix]: Fixed false positive result from "Convert to Optional.isEmpty()"
  • [Updated Fix]: Make "Change modifiers" hints non-intrusive
  • [Updated Fix]: Make "Change modifiers" hints work for constructors too
  • [Updated Fix ]: java.lang.NullPointerException in "Report methods that have class name"
  • [Updated Fix ]: java.lang.NullPointerException in ReturnForOptional
  • [Removed Fix]: "dead instanceof" hint has been removed
  • [Task]: Update dependencies to NB 8.1
  • [Task]: Reduce dependencies

v1.4.0

08 Mar 13:27
Compare
Choose a tag to compare

1.2.0

14 May 17:29
Compare
Choose a tag to compare
1.2.0