commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[commit-cp] [bugs #9948] static fields in javax.swing classes that shoul


From: Michael Koch
Subject: [commit-cp] [bugs #9948] static fields in javax.swing classes that should be final
Date: Wed, 13 Oct 2004 13:21:16 -0400
User-agent: Mozilla/5.0 (compatible; Konqueror/3.2; Linux) (KHTML, like Gecko)

This mail is an automated notification from the bugs tracker
 of the project: classpath.

/**************************************************************************/
[bugs #9948] Latest Modifications:

Changes by: 
                Michael Koch <address@hidden>
'Date: 
                Mit 13.10.2004 at 17:13 (GMT)

            What     | Removed                   | Added
---------------------------------------------------------------------------
          Resolution | None                      | Wont Fix
              Status | Open                      | Accepted


------------------ Additional Follow-up Comments ----------------------------
I set this bug to status "Accepted" and resolution "Won't fix" as its clearly a 
bug in SUN's API we have to follow.






/**************************************************************************/
[bugs #9948] Full Item Snapshot:

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=9948>
Project: classpath
Submitted by: 0
On: Mon 09.08.2004 at 21:24

Category:  None
Severity:  5 - Average
Resolution:  Wont Fix
Privacy:  Public
Assigned to:  None
Status:  Accepted
Platform Version:  None


Summary:  static fields in javax.swing classes that should be final

Original Submission:  There are 4 static fields in the javax.swing classes that 
should be declared as final fields:

javax.swing.plaf.basic.BasicSplitPaneUI.KEYBOARD_DIVIDER_MOVE_OFFSET 
javax.swing.plaf.basic.BasicSplitPaneUI.NON_CONTINUOUS_DIVIDER
javax.swing.JDesktopPane.LIVE_DRAG_MODE
javax.swing.JDesktopPane.OUTLINE_DRAG_MODE

This bug was found with our static analysis tool for finding bugs in Java 
programs, FindBugs:
   http://findbugs.sourceforge.net/

Follow-up Comments
------------------


-------------------------------------------------------
Date: Mit 13.10.2004 at 17:13       By: Michael Koch <mkoch>
I set this bug to status "Accepted" and resolution "Won't fix" as its clearly a 
bug in SUN's API we have to follow.

-------------------------------------------------------
Date: Die 17.08.2004 at 03:02       By: Tom Tromey <tromey>
I'm checking in the fix for most of this.

Note that KEYBOARD_DIVIDER_MOVE_OFFSET is not defined
as static by the spec.  Looks like a spelling bug in the
JDK to me, as it has the name of a constant.

It isn't initialized as far as I could find.  This remains
a bug in Classpath.  I'm not sure what value it ought to 
have.

I'm leaving this bug report open as a result.













For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=9948>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/







reply via email to

[Prev in Thread] Current Thread [Next in Thread]