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 84414 - GoTo | Type... does not open file when going to inner class
Summary: GoTo | Type... does not open file when going to inner class
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Petr Hrebejk
URL:
Keywords:
Depends on:
Blocks: 87136
  Show dependency tree
 
Reported: 2006-09-07 10:56 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-09-07 10:56:50 UTC
Steps:
i) open Jsr199 project,
ii) Go To | Type...
iii) type JCMethodDecl to text field,
iv) when type is found [JCMethodDecl in JCTree] press enter,
v) class isn't open.
Comment 1 Petr Hrebejk 2006-10-22 16:05:08 UTC
Checking in TypeDescription.java;
/cvs/java/source/src/org/netbeans/modules/java/actions/Attic/TypeDescription.java,v
 <--  TypeDescription.java
new revision: 1.1.2.2; previous revision: 1.1.2.1
done