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 271498

Summary: OutOfMemoryError: Java heap space
Product: web Reporter: emmanuel.gabriel
Component: HTML EditorAssignee: Milutin Kristofic <mkristofic>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 230329
Attachments: stacktrace

Description emmanuel.gabriel 2017-09-18 08:53:48 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.92-b14, Java(TM) SE Runtime Environment, 1.8.0_92-b14
OS: Windows 10

User Comments:
emmanuel.gabriel: OutOfMemoryError: Java heap space




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.util.HashMap.resize(HashMap.java:703)
   at java.util.HashMap.putVal(HashMap.java:662)
   at java.util.HashMap.put(HashMap.java:611)
   at java.util.HashSet.add(HashSet.java:219)
   at org.netbeans.modules.html.editor.hints.css.CssClassesVisitor.createReversedMap(CssClassesVisitor.java:93)
   at org.netbeans.modules.html.editor.hints.css.CssClassesVisitor.<init>(CssClassesVisitor.java:81)
Comment 1 emmanuel.gabriel 2017-09-18 08:53:50 UTC
Created attachment 165141 [details]
stacktrace