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 181831 - Safely delete option does not work
Summary: Safely delete option does not work
Status: VERIFIED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P2 normal (vote)
Assignee: J Bachorik
URL:
Keywords:
Depends on:
Blocks: 173077
  Show dependency tree
 
Reported: 2010-03-11 05:01 UTC by Alexandr Scherbatiy
Modified: 2010-03-12 08:38 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 Alexandr Scherbatiy 2010-03-11 05:01:49 UTC
NetBeans-JavaFX-Soma:  #181

  Product Version         = NetBeans IDE Dev (Build 201003081350) (#c9c80d9862fe)
  Operating System        = Windows XP version 5.1 running on x86
  Java; VM; Vendor        = 1.6.0_15; Java HotSpot(TM) Client VM 14.1-b02; Sun Microsystems Inc.



Steps to reproduce:

- Create A JavaFX class
------------  A.fx ---------------
public class A {
}
----------------------------------

- Create B JavaFX class that extends A
------------  B.fx ---------------
public class B extends A{

}
----------------------------------

- Delete the A file 
- Select Safely Delete checkbox on the Delete dialog
- Press OK

 The dialog does not show the warning message and the class usages
Comment 1 J Bachorik 2010-03-12 05:21:04 UTC
fixed in http://hg.netbeans.org/javafx/rev/43a1be8e4fe5
Comment 2 Alexandr Scherbatiy 2010-03-12 08:38:20 UTC
verified in NetBeans-JavaFX-Soma: #182