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 204525 - [71cat] OutOfMemoryError: Java heap space
Summary: [71cat] OutOfMemoryError: Java heap space
Status: RESOLVED DUPLICATE of bug 207991
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-01 15:28 UTC by schkovich
Modified: 2012-04-20 11:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 182494


Attachments
stacktrace (3.05 KB, text/plain)
2011-11-01 15:28 UTC, schkovich
Details

Note You need to log in before you can comment on or make changes to this bug.
Description schkovich 2011-11-01 15:28:46 UTC
Build: NetBeans IDE Dev (Build 201110300600)
VM: Java HotSpot(TM) 64-Bit Server VM, 21.0-b17, Java(TM) SE Runtime Environment, 1.7.0-b147
OS: Linux

User Comments:
schkovich: Exception thrown during scanning project after adding library to project include path




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.util.Arrays.copyOfRange(Arrays.java:2694)
   at java.lang.String.<init>(String.java:234)
   at java.lang.StringBuilder.toString(StringBuilder.java:405)
   at org.netbeans.modules.html.editor.api.gsf.HtmlParserResult.getValidationResults(HtmlParserResult.java:235)
   at org.netbeans.modules.html.editor.api.gsf.HtmlParserResult.getDiagnostics(HtmlParserResult.java:217)
   at org.netbeans.modules.html.editor.hints.HtmlRuleContext.<init>(HtmlRuleContext.java:68)
Comment 1 schkovich 2011-11-01 15:28:48 UTC
Created attachment 112685 [details]
stacktrace
Comment 2 Marek Fukala 2012-04-20 11:27:54 UTC
should be already fixed

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