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 271521

Summary: NullPointerException at bluej.editor.moe.MoePlainView.paint
Product: platform Reporter: Vitex
Component: Window SystemAssignee: Stanislav Aubrecht <saubrecht>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 228040
Attachments: stacktrace

Description Vitex 2017-09-25 12:35:53 UTC
Build: NetBeans IDE 8.2 (Build 201705191307)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.144-b01, Java(TM) SE Runtime Environment, 1.8.0_144-b01
OS: Linux

User Comments:
GUEST: <Please provide a description of the problem or the steps to reproduce>

Vitex: Reverting local changes in library installed by composer ?




Stacktrace: 
java.lang.NullPointerException
   at bluej.editor.moe.MoePlainView.paint(MoePlainView.java:239)
   at bluej.editor.moe.NaviviewView.paint(NaviviewView.java:165)
   at javax.swing.plaf.basic.BasicTextUI$RootView.paint(BasicTextUI.java:1434)
   at bluej.editor.moe.NaviView.paintImgBuffer(NaviView.java:394)
   at bluej.editor.moe.NaviView.paintComponent(NaviView.java:498)
   at javax.swing.JComponent.paint(JComponent.java:1056)
Comment 1 Vitex 2017-09-25 12:35:56 UTC
Created attachment 165174 [details]
stacktrace