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

Summary: Go to Type with line number
Product: java Reporter: Milan Kubec <mkubec>
Component: SourceAssignee: Petr Hrebejk <phrebejk>
Status: NEW ---    
Severity: blocker CC: markiewb, nehaahuja852
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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.