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 53966

Summary: Deleted platform is not removed from platform list
Product: java Reporter: _ lcincura <lcincura>
Component: ProjectAssignee: Tomas Zezula <tzezula>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P4    
Version: 4.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 57612    

Description _ lcincura 2005-01-25 14:27:58 UTC
NetBeans IDE [200501241900] on jdk 1.5.0_01

1, Add some other java platform to project and
select it in project properties
2, Open project properties again
3, Click on Manage Platforms and delete the
platform => the list in project properties still
contains the deleted platform. Pressing OK makes
the project with reference problem.
Comment 1 Tomas Zezula 2005-04-06 13:43:59 UTC
The platform will be removed when deleted in PlatformManager started from
project properties. In the case when broken platform is active it is left there
to let user not to change the platform.
Comment 2 Tomas Zezula 2005-04-06 14:05:51 UTC
Checking in
j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/PlatformUiSupport.java;
/cvs/java/j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/PlatformUiSupport.java,v
 <--  PlatformUiSupport.java
new revision: 1.13; previous revision: 1.12
done
Comment 3 _ lcincura 2005-07-13 13:09:26 UTC
Verified in 4.2 build 200507110943