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 271131 - recursive javac AST visitor loop on Type.java
Summary: recursive javac AST visitor loop on Type.java
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: Dev
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-20 08:05 UTC by mps77
Modified: 2017-07-21 14:01 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (715.77 KB, text/plain)
2017-07-20 08:05 UTC, mps77
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mps77 2017-07-20 08:05:01 UTC
Product Version = NetBeans IDE Dev (Build 201707050001)
Operating System = Windows 7 version 6.1 running on x86
Java; VM; Vendor = 1.8.0_152-ea
Runtime = Java HotSpot(TM) Client VM 25.152-b03

Reproducibility: Haven't tried to reproduce it

STEPS:
  CTR+Click some Class in editor. (Goto source)

ACTUAL:
  random exceptions

EXPECTED:
  exception on IDE log
Comment 1 mps77 2017-07-20 08:05:16 UTC
Created attachment 164800 [details]
IDE log
Comment 2 Dusan Balek 2017-07-21 14:01:23 UTC
Hard to fix without a reproducible test case.