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.
When I switch to the Netbeans window, the floppy disk drive signals an access. This happens no matter whether a project is open or not. See also Bug 125822 Product Version = NetBeans IDE Dev (Build 201004020200) [PHP edition] Operating System = Windows XP version 5.1 running on x86 Java; VM; Vendor = 1.6.0_19 Runtime = Java HotSpot(TM) Client VM 16.2-b04
Does it still happen in recent 6.9 builds? I've made some changes to the focus related code recently in bug 182801 & co.
It still happens in build 201004140201.
*** Bug 183458 has been marked as a duplicate of this bug. ***
Too bad, reopening then.
New bright idea: Would you give http://wiki.netbeans.org/ScanOnDemand module a try? That will prevent the automatic refresh all together. The module should have been available since 6.7. OK?
unacceptable -- i dont want to use the scan on demand module; this issue did not happen in nb68
At least the module resolves the issue. Strangely the "Refresh All" command does not provoke a floppy scan.
this is a nb69dev build issue; above it says nb67; this does not happen in nb68
Guys, can you help me debug the problem? Start another NetBeans IDE in debug mode: -J-Xdebug -J-Xrunjdwp:transport=dt_socket,suspend=n,server=y,address=${debug.port} and connect to it from another NetBeans IDE. Place method breakpoint to java.io.File class (all method or maybe just "exists") with condition path.startsWith("A:\\") or something similar. When the breakpoint is hit, copy the stacktrace and paste it here.
Any results?
have not been able to get to it yet -- but you went just asking me only to try this ?
I have tried to get the stack trace at java.io.File.exists with condition path.startsWith("A:\\") on my environment: -NetBeans 6.9 Beta (japanese) -Windows Vista SP2 (64bit) -Java HotSpot(TM) Client VM (build 16.0-b13, mixed mode, sharing) The results are : "Default RequestProcessor" java.io.File.exists(File.java:729) org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager.exists(FileChangedManager.java:118) org.netbeans.modules.masterfs.filebasedfs.utils.FileInfo.exists(FileInfo.java:102) org.netbeans.modules.masterfs.filebasedfs.utils.FileInfo.isConvertibleToFileObject(FileInfo.java:138) org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObjectFactory.getInstance(FileObjectFactory.java:108) org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObjectFactory.getInstance(FileObjectFactory.java:96) org.netbeans.modules.masterfs.filebasedfs.FileBasedFileSystem.getFileObject(FileBasedFileSystem.java:128) org.netbeans.modules.masterfs.filebasedfs.FileBasedURLMapper.getFileObjects(FileBasedURLMapper.java:131) org.netbeans.modules.masterfs.MasterURLMapper.getFileObjects(MasterURLMapper.java:62) org.openide.filesystems.URLMapper.findFileObject(URLMapper.java:213) org.openide.filesystems.FileUtil.toFileObject(FileUtil.java:1008) org.netbeans.core.ui.warmup.MenuWarmUpTask$NbWindowsAdapter.run(MenuWarmUpTask.java:216) org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1369) org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1907)
Thanks for the stacktrace. I changed the code and the touch shall be gone in core-main#b19acc296647
Integrated into 'main-golden', will be available in build *201004270201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress) Changeset: http://hg.netbeans.org/main/rev/ User: Log:
*** Bug 186002 has been marked as a duplicate of this bug. ***
*** Bug 186141 has been marked as a duplicate of this bug. ***