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 257648

Summary: OutOfMemoryError: GC overhead limit exceeded
Product: javascript Reporter: Uniser
Component: EditorAssignee: Petr Pisl <ppisl>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 222212
Attachments: stacktrace

Description Uniser 2016-01-20 15:48:56 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Linux

User Comments:
Uniser: Ctpl+space in big project




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.util.Arrays.copyOfRange(Arrays.java:3664)
   at java.lang.String.<init>(String.java:207)
   at java.lang.String.substring(String.java:1969)
   at org.netbeans.modules.javascript2.editor.index.IndexedElement.getFQN(IndexedElement.java:276)
   at org.netbeans.modules.javascript2.editor.index.IndexedElement.create(IndexedElement.java:230)
   at org.netbeans.modules.javascript2.editor.JsCodeCompletion.complete(JsCodeCompletion.java:156)
Comment 1 Uniser 2016-01-20 15:48:57 UTC
Created attachment 158194 [details]
stacktrace