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 267402

Summary: OutOfMemoryError: Java heap space
Product: editor Reporter: kuko
Component: LexerAssignee: Miloslav Metelka <mmetelka>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 225559
Attachments: stacktrace

Description kuko 2016-08-02 11:49:39 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 10

User Comments:
kuko: From Subversion Update




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.util.Arrays.copyOf(Arrays.java:3181)
   at java.util.ArrayList.trimToSize(ArrayList.java:198)
   at org.netbeans.lib.lexer.BatchTokenList.tokenOrEmbeddingImpl(BatchTokenList.java:208)
   at org.netbeans.lib.lexer.BatchTokenList.tokenOrEmbedding(BatchTokenList.java:191)
   at org.netbeans.api.lexer.TokenSequence.moveNext(TokenSequence.java:488)
   at org.cakephp.netbeans.editor.embedding.CakePhpEmbeddingProvider.getEmbeddings(CakePhpEmbeddingProvider.java:78)
Comment 1 kuko 2016-08-02 11:49:41 UTC
Created attachment 161532 [details]
stacktrace