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 - NullPointerException at com.raelity.jvi.swing.SwingTextView.modelToView
Summary: NullPointerException at com.raelity.jvi.swing.SwingTextView.modelToView
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-03 19:58 UTC by arren
Modified: 2016-10-03 19:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 226556


Attachments
stacktrace (3.90 KB, text/plain)
2016-10-03 19:58 UTC, arren
Details

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