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 268328

Summary: NullPointerException at com.raelity.jvi.swing.SwingTextView.modelToView
Product: ide Reporter: arren <arren>
Component: CodeAssignee: issues@ide <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 226556
Attachments: stacktrace

Description arren 2016-10-03 19:58:32 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: OpenJDK 64-Bit Server VM, 25.91-b14, OpenJDK Runtime Environment, 1.8.0_91-8u91-b14-3ubuntu1~16.04.1-b14
OS: Linux

User Comments:
arren: editing code, changed the return type of a method, I think




Stacktrace: 
java.lang.NullPointerException
   at com.raelity.jvi.swing.SwingTextView.modelToView(SwingTextView.java:1726)
   at com.raelity.jvi.swing.SwingTextView.setVpTopLogicalLine(SwingTextView.java:752)
   at com.raelity.jvi.core.Misc01.scrollToLogicalLine(Misc01.java:213)
   at com.raelity.jvi.core.Misc01.scrollToLine(Misc01.java:64)
   at com.raelity.jvi.core.G.scrollToLine(G.java:81)
   at com.raelity.jvi.swing.SwingTextView$WCursor.set(SwingTextView.java:1287)
Comment 1 arren 2016-10-03 19:58:34 UTC
Created attachment 162320 [details]
stacktrace