Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove fixed bnd workspace problem markers
This fixes an annoyance, that Bndtools Workspace Problem Markers in /cnf/build.bnd where not removed from Eclipse's Problem-View, although you have fixed a problem. The reason was that model.getErrors() and model.getWarnings() used by org.bndtools.builder.MarkerSupport.setMarkers(Processor, String) where never cleared, so the errors and warnings where always re-added. Signed-off-by: Christoph Rueger <[email protected]>
- Loading branch information