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 36275 - JavaEditor should be able to open file which is not in the Project.
Summary: JavaEditor should be able to open file which is not in the Project.
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC All
: P1 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-25 08:34 UTC by Tomas Zezula
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 Tomas Zezula 2003-09-25 08:34:36 UTC
JavaEditor MUST be able to open file without project.
Usecase:
Exception thrown while executing application,
the file in the jdk/sources.zip has no Project,
but Java must be able to open it to allow to
developer see the place from which Exception is
thrown.
Comment 1 Tomas Zezula 2003-09-25 10:17:35 UTC
Fixed.
JavaEditor opens even files which are not a part of the project with
limited capabilities, the parsing of such files is disabled (there is
no class path to resolve symbols).
Comment 2 Jan Becicka 2003-11-25 14:03:42 UTC
As described in
http://www.netbeans.org/servlets/ReadMsg?msgId=619519&listName=nbdiscuss the
current work on projects prototype has been stopped.

Marking issue as VERIFIED --->
Comment 3 Jan Becicka 2003-11-25 14:12:50 UTC
---> CLOSED