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 252957 - wrong preselection in goto type on classname-click
Summary: wrong preselection in goto type on classname-click
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Issuetracking Framework (show other bugs)
Version: 8.0
Hardware: Macintosh Mac OS X
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-12 13:55 UTC by Tomas Stupka
Modified: 2015-06-16 02:18 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 Tomas Stupka 2015-06-12 13:55:28 UTC
Product Version = NetBeans IDE Dev (Build 20150612-c4275594031b)
Operating System = Mac OS X version 10.10.3 running on x86_64
Java; VM; Vendor = 1.7.0_80
Runtime = Java HotSpot(TM) 64-Bit Server VM 24.80-b11

- open an issue with a class name containing $ in the comment - e.g. org.netbeans.modules.maven.nodes.DependenciesNode$DependencyWrapper 

- ctrl-click the part after $

- goto type is opened with "$DependencyWrapper" preselected

- should be "DependencyWrapper"
Comment 1 Tomas Stupka 2015-06-15 16:04:35 UTC
fixed in jet-main #e57b00fca7ee
Comment 2 Quality Engineering 2015-06-16 02:18:36 UTC
Integrated into 'main-silver', will be available in build *201506160001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/e57b00fca7ee
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #252957 - wrong preselection in goto type on classname-click