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 60924 - The profiler should offer to select a new platform if the platform specified in Global Settings is invalid
Summary: The profiler should offer to select a new platform if the platform specified ...
Status: RESOLVED FIXED
Alias: None
Product: usersguide
Classification: Unclassified
Component: Profiler (show other bugs)
Version: 4.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-13 14:27 UTC by iformanek
Modified: 2006-10-23 16:40 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 iformanek 2005-07-13 14:27:52 UTC
If the Java platform selected in Profiler global settings becomes invalid, the 
profiler now prints just an error message. It woul dbe better to prompt the 
user to selecta different platform instead.
Comment 1 iformanek 2005-09-19 15:22:27 UTC
This is a P4 issue.
Comment 2 iformanek 2005-12-10 00:49:07 UTC
Will not address in 1.0
Comment 3 Jiri Sedlacek 2006-06-09 16:44:01 UTC
There are two reasons why a platform is invalid:

 - platform selected for profiling (Options/Profiler) is invalid
 - platform selected for project (Properties/Libraries) is invalid

Won't implement immediate selecting of alternative platform - this typically 
occurs for invalid project platform which should be changed only from project 
properties.

Now the user is provided by exact information how to fix the problem depending 
on the case as described above.

Fixed in trunk.