Ericsson / CodeCheckerEclipsePlugin

This is an Eclipse plugin that shows C/C++ static analysis results found by Clang Static Analyzer and Clang Tidy
Eclipse Public License 1.0
32 stars 13 forks source link

Remove BugPathPos(ition)s from BugPathList #6

Closed Locutus18 closed 8 years ago

Locutus18 commented 8 years ago

The BugPathList should only display BugPathEvents, not both BugPathEvents and BugPathPos(ition)s

dutow commented 8 years ago

This is a duplicate of #3