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 219586

Summary: 5.5s - org.netbeans.modules.editor.MainMenuAction.resultChanged()
Product: editor Reporter: imadbougataya
Component: Actions/Menu/ToolbarAssignee: Miloslav Metelka <mmetelka>
Status: RESOLVED WONTFIX    
Severity: normal CC: mvfranz
Priority: P3 Keywords: PERFORMANCE
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 167943
Attachments: nps snapshot

Description imadbougataya 2012-10-05 10:53:48 UTC
Build: NetBeans IDE 7.3 Beta (Build 201210011125)
VM: Java HotSpot(TM) Client VM, 23.2-b09, Java(TM) SE Runtime Environment, 1.7.0_06-b24
OS: Windows 7

User Comments:
GUEST: I highlighted a small portion of the code.

mvfranz: Computer was a sleep.  Woke it to do some work.  Since I was running this from the command line I see this exception in the window.
INFO [com.sun.tools.javac.processing.JavacProcessingEnvironment]: Annotation processing error:
java.lang.IllegalArgumentException: sibling == null
	at org.netbeans.modules.java.source.parsing.OutputFileManager.getFileForOutput(OutputFileManager.java:183)
	at org.netbeans.modules.java.source.parsing.ProxyFileManager.getFileForOutput(ProxyFileManager.java:221)
	at com.sun.tools.javac.processing.JavacFiler.getResource(JavacFiler.java:444)
	at org.openide.filesystems.annotations.LayerGeneratingProcessor.layerDocument(LayerGeneratingProcessor.java:218)
	at org.openide.filesystems.annotations.LayerGeneratingProcessor.layer(LayerGeneratingProcessor.java:203)
	at org.netbeans.modules.project.uiapi.CompositeCategoryProviderAnnotationProcessor.handleFolder(CompositeCategoryProviderAnnotationProcessor.java:110)
	at org.netbeans.modules.project.uiapi.CompositeCategory

GUEST: Lentitud, no respondi
Comment 1 imadbougataya 2012-10-05 10:53:50 UTC
Created attachment 125443 [details]
nps snapshot
Comment 2 Jaroslav Tulach 2012-11-05 13:09:02 UTC
Míla mentioned that MainMenuAction may be gone soon. That would very likely helped in this case as well.
Comment 3 David Strupl 2012-11-12 13:41:23 UTC
Slow windows IO problem. We plan to improve the infrastructure for better recognizing these problems in the future. For now closing as won't fix.