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 69745 - background error checking doesn't report not handled exception
Summary: background error checking doesn't report not handled exception
Status: RESOLVED INVALID
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: PC All
: P3 blocker (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-02 11:34 UTC by luky
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Here is the file where I see the problem (10.50 KB, text/plain)
2005-12-06 10:41 UTC, luky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description luky 2005-12-02 11:34:05 UTC
Beta2 - build 200511141730
see description
for example this code is not handled properly

lfs=new LocalFileSystem();
lfs.setRootDirectory(api.getParentFile());

Set root directory is thowing PropertyVetoException and IOException, but it is 
not reported by IDE
Comment 1 Jan Becicka 2005-12-05 08:12:08 UTC
Tomasi, can you take a look at it? Thanks
Comment 2 Tomas Hurka 2005-12-05 09:30:34 UTC
This works for me fine. You need to be more specific and provide complete source file. 
Comment 3 luky 2005-12-06 10:41:28 UTC
Created attachment 27580 [details]
Here is the file where I see the problem
Comment 4 luky 2005-12-06 10:43:55 UTC
Hi I attached the file where it doesn't work.
All other checking looks to work (unknown variables etc.)
If you will have problem to reproduce it, can you pop in mobility team office?
Comment 5 Tomas Hurka 2005-12-08 15:06:08 UTC
The problem was caused by invalid project configuration. Closing...