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 86752 - GoTo | Type... does not open file from src.zip
Summary: GoTo | Type... does not open file from src.zip
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Petr Hrebejk
URL:
Keywords:
Depends on:
Blocks: 87136
  Show dependency tree
 
Reported: 2006-10-09 08:48 UTC by Pavel Flaska
Modified: 2007-01-17 10:09 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 Pavel Flaska 2006-10-09 08:48:50 UTC
Steps:
i) open any project,
ii) Go To | Type...
iii) type String to text field,

class java.lang.String is not found. The same for the java.util.List etc.

When navigating through hyper-links in editor, the source is correctly opened.
Comment 1 Petr Hrebejk 2006-10-23 17:31:35 UTC
Checking in GoToPanel.java;
/cvs/java/source/src/org/netbeans/modules/java/actions/Attic/GoToPanel.java,v 
<--  GoToPanel.java
new revision: 1.1.2.2; previous revision: 1.1.2.1
done
Checking in GoToTypeAction.java;
/cvs/java/source/src/org/netbeans/modules/java/actions/Attic/GoToTypeAction.java,v
 <--  GoToTypeAction.java
new revision: 1.1.2.2; previous revision: 1.1.2.1
done
Checking in TypeDescription.java;
/cvs/java/source/src/org/netbeans/modules/java/actions/Attic/TypeDescription.java,v
 <--  TypeDescription.java
new revision: 1.1.2.3; previous revision: 1.1.2.2
done