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

Summary: recursive javac AST visitor loop on Type.java
Product: java Reporter: mps77 <mps77>
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: Dev   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:
Attachments: IDE log

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.