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 34871 - [java-mdr] clazz module don't recognize a content of class right
Summary: [java-mdr] clazz module don't recognize a content of class right
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Linux
: P1 blocker (vote)
Assignee: issues@java
URL:
Keywords: REGRESSION
: 33635 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-07-10 16:26 UTC by Marek Grummich
Modified: 2006-03-24 10:03 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 Marek Grummich 2003-07-10 16:26:29 UTC
Look at and follow the clazz test specification:
http://ffjqa.czech.sun.com/cbt/products/nevada/documents/testspecifications/clazz/ClazzTestSpec.html?noframe
Test suite: Elements recognition
Test case: 4. Recognition of methods
           5. Recognition of fields
These test cases provide wrong results.
The 'private void initComponents()' and 'private
boolean ok' are not presented in the Explorer!
Comment 1 Marek Grummich 2003-07-10 16:56:59 UTC
I forget to mention that a described issue is reproducible in the
mounted jar file (clazztest.jar).
Comment 2 Tomas Hurka 2003-08-18 13:41:18 UTC
*** Issue 33635 has been marked as a duplicate of this issue. ***
Comment 3 Jan Becicka 2003-09-04 09:03:15 UTC
This is a regression -> P1.
Comment 4 Tomas Hurka 2003-09-09 14:32:57 UTC
Java/MDR only stores information about protected and public classes/fields/methods. 
So in current implementation private and package private java elements are not 
visible.
Comment 5 Martin Matula 2004-01-23 09:51:23 UTC
This was a problem specific to the old infrastructure which is now
replaced.
Comment 6 Marek Grummich 2004-08-17 12:36:46 UTC
Verified