Viewing Issue Advanced Details

ID 0003916 Category [DMDirc] *Unsorted Severity minor
Reproducibility always Date Submitted 2010-03-11 00:07 Last Update 2010-03-13 22:07
Reporter Error Reporter Assigned To MD87 View Status public
Priority normal Status resolved Resolution fixed
Platform Fixed in Version Target Version 0.6.4
Product Version Product Build 0.6.3-55-g1947ad5
Summary 0003916: java.lang.NoSuchMethodError: com.dmdirc.actions.ActionManager.processEvent(Lcom/dmdirc/actions/interfaces/ActionType;Ljava/lang/
Description
java.lang.NoSuchMethodError: com.dmdirc.actions.ActionManager.processEvent(Lcom/dmdirc/actions/interfaces/ActionType;Ljava/lang/StringBuffer;[Ljava/lang/Object;)V
com.dmdirc.addons.time.TimePlugin.runTimer(TimePlugin.java:80)
com.dmdirc.addons.time.TimePlugin$1.run(TimePlugin.java:69)
java.util.TimerThread.mainLoop(Timer.java:534)
java.util.TimerThread.run(Timer.java:484)
Needs unit test no
Upstream Bug URL

Relationships

Notes

A patchset (1) related to this change has been added to gerrit by Chris Smith

Bump time and DCC plugin versions because of action changes

Fixes issue 3916

Change-Id: If94a605ff8c23e769d7c3d93ab870bdf6d0c2a77
authorChris Smith <chris@dmdirc.com>2010-03-11 00:10:34 (GMT)
committer Gregory Holmes <greg@dmdirc.com>2010-03-11 00:11:50 (GMT)
commitf8cc4bd8c8372b193260bc74a01b32481d514c79 (patch) (side-by-side diff)
Bump time and DCC plugin versions because of action changes
Fixes issue 3916 Change-Id: If94a605ff8c23e769d7c3d93ab870bdf6d0c2a77 Reviewed-on: http://gerrit.dmdirc.com/1009 Automatic-Compile: Gregory Holmes <greg@dmdirc.com> Reviewed-by: Gregory Holmes <greg@dmdirc.com>
-rwxr-xr-xsrc/com/dmdirc/addons/dcc/plugin.config2
-rw-r--r--src/com/dmdirc/addons/time/plugin.config2
2 files changed, 2 insertions, 2 deletions
Click to Expand/Collapse
diff src/com/dmdirc/addons/dcc/plugin.config
@@ -26,7 +26,7 @@ updates:
id=23
version:
- friendly=0.4
+ friendly=0.5
persistent:
com.dmdirc.addons.dcc.actions.DCCActions
Click to Expand/Collapse
diff src/com/dmdirc/addons/time/plugin.config
@@ -19,7 +19,7 @@ updates:
id=6
version:
- friendly=0.3
+ friendly=0.4
persistent:
com.dmdirc.addons.time.TimeActionType

Issue History

Date Modified Username Field Change
2010-03-11 00:07 Error Reporter New Issue
2010-03-11 00:11 Version Control Checkin
2010-03-11 00:11 Version Control Note Added: 0010303
2010-03-11 00:11 Version Control Status new => fix pending
2010-03-11 00:12 MD87 Checkin
2010-03-11 00:12 MD87 Note Added: 0010305
2010-03-11 00:12 MD87 Status fix pending => resolved
2010-03-11 00:12 MD87 Resolution open => fixed
2010-03-13 22:04 Greboid Needs unit test => no
2010-03-13 22:04 Greboid Assigned To => MD87
2010-03-13 22:04 Greboid Description Updated
2010-03-13 22:07 Greboid View Status private => public