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 26753 - ClassElement.forName redesign
Summary: ClassElement.forName redesign
Status: RESOLVED WONTFIX
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P1 blocker (vote)
Assignee: Jan Jancura
URL:
Keywords:
Depends on: 26754
Blocks: 26422
  Show dependency tree
 
Reported: 2002-08-23 17:38 UTC by Jan Jancura
Modified: 2003-12-11 14:22 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Jancura 2002-08-23 17:38:45 UTC
ClassElement.forName is registry for some sources
"lookup". It's used on many places. This method
will not work correctly in the next version in
some cases. There will be a new implementation of
this feature in Java Module. This new version will
be Project Context dependent. So, we should
rewrite our current ussages of this methos to Java
Module implementation, and keep Project Context on
such places. It can be non-trivial change.
Comment 1 Vitezslav Stejskal 2003-11-27 12:37:20 UTC
As described in
http://www.netbeans.org/servlets/ReadMsg?msgId=619519&listName=nbdiscuss
the current work on projects prototype has been stopped.