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 257770 - NoSuchMethodError: org.openide.text.DocumentLine$2.<init>(Lorg/openide/text/DocumentLine;Lorg/openide/text/Annotation;Ljavax/swing/text/StyledDocument;Ljavax/swing/text/Position;)V
Summary: NoSuchMethodError: org.openide.text.DocumentLine$2.<init>(Lorg/openide/text/D...
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Text (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-29 23:12 UTC by nleck
Modified: 2016-01-29 23:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 222306


Attachments
stacktrace (1.43 KB, text/plain)
2016-01-29 23:13 UTC, nleck
Details

Note You need to log in before you can comment on or make changes to this bug.
Description nleck 2016-01-29 23:12:58 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.66-b17, Java(TM) SE Runtime Environment, 1.8.0_66-b17
OS: Linux

User Comments:
nleck: running test case

nleck: setting break point




Stacktrace: 
java.lang.NoSuchMethodError: org.openide.text.DocumentLine$2.<init>(Lorg/openide/text/DocumentLine;Lorg/openide/text/Annotation;Ljavax/swing/text/StyledDocument;Ljavax/swing/text/Position;)V
   at org.openide.text.DocumentLine.addAnnotation(DocumentLine.java:362)
   at org.openide.text.Annotation.attach(Annotation.java:120)
   at org.netbeans.modules.debugger.jpda.projectsui.DebuggerBreakpointAnnotation.<init>(DebuggerBreakpointAnnotation.java:76)
   at org.netbeans.modules.debugger.jpda.projectsui.BreakpointAnnotationProvider.addAnnotationTo(BreakpointAnnotationProvider.java:442)
   at org.netbeans.modules.debugger.jpda.projectsui.BreakpointAnnotationProvider.addAnnotationTo(BreakpointAnnotationProvider.java:416)
   at org.netbeans.modules.debugger.jpda.projectsui.BreakpointAnnotationProvider.access$500(BreakpointAnnotationProvider.java:92)
Comment 1 nleck 2016-01-29 23:13:00 UTC
Created attachment 158302 [details]
stacktrace