diff --git a/docs/releasenotes.html b/docs/releasenotes.html index 4a8af7f05..2b3e7a253 100644 --- a/docs/releasenotes.html +++ b/docs/releasenotes.html @@ -281,7 +281,10 @@ 807571)
  • HiddenFieldCheck error for a local variable of a static - method with same name as an instance field(bug 827713)
  • + method with same name as an instance field (bug 827713) + +
  • Changed HideUtiliyConstructor behaviour for classes + that do not extend java.lang.Object directly (partial fix for bug 824754)