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 - NullPointerException at bluej.editor.moe.MoePlainView.paint
Summary: NullPointerException at bluej.editor.moe.MoePlainView.paint
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-25 12:35 UTC by Vitex
Modified: 2017-09-25 12:35 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 228040


Attachments
stacktrace (4.00 KB, text/plain)
2017-09-25 12:35 UTC, Vitex
Details

Note You need to log in before you can comment on or make changes to this bug.
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