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 269865 - NullPointerException at javax.swing.text.JTextComponent.getCaretPosition
Summary: NullPointerException at javax.swing.text.JTextComponent.getCaretPosition
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-18 17:03 UTC by peter080895
Modified: 2017-02-18 17:03 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 221112


Attachments
stacktrace (3.73 KB, text/plain)
2017-02-18 17:03 UTC, peter080895
Details

Note You need to log in before you can comment on or make changes to this bug.
Description peter080895 2017-02-18 17:03:40 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.80-b11, Java(TM) SE Runtime Environment, 1.7.0_80-b15
OS: Mac OS X

User Comments:
GUEST: No me deja compilar los ireport

GUEST: No deja compillar....

GUEST: Usando el Pluging de Jasper Report

GUEST: java.lang.NullPointerException

peter080895: me aparece este error al intentar de generar un reporte con jsp por favor quiero saber la solucion porque no lo encontrarlo




Stacktrace: 
java.lang.NullPointerException
   at javax.swing.text.JTextComponent.getCaretPosition(JTextComponent.java:1693)
   at org.netbeans.modules.editor.errorstripe.AnnotationView.getCurrentLine(AnnotationView.java:295)
   at org.netbeans.modules.editor.errorstripe.AnnotationView.paintComponent(AnnotationView.java:351)
   at javax.swing.JComponent.paint(JComponent.java:1055)
   at javax.swing.JComponent.paintChildren(JComponent.java:888)
   at javax.swing.JComponent.paint(JComponent.java:1064)
Comment 1 peter080895 2017-02-18 17:03:43 UTC
Created attachment 163660 [details]
stacktrace