if( marker.exists() ) { marker.setAttribute( IMarker.MESSAGE, msg ); marker.setAttribute( IMarker.LINE_NUMBER, line ); marker.setAttribute( IMarker.SEVERITY, severity ); }
Report message to a moderator