Community
Participate
Working Groups
Build Identifier: Using the PluginLog.reportStatus(...) API to log an Info message will mark generation as "Failed"! See attached snapshot for more details. I've also attached the generator used. Notice line#119 on MyRunnableRule: PluginLog.reportStatus(new Status(IStatus.INFO, "pluginID", "my message.")); This shouldn't cause generation to fail Reproducible: Always
Created attachment 208346 [details] Generation dialog
Created attachment 208347 [details] Generator used
Created attachment 208591 [details] Patch Navid, I've fixed the bug and attached a patch.
Created attachment 208592 [details] Patch containing a Q7 test for this case Navid, I've also created a Q7 test for such a case and attached it in the testPatch.txt
patch has been applied
Looks good. Thanks!