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 253544 - NoSuchMethodError: org.netbeans.modules.debugger.jpda.DebuggerConsoleIO$Line.<init>(Ljava/lang/String;I)V
Summary: NoSuchMethodError: org.netbeans.modules.debugger.jpda.DebuggerConsoleIO$Line....
Status: RESOLVED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-17 14:34 UTC by jomu
Modified: 2015-07-19 01:18 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 218600


Attachments
stacktrace (1.77 KB, text/plain)
2015-07-17 14:34 UTC, jomu
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jomu 2015-07-17 14:34:32 UTC
This issue was reported manually by jomu.
It already has 3 duplicates 


Build: NetBeans IDE Dev (Build 201507150001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.51-b03, Java(TM) SE Runtime Environment, 1.8.0_51-b16
OS: Windows 7

User Comments:
GUEST: Started Debugging-Session

GUEST: started netbeans?

jomu: start to debug a unit test file using command debug test file. Same project, same breakpoint works with 8.0.2




Stacktrace: 
java.lang.NoSuchMethodError: org.netbeans.modules.debugger.jpda.DebuggerConsoleIO$Line.<init>(Ljava/lang/String;I)V
   at org.netbeans.modules.debugger.jpda.ui.BreakpointOutput.printValidityMessage(BreakpointOutput.java:282)
   at org.netbeans.modules.debugger.jpda.ui.BreakpointOutput.propertyChange(BreakpointOutput.java:226)
   at java.beans.PropertyChangeSupport.fire(PropertyChangeSupport.java:335)
   at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:328)
   at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:263)
   at org.netbeans.api.debugger.Breakpoint.firePropertyChange(Breakpoint.java:379)
Comment 1 jomu 2015-07-17 14:34:36 UTC
Created attachment 154695 [details]
stacktrace
Comment 2 Martin Entlicher 2015-07-17 15:15:48 UTC
Caused by updating debugger.jpda module, but not debugger.jpda.ui module.
Increasing spec. version of debugger.jpda.ui so that it updates as well:
changeset:   289869:779a1c5c1129
http://hg.netbeans.org/core-main/rev/779a1c5c1129
Comment 3 Quality Engineering 2015-07-19 01:18:27 UTC
Integrated into 'main-silver', will be available in build *201507190001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/779a1c5c1129
User: mentlicher@netbeans.org
Log: #253544 Increasing spec. version.