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 173348 - CTRL + click opens a file automatically even if more possibilities exist
Summary: CTRL + click opens a file automatically even if more possibilities exist
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: CSL (API & infrastructure) (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jan Lahoda
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2009-09-30 09:33 UTC by Tomas Mysik
Modified: 2009-10-23 10:04 UTC (History)
2 users (show)

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 Mysik 2009-09-30 09:33:02 UTC
If one has more e.g. MyClass classes in a project, CTRL + click opens automatically one of them (a popup with all occurences stays open).

Product Version: NetBeans IDE 6.8 Beta (Build 200909281634)
Java: 1.6.0_16; Java HotSpot(TM) 64-Bit Server VM 14.2-b01
System: Linux version 2.6.28-15-generic running on amd64; UTF-8; cs_CZ (nb)
Comment 1 rmatous 2009-09-30 09:54:07 UTC
DeclarationFinder impl. just returns DeclarationLocation (returning List<AlternativeLocation>)

CSL problem
Comment 2 rmatous 2009-09-30 09:56:05 UTC
Regression (probably 1-3 weeks ago)
Comment 3 mslama 2009-10-02 12:02:39 UTC
Where do you click?
Comment 4 Jan Lahoda 2009-10-22 13:27:46 UTC
Should be fixed:
http://hg.netbeans.org/jet-main/rev/53fd52e833df
Comment 5 Quality Engineering 2009-10-23 10:04:17 UTC
Integrated into 'main-golden', will be available in build *200910230201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/53fd52e833df
User: Jan Lahoda <jlahoda@netbeans.org>
Log: #173348: correctly open popup with alternate locations (regression caused by 563345389351).