Releases: markiewb/nb-additional-hints
Releases · markiewb/nb-additional-hints
v1.6.1
v1.6.0.10
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