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 - INF exception is thrown when right clicking in editor
Summary: INF exception is thrown when right clicking in editor
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: JUnit (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Marian Petras
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-12 12:09 UTC by Milan Kubec
Modified: 2007-01-12 16:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exc stack trace (2.90 KB, text/plain)
2005-10-12 12:33 UTC, Milan Kubec
Details

Note You need to log in before you can comment on or make changes to this bug.
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").