-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #72 from firewave/column-fix
Fixed NullPointerException with Cppcheck < 1.89 caused by missing 'column' attribute in XML result
- Loading branch information
Showing
3 changed files
with
17 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<idea-plugin> | ||
<id>com.github.johnthagen.cppcheck</id> | ||
<name>cppcheck</name> | ||
<version>1.6.1</version> | ||
<version>1.6.2</version> | ||
<vendor email="[email protected]" url="http://github.com/johnthagen">johnthagen</vendor> | ||
|
||
<description><![CDATA[ | ||
|
@@ -60,14 +60,7 @@ | |
]]></description> | ||
|
||
<change-notes><![CDATA[ | ||
- Parse --xml output instead of text output. (Contribution by @firewave)<br/> | ||
- Fixed scanning of files with whitespaces in name. (Contribution by @firewave) | ||
- Only scan files which actually exist. (Contribution by @firewave) | ||
- Use unique file names for temporary files used for analysis. (Contribution by @firewave) | ||
- Properly handle "debug" messages generated by --debug-warnings. (Contribution by @firewave) | ||
- Added .cl, .hxx, .tpp and .txx to list of supported file extensions - now matches the ones supported by Cppcheck internally. (Contribution by @firewave) | ||
- Internally suppress "unusedFunction" and "unusedStructMember" (for header files only) warnings to avoid false positives. (Contribution by @firewave) | ||
- Fixed "information" messages not being shown at all. (Contribution by @firewave) | ||
- Fixed `NullPointerException` with Cppcheck < 1.89 caused by missing 'column' attribute in XML result. | ||
]]> | ||
</change-notes> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters