In C++, FlexeLint is a good tool for static analysis source code, but unfortunately, the reports generated by FlexeLint are formatted in plain text. As there were always a lot of “error” ,"warning” and “information” reported, we could not finger out where the really errors are. So I decided to develop a tool to show and focus on “really” errors. As a programmer, I want to use the familiar tool to ... [More]