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 103921 - Go to Type with line number
Summary: Go to Type with line number
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker with 1 vote (vote)
Assignee: Petr Hrebejk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-14 15:26 UTC by Milan Kubec
Modified: 2016-10-07 06:37 UTC (History)
2 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Milan Kubec 2007-05-14 15:26:47 UTC
Go to Type dialog should understand line number behind the class name provided
in form of e.g. 'JavaActions:123' if :123 is provided IDE will try to jump to
that line after opening the file.
Comment 1 markiewb 2012-05-12 01:05:11 UTC
Should be easy to implement?
Comment 2 markiewb 2012-05-12 01:08:41 UTC
Workaround is to open 'JavaActions' via 'Go to type', then press the short cut for 'Go to line'.
Comment 3 markiewb 2012-09-12 20:50:39 UTC
'Go To Type' with line numbers make no sense for me. What is the expected behaviour, when you are referencing an inner class like 'Entry' in 'java.util.Map'? 

But 'Go To File' with line numbers is now supported - see http://netbeans.org/bugzilla/show_bug.cgi?id=217050.
Comment 4 Saljack 2016-10-07 06:37:08 UTC
It makes sense for me because I use Go To Type more than Go To File. It can go to line in file where inner class is declared.