JDK-4356050 : unapproved changes of constants in java.awt.event.MouseEvent
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 1.4.0
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: solaris_2.6
  • CPU: sparc
  • Submitted: 2000-07-25
  • Updated: 2000-08-10
  • Resolved: 2000-08-10
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
1.4.0 betaFixed
Related Reports
Relates :  
Relates :  
Description

Name: asR10047			Date: 07/25/2000


There are new constant and change of old one in JDK-Merlin that have
not been approved by CCC.


105c105
<     public static final int MOUSE_LAST          = 507;
---
>     public static final int MOUSE_LAST          = 506;
151,157d150
<      * The "mouse wheel" event.  This is the only MouseWheelEvent. 
<      * It occurs when a mouse equipped with a wheel has it's wheel rotated.
<      * @since 1.4
<      */
<     public static final int MOUSE_WHEEL = 7 + MOUSE_FIRST; //Event.MOUSE_WHEEL
< 

CCC request for mouse wheel support (4289845: Mouse Wheel Support) 
does not contain these changes in 'Proposed API changes' area.

Please send out a CCC request for this change

======================================================================

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: merlin-beta FIXED IN: merlin-beta INTEGRATED IN: merlin-beta
14-06-2004

EVALUATION Oops. Committing to merlin. brent.christian@eng 2000-07-25 RFE 4356268 approved by CCC on 31 July 2000. Changes already integrated with 4289845. brent.christian@eng 2000-08-10
25-07-2000