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 - Deleted platform is not removed from platform list
Summary: Deleted platform is not removed from platform list
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P4 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks: 57612
  Show dependency tree
 
Reported: 2005-01-25 14:27 UTC by _ lcincura
Modified: 2006-03-24 12:53 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 _ 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