Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ease-dev] [GSoC-2015]Help Hover Tooltips

Hi,

I also tried to reproduce the behavior, but could not. I guess it might happen in some special cases that the decorator throws an exception. After throwing a decorator stops working. Might be the reason for missing decorator text. So it seems w need to keep that bug open and wait for a stack trace to continue.

Chistian

On 11.04.2015 12:24, Vidura Mudalige wrote:
Hi Christian,

I checked the papyrus module in "org.eclipse.ease.modules.modeling" plugin. But the module does not include the defective methods ( addErrorMarker(EObject,String), addInfoMarker(EObject,String), addWarningMarker(EObject,String) ). I found these 3 methods in a module called "EcoreModule"[1]. I tested those 3 methods by copying them into a default module. Then the decorators reported the return types correctly. Am I using the correct papyrus module and methods?



Back to the top