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 270125

Summary: OutOfMemoryError: Java heap space
Product: editor Reporter: ajeets1978
Component: Painting & PrintingAssignee: Miloslav Metelka <mmetelka>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 228471
Attachments: stacktrace

Description ajeets1978 2017-03-20 04:51:59 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.66-b17, Java(TM) SE Runtime Environment, 1.8.0_66-b17
OS: Mac OS X

User Comments:
ajeets1978: Diff Too.. operations. Swaping file more than once.




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.awt.image.DataBufferInt.<init>(DataBufferInt.java:75)
   at java.awt.image.Raster.createPackedRaster(Raster.java:467)
   at java.awt.image.DirectColorModel.createCompatibleWritableRaster(DirectColorModel.java:1032)
   at java.awt.image.BufferedImage.<init>(BufferedImage.java:333)
   at com.github.mcheung63.netbeans.minimap.MinimapPanel.generateCodeMap(MinimapPanel.java:204)
   at com.github.mcheung63.netbeans.minimap.MinimapPanel.generateCodeImage(MinimapPanel.java:166)
Comment 1 ajeets1978 2017-03-20 04:52:02 UTC
Created attachment 163887 [details]
stacktrace