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 209704 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: RESOLVED DUPLICATE of bug 207991
Alias: None
Product: web
Classification: Unclassified
Component: CSS Visual Tools (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-18 18:35 UTC by deema
Modified: 2012-04-11 13:33 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 185989


Attachments
stacktrace (3.07 KB, text/plain)
2012-03-18 18:35 UTC, deema
Details

Note You need to log in before you can comment on or make changes to this bug.
Description deema 2012-03-18 18:35:47 UTC
Build: NetBeans IDE 7.1 RC1 (Build 201111242103)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.4-b02, Java(TM) SE Runtime Environment, 1.6.0_29-b11
OS: Windows 7

User Comments:
deema: Open Netbeans and automatic scan of projects




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.util.Arrays.copyOf(Arrays.java:0)
   at java.lang.AbstractStringBuilder.expandCapacity(AbstractStringBuilder.java:0)
   at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:0)
   at java.lang.StringBuilder.append(StringBuilder.java:0)
   at org.netbeans.modules.css.indexing.CssIndexer.storeEntries(CssIndexer.java:151)
   at org.netbeans.modules.css.indexing.CssIndexer.index(CssIndexer.java:106)
Comment 1 deema 2012-03-18 18:35:50 UTC
Created attachment 116830 [details]
stacktrace
Comment 2 Marek Fukala 2012-04-11 13:33:12 UTC
already fixed

*** This bug has been marked as a duplicate of bug 207991 ***