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 267618 - NullPointerException at javax.swing.text.JTextComponent.getSelectionStart
Summary: NullPointerException at javax.swing.text.JTextComponent.getSelectionStart
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-17 12:36 UTC by ggghhhjjj
Modified: 2016-08-17 12:36 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 223191


Attachments
stacktrace (1.02 KB, text/plain)
2016-08-17 12:36 UTC, ggghhhjjj
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ggghhhjjj 2016-08-17 12:36:38 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.77-b03, Java(TM) SE Runtime Environment, 1.8.0_77-b03
OS: Windows 7

User Comments:
GUEST: Switching to a document group comprising seveal JSPs.

ggghhhjjj: just jix the jsp editor

ggghhhjjj: just after it has been sent an issue about scrilling in the git diff view

GUEST: Deleteing a comment whlile there was also a diff up of the same file

GUEST: Reporting an error as guest to the NetBeans Error Report Upload.

Could this be a meta-error report?

ggghhhjjj: scrolling in the git diff view




Stacktrace: 
java.lang.NullPointerException
   at javax.swing.text.JTextComponent.getSelectionStart(JTextComponent.java:1770)
   at org.netbeans.modules.web.debug.util.Utils.getELIdentifier(Utils.java:395)
   at org.netbeans.modules.web.debug.JspToolTipAnnotation.run(JspToolTipAnnotation.java:110)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1443)
   at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:68)
   at org.openide.util.lookup.Lookups.executeWith(Lookups.java:303)
Comment 1 ggghhhjjj 2016-08-17 12:36:39 UTC
Created attachment 161693 [details]
stacktrace