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 - 5.5s - org.netbeans.modules.editor.MainMenuAction.resultChanged()
Summary: 5.5s - org.netbeans.modules.editor.MainMenuAction.resultChanged()
Status: RESOLVED WONTFIX
Alias: None
Product: editor
Classification: Unclassified
Component: Actions/Menu/Toolbar (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2012-10-05 10:53 UTC by imadbougataya
Modified: 2012-11-12 13:41 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 167943


Attachments
nps snapshot (14.15 KB, application/nps)
2012-10-05 10:53 UTC, imadbougataya
Details

Note You need to log in before you can comment on or make changes to this bug.
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.