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 1539 - Access denied exception during deleteting a file
Summary: Access denied exception during deleteting a file
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: support
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-04-14 23:05 UTC by Jan Palka
Modified: 2008-12-23 10:34 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 Jan Palka 1999-04-14 23:05:54 UTC
1) start GD
2) create a new class
3) modify it
4) delete the file via Explorer

5) Answer yes on the first Q ( Delete this file ? )
6) Answer yes on the second Q ( Do you want save ... ? )
7) The error message box jump up with Access denied

//I guess taht the second answer should not be shown at all .

[Petr 17.5. 11:45] The problem disappeared since document is automatically saved and opened into the editor after create from template - it should be opened and not modified.

[Janne 1] If you answer cancel to "save file" question and then try to save the file that is left
in editor window an access denied exception is thrown.

[Janne 2] NetBeans crashed after answering yes to "Delete this file question"?

-- System info ----------------------------------------------------------------
  Product Version    = NetBeans Developer (Gandalf), Build 324
  IDE Versioning     = IDE/1 spec=0.9 impl=Build 324
  Operating System   = Windows NT Version 4.0 Running on x86
  Java VM Version    = 1.2
  Java Vendor        = Sun Microsystems Inc.
  Java Vendor URL    = http://java.sun.com/
  Java Home          = S:/Software/jdk12/jre
  Java Class Version = 46.0
  JIT                = Symantec, version 3.10.100(x) for JDK 1.2

  Home Dir           = C:/WINNT/Profiles/jleppanen
  Current Directory  = C:/Development
  NetBeans Home      = .
  NetBeans User Home = .
  System Directory   = ./system
  CLASSPATH          = ./lib;./lib/developer.zip;./lib/icebrowserlitebean.jar;./
lib/infobus.jar;./lib/xml.jar;./lib/regexp.jar;S:/Software/jdk12/jre/lib/i18n.ja
r;S:/Software/jdk12/lib/tools.jar;S:/Software/jdk12/lib/dt.jar
-------------------------------------------------------------------------------
java.lang.InstantiationException: com/netbeans/developer/impl/MenuFolderNode
        at com.netbeans.ide.modules.ManifestSection$NodeSection.getNode(Manifest
Section.java:500)
        at com.netbeans.developer.impl.ModuleItem$1.processNode(ModuleItem.java:
Comment 1 Marek Grummich 2000-07-25 09:38:59 UTC
Priority is changed to P4 (normal).