From 08a76dba148e128c3ec6a8783a14c31b654ea2ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20K=C3=BChne?= Date: Mon, 27 Oct 2003 06:14:36 +0000 Subject: [PATCH] fixed bug 824754 --- docs/releasenotes.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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)