Community
Participate
Working Groups
The following is wrong: protected String getProblemMarkerType() { return DefaultProblem.MARKER_TYPE_TASK; } it should be: protected String getProblemMarkerType() { return DefaultProblem.MARKER_TYPE_PROBLEM; }
This issue is already fixed by Alexey Panchenko in HEAD and in in R3_0_maintenance so closing as Won't fix.