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 52672 - Better reporting of missing platform
Summary: Better reporting of missing platform
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Platform (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords: UI
Depends on:
Blocks:
 
Reported: 2004-12-20 13:37 UTC by Milan Kubec
Modified: 2006-03-24 12:58 UTC (History)
1 user (show)

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 Milan Kubec 2004-12-20 13:37:54 UTC
[dev-200412191900, JDK 1.5.0_01]

There is inconsistency between shown platform in
Projects view and project properties.
1) Create project and assign to it non-default
platform 
2) Close the project and remove the non-default
platform
3) Open the project again
Libraries node shows "Default Platform" and
project properties shows the previously assigned
non-default platform. None of those platforms is
marked by any error mark. IMO projects view should
show e.g. "Missing platform 'JDK 1.4'" and not
Default Platform which seems correct but doesn't work.
Comment 1 Tomas Zezula 2005-01-12 14:53:52 UTC
Sounds reasonable to me.
Comment 2 Tomas Zezula 2005-01-12 16:02:41 UTC
Checking in Bundle.properties;
/cvs/java/j2seproject/src/org/netbeans/modules/java/j2seproject/ui/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.23; previous revision: 1.22
done
Checking in PlatformNode.java;
/cvs/java/j2seproject/src/org/netbeans/modules/java/j2seproject/ui/PlatformNode.java,v
 <--  PlatformNode.java
new revision: 1.4; previous revision: 1.3
done
Comment 3 Milan Kubec 2005-01-21 12:15:14 UTC
Verified dev-200501191900.