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 242598 - "Unknown outer class" from popup in editor
Summary: "Unknown outer class" from popup in editor
Status: VERIFIED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 8.0
Hardware: PC Windows XP
: P2 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-06 05:50 UTC by err
Modified: 2014-04-24 13:48 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
project which shows the error (19.67 KB, application/zip)
2014-03-06 05:50 UTC, err
Details

Note You need to log in before you can comment on or make changes to this bug.
Description err 2014-03-06 05:50:28 UTC
Created attachment 145794 [details]
project which shows the error

This bug is similar to Bug 237098 which was fixed in 7.4. Either it's back in 8.0RC1 or this is a different case. Setting priority like the other bug.

Attached a tiny project that gets the error.

The following steps to reproduce the error

- unzip and open attached java SE project (was zipped using jar command)
- put breakpoint at line 28 of RegExpJava
- debug project
- at breakpoint, hover over "matched" on the breakpoint line

The workaround suggested in Bug 237098, the double click, also works here.
Comment 1 Martin Entlicher 2014-03-06 10:45:26 UTC
Reproduced.
It looks like, it's a case, that was not addressed by the fix of bug #237098.
Comment 2 Martin Entlicher 2014-03-12 13:42:02 UTC
Fixed by changeset:   272964:b3ef548b45f7
http://hg.netbeans.org/core-main/rev/b3ef548b45f7
Comment 3 Quality Engineering 2014-03-13 02:47:19 UTC
Integrated into 'main-silver', will be available in build *201403130001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/b3ef548b45f7
User: mentlicher@netbeans.org
Log: #242598: Go through all outer classes when searching for field values. In the tooltip, evaluate the field directly on the instance we find.
Comment 4 Jiri Kovalsky 2014-04-11 08:15:09 UTC
Product Version: NetBeans IDE Dev (Build 201404110001)
Java: 1.8.0; Java HotSpot(TM) 64-Bit Server VM 25.0-b70
Runtime: Java(TM) SE Runtime Environment 1.8.0-b132
System: Linux version 3.0.0-12-generic running on amd64; UTF-8; cs_CZ (nb)
User directory: /home/cesilko/.netbeans/dev
Cache directory: /home/cesilko/.cache/netbeans/dev
Comment 5 Martin Entlicher 2014-04-22 08:21:57 UTC
Transplanted into release80 as changeset:   282893:c09d43d6fa21
http://hg.netbeans.org/releases/rev/c09d43d6fa21
http://hg.netbeans.org/releases/rev/9c05e5628c53
Comment 6 Quality Engineering 2014-04-24 02:17:44 UTC
Integrated into 'releases/release80', will be available in build *201404240045* or newer. Wait for official and publicly available build.

Changeset: http://hg.netbeans.org/releases/rev/c09d43d6fa21
User: mentlicher@netbeans.org
Log: #242598: Go through all outer classes when searching for field values. In the tooltip, evaluate the field directly on the instance we find.
(transplanted from b3ef548b45f7baa50b13b79a8f2585fd3041e488)
Comment 7 Jiri Kovalsky 2014-04-24 13:48:05 UTC
Verified in:

Product Version: NetBeans IDE 8.0 (Build 201403101706)
Updates: NetBeans IDE is updated to version NetBeans 8.0 Patch 1
Java: 1.7.0_55; Java HotSpot(TM) 64-Bit Server VM 24.55-b03
Runtime: Java(TM) SE Runtime Environment 1.7.0_55-b13
System: Linux version 3.0.0-12-generic running on amd64; UTF-8; cs_CZ (nb)
User directory: /home/cesilko/.netbeans/8.0
Cache directory: /home/cesilko/.cache/netbeans/8.0

Thanks for the fix Martin!