Skip to content

7.6.0.28201

Compare
Choose a tag to compare
@quentin-jaquier-sonarsource quentin-jaquier-sonarsource released this 29 Nov 14:20
· 1036 commits to master since this release
d356226
    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

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