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 66592

Summary: INF exception is thrown when right clicking in editor
Product: java Reporter: Milan Kubec <mkubec>
Component: JUnitAssignee: Marian Petras <mpetras>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: exc stack trace

Description Milan Kubec 2005-10-12 12:09:14 UTC
[dev-200510111800, JDK 1.5.0_05]

INFORMATIONAL exc is thrown to console with each right click in editor when
project doesn't have test folder. I know that INF exc is not a real problem, but
it delays pop-up menu painting.

Steps to reproduce:
1) Create java project
2) Delete test folder in Files view
3) Right click in source file from the project
INF exc is thrown, painting of the pop-up is delayed.
Comment 1 Milan Kubec 2005-10-12 12:33:36 UTC
Created attachment 25858 [details]
exc stack trace
Comment 2 Marian Petras 2005-10-21 17:54:27 UTC
Confirmed, accepted.
Comment 3 Marian Petras 2007-01-12 16:25:46 UTC
Fixed together with bug #88599 ("Go to Test no longer works").