This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 44245 - [1.5 - enums] Enumeration.getModifiers
Summary: [1.5 - enums] Enumeration.getModifiers
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: Pavel Flaska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-02 20:44 UTC by Jan Pokorsky
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Pokorsky 2004-06-02 20:44:34 UTC
* have an enumeration
  public enum En {}
* call Enumeration.getModifiers
  you get it is public and native(!!!)
Comment 1 Tomas Hurka 2004-06-22 08:41:28 UTC
Moved to new subcomponent java/javacore.
Comment 2 Pavel Flaska 2004-06-25 11:27:02 UTC
Fixed.

Checking in org/netbeans/modules/javacore/parser/MDRParser.java;
/cvs/java/javacore/src/org/netbeans/modules/javacore/parser/MDRParser.java,v
 <--  MDRParser.java
new revision: 1.24; previous revision: 1.23
done
Processing log script arguments...
Comment 3 Quality Engineering 2007-09-20 11:54:22 UTC
Reorganization of java component