hassanLOULOU / moliz

Automatically exported from code.google.com/p/moliz
0 stars 0 forks source link

Adapt Papyrus debugger plug-ins to new API of Papyrus version 0.9.1 #15

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The Papyrus API changed, which causes the following compilation errors in the 
project org.modelexecution.fumldebug.debugger.papyrus.

Signature of DecorationService.addDecoration has changed and has to be adapted 
in
  * org.modelexecution.fumldebug.debugger.papyrus.breakpoints.PapyrusBreakpointVisualizer.addBreakpointAnnotation(String, IBreakpoint)
  * org.modelexecution.fumldebug.debugger.papyrus.presentation.PapyrusDebugPresentation.addNewCurrentNodeAnnotation(View, DecorationService)

IDecoration has been renamed to Decoration, which has to be adapted in
  * org.modelexecution.fumldebug.debugger.papyrus.decorations.AbstractIconDecorator
  * org.modelexecution.fumldebug.debugger.papyrus.decorations.BreakpointDecorator
  * org.modelexecution.fumldebug.debugger.papyrus.decorations.DebugDecorator

Original issue reported on code.google.com by p.langer on 16 Dec 2012 at 10:38