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 32293 - Create helper allowing to find classpath for file in the project
Summary: Create helper allowing to find classpath for file in the project
Status: CLOSED INVALID
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: API
Depends on:
Blocks:
 
Reported: 2003-03-25 13:28 UTC by Vitezslav Stejskal
Modified: 2007-09-26 09:14 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 Vitezslav Stejskal 2003-03-25 13:28:46 UTC
It is neccessary for various purposes to get the
classpath for files related somehow to the
project. The java project is organized around the
CompilationUnits which are the primary source of
this classpath. However, usually the code starts
with some file and thus it would be usefull to
have some way how to get the classpath for the file.

The problem is that there are basically three
categories of files in the project:

1. properly added java source file (it belongs to
some CompilationUnit)
2. source file serving as a more rich information
source for some resource (e.g. library)
3. the java source which isn't marked as such
(e.g. it added only as a plain text file, it
doesn't belong to any CompilationUnit)

The helper can reliably work for the #1 only, for
the rest it can only try to do educated guess.
Comment 1 Tomas Zezula 2003-04-09 15:00:49 UTC
Not needed.
Comment 2 Jan Becicka 2003-11-25 14:01:25 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:10:01 UTC
---> CLOSED