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 45008 - Avoid use of source hierarchy in JavaNode
Summary: Avoid use of source hierarchy in JavaNode
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Jan Becicka
URL:
Keywords: PERFORMANCE
Depends on:
Blocks: 44105
  Show dependency tree
 
Reported: 2004-06-16 14:55 UTC by _ rkubacki
Modified: 2007-09-26 09:14 UTC (History)
1 user (show)

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 _ rkubacki 2004-06-16 14:55:32 UTC
Icon resolving in JavaNode still uses old sources
hierarchy to check classes for the presence of
main() method. Not sure how important it is now as
we define main class as a part of project data.
Anyway we should convert this code and skip the
bridge layer to query MDR more effectively.
Comment 1 Jan Becicka 2004-06-17 12:22:19 UTC
Fixed.
Checking in JavaNode.java;
/cvs/java/src/org/netbeans/modules/java/JavaNode.java,v  <-- 
JavaNode.java
new revision: 1.103; previous revision: 1.102
done