7.6.0.28201
quentin-jaquier-sonarsource
released this
29 Nov 14:20
·
1036 commits
to master
since this release
Release Notes - SonarJava - Version 7.6
Bug
- [SONARJAVA-4020] - S5869(DuplicatesInCharacterClassCheck): Fix false-negative and crash on regex spanning low and upper case ranges
Task
- [SONARJAVA-3987] - Move all rules targeting XML from SonarJava to SonarQube XML Analyzer
- [SONARJAVA-3988] - Drop XmlFileSensor from Java Analyzer
- [SONARJAVA-4087] - Advertise minimal required JRE version
- [SONARJAVA-4088] - Update rules metadata
Improvement
- [SONARJAVA-4069] - Improve Nullability annotations support in S2638 (ChangeMethodContractCheck)
- [SONARJAVA-4078] - Improve Nullability annotations support in S2789 (NullShouldNotBeUsedWithOptionalCheck)
- [SONARJAVA-4079] - Improve Nullability annotations support in S4682 (PrimitivesMarkedNullableCheck)
- [SONARJAVA-4080] - Improve Nullability annotations support in S2637 (NonNullSetToNullCheck)
- [SONARJAVA-4081] - Improve Nullability annotations support in S4454 (EqualsParametersMarkedNonNullCheck)
- [SONARJAVA-4082] - Improve Nullability annotations support in S2447 (BooleanMethodReturnCheck)
- [SONARJAVA-4083] - Improve Nullability annotations support in S1168 (ReturnEmptyArrayNotNullCheck)
- [SONARJAVA-4084] - Improve Nullability annotations support in S4449 (ParameterNullnessCheck)
- [SONARJAVA-4085] - Improve Nullability annotations support in S2259 (NullDereferenceCheck)
- [SONARJAVA-4089] - Improve Nullability annotations support in Exploded graph walker
- [SONARJAVA-4091] - Use of Java 17 feature should not lead to a warning message