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 62939 - Missing main class of profiled project doesn't show any error message
Summary: Missing main class of profiled project doesn't show any error message
Status: CLOSED WONTFIX
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 4.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-24 13:45 UTC by ehucka
Modified: 2006-03-24 13:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ehucka 2005-08-24 13:45:20 UTC
I've deleted a main class of profiled project and started profiling of main
project. Profiler started but didn't show any error message or warning (except
log). The error was detected (the log message) but not presented by UI.
Comment 1 iformanek 2005-09-13 10:35:32 UTC
This has been in he profiler for long time. It is a sideeffect of the fact that 
the profiler agent, when invoked in the JDK 5.0 style is not directly aware of 
the NoClassDefFoundError thrown in the VM's main thread.

In M9, the application will at least exit immediately without forcing the user 
to use the Stop action.

Lowering the priority to reflect the seriousness of the error.
Comment 2 iformanek 2005-09-13 11:26:38 UTC
I actually do not see any way to implement something better for now,m 
postponing for later.
Comment 3 ehucka 2006-03-22 10:47:03 UTC
verified