Releases: SonarOpenCommunity/sonar-cxx
V1.3.2
We are pleased to announce the SonarQube C++ Community Plugin version 1.3.2.
See lists below for features added and bugs fixed in this release.
SonarQube compability
- tested and released for SonarQube 6.7 LTS with Java 8 and SonarQube 7.9 LTS with Java 11
- see also SonarQube compatibility matrix
- Installation Instructions
- Upgrade Instructions
Enhancements
- improved JSON Compilation Database support:
- Cppcheck 1.90 support #1783 #1778
- duplicate issues with different relative paths resulting in same absolute path are only added once now #1776 #1777
- customRules no more supported #1781 #1548
- cxx-lint no more supported #1780
- refactoring #1804
Bugfixes
- fix syntax highlighting for Raw strings #1803 #1768
- parser fix: improved literal-operator-id support #1798 #1785
- fix multi-values/property warning #1782 #1775
Known Issues
For an up to date list of known issues see the issue tracker.
- not tested with Java 9, 10 and 12
- Ensure that a rule is enabled if you get no results. In new SQ versions the default profile is read-only. The cxx plugin does not enable rules for external tools per default.
- Starting with SQ 6.2 there are some new metrics and some are no more available. Please have a look to the SonarQube release notes.
duplicated_lines_densityvalues are different with SQ 7.5- project's duplication density value will likely rise with SQ 7.8 (SONAR-12188)
- test execution metrics are not supported
- The Cppcheck plugin is deprecated and not working in parallel to this plugin. This plugin provides an own Cppcheck sensor.
- C plugin and JSON Compilation Database support are experimental only
Thanks ....
go to all contributors (in alphabetical order):
... and all people which were active on the issue tracker!
V1.3.1
We are pleased to announce the SonarQube C++ Community Plugin version 1.3.1.
See lists below for features added and bugs fixed in this release.
SonarQube compability
- tested and released for SonarQube 6.7 LTS with Java 8 and SonarQube 7.9 LTS with Java 11
- see also SonarQube compatibility matrix
- Installation Instructions
- Upgrade Instructions
Enhancements
- rules from external tools are deactivated in plugin default profile #1752
- improved inline assembler support for VC & GCC #1761 #1760 #1759
- GCC ASM label extension support #1657
- NOSONAR support #1758 #1300
- clang-tidy: 'clang-diagnostic-error' rule support #1754 #1747
- test on Travis with Java 8 & 11 #1750 #1735
- refactoring #1756 #1755
Bugfixes
- create debug message in case of Cppcheck parsing error #1753 #1718
- fixed raw string parsing #1749 #1748
Known Issues
For an up to date list of known issues see the issue tracker.
- not tested with Java 9, 10 and 12
- Ensure that a rule is enabled if you get no results. In new SQ versions the default profile is read-only. The cxx plugin does not enable rules for external tools per default.
- Starting with SQ 6.2 there are some new metrics and some are no more available. Please have a look to the SonarQube release notes.
duplicated_lines_densityvalues are different with SQ 7.5- project's duplication density value will likely rise with SQ 7.8 (SONAR-12188)
- test execution metrics are not supported
- The Cppcheck plugin is deprecated and not working in parallel to this plugin. This plugin provides an own Cppcheck sensor.
- C plugin and JSON Compilation Database support are experimental only
Thanks ....
go to all contributors (in alphabetical order):
... and all people which were active on the issue tracker!
V1.3.0
We are pleased to announce the SonarQube C++ Community Plugin version 1.3.0.
See lists below for features added and bugs fixed in this release.
SonarQube compability
- tested and released for SonarQube 6.7 LTS, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.6, 7.7, 7.8
see also SonarQube compatibility matrix - Installation Instructions
- Upgrade Instructions
Enhancements
- SQ 7.7 support #1696 #1695
- SQ 7.8 support #1731 #1738
- minimal supported SQ API is 6.7 #1317
- Cppcheck 1.88 support #1733 #1739 #1741
- Clang-Tidy:
- Clang Static Analyzer
- GCC
- PC-Lint
- Visual Studio / Msbuild LOG file analysis:
- use of scanner 4.0 #1736
- use of parent POM 51
- static code analysis checks are removed #1704
- BooleanEqualityComparisonCheck, CollapsibleIfCandidateCheck, CommentedCodeCheck, HardcodedAccountCheck, HardcodedIpCheck, MagicNumberCheck, MissingCurlyBracesCheck, NestedStatementsCheck, ReservedNamesCheck, SafetyTagCheck, StringLiteralDuplicatedCheck, SwitchLastCaseIsDefaultCheck, UnnamedNamespaceInHeaderCheck, UseCorrectIncludeCheck, UseCorrectTypeCheck, UselessParenthesesCheck, UsingNamespaceInHeaderCheck
- use external tools like CppCheck, Clang, .... instead
- seperate cxx-lint tool into own JAR (no more part of cxx plugin) #1705
- refactoring #1737 #1691 #1690 #1689
Bugfixes
- fixing OpenCppCoverage coverage report: not working since upgrade to 1.2.x #1669 #1709
- fixing typo Highligthing => Highlighting #1724 #1723
- support real paths in coverage sensor for C++/CLI #1701 #1688
- Clang-Tidy: modernize-use-nodiscard check message breaks regex #1719 #1742
- Clang-Tidy: missing rule [clang-diagnostic-warning] #1702
Known Issues
For an up to date list of known issues see the issue tracker.
- not tested with Java 9, 10, 11
- not tested with SonarQube 7.9.x LTS
- Ensure that a rule is enabled if you get no results. In new SQ versions the default profile is read-only. The cxx plugin does not enable all rules per default.
- Starting with SQ 6.2 there are some new metrics and some are no more available. Please have a look to the SonarQube release notes.
duplicated_lines_densityvalues are different with SQ 7.5- project's duplication density value will likely rise with SQ 7.8 (SONAR-12188)
- test execution metrics are not supported
- The Cppcheck plugin is deprecated and not working in parallel to this plugin. This plugin provides an own Cppcheck sensor.
- C plugin and JSON Compilation Database support are experimental only
Thanks ....
go to all contributors (in alphabetical order):
@Bertk
@bloodlee
@guwirth
@ivangalkin
@romanek-adam
@rudolfgrauberger
@stalb
... and all people which were active on the issue tracker!
V1.2.2
We are pleased to announce the SonarQube C++ Community Plugin version 1.2.2.
See lists below for features added and bugs fixed in this release.
SonarQube compability
- tested and released for SonarQube 6.7 LTS, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.6
see also SonarQube compatibility matrix - Installation Instructions
- Upgrade Instructions
Enhancements
- SQ 7.6 support #1674
- minimal supported SQ API is 6.7 #1317
- Cppcheck 1.87 support #1687
- lowercase filenames in sensors are supported #1651 #1653 #1678 #1682 #1679 #1682
- {Aggregate|Density} MeasureComputer: reduce and soften the logging #1640 #1641
- improved preprocessor: performance, include and macro handling #1637 #1645 #1650 #1660 #1665
- Optimized lexer and AST: some nodes are removed from AST. Please verify user defined checks and XPath expressions if they are still working #1664 #1646 #1667
- use of scanner 3.3.0.1492 #1676
- use of Maven 3.5.4 #1649
- use of parent POM 49 #1686
- Google Guava dependencies removed #1647
- refactoring #1644 #1659 #1677
Bugfixes
- none
Known Issues
For an up to date list of known issues see the issue tracker.
- not compatible with Java 9
- Ensure that a rule is enabled if you get no results. In new SQ versions the default profile is read-only. The cxx plugin does not enable all rules per default.
- Starting with SQ 6.2 there are some new metrics and some are no more available. Please have a look to the SonarQube release notes.
duplicated_lines_densityvalues are different with SQ 7.5- test execution metrics are not supported
- The Cppcheck plugin is deprecated and not working in parallel to this plugin. This plugin provides an own Cppcheck sensor.
- C plugin and JSON Compilation Database support are experimental only
Thanks ....
go to all contributors (in alphabetical order):
... and all people which were active on the issue tracker!
V1.2.1
We are pleased to announce the SonarQube C++ Community Plugin version 1.2.1.
See lists below for features added and bugs fixed in this release.
SonarQube compability
- tested and released for SonarQube 6.7 LTS, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5
see also SonarQube compatibility matrix - Installation Instructions
- Upgrade Instructions
Enhancements
- SQ 7.5 support #1635
- minimal supported SQ API is 6.7 #1317
- use SSLR 1.23 #1630
- use parent POM 48 #1590
- Cppcheck 1.86 support #1616 #1620
- mark static code analysis checks deprecated #1613
- optimized logging #1619 #1621 #1622 #1623 #1624 #1626 #1627 #1628
- clean-up POMs #1591 #1593 #1631 #1632 #1633 #1634
- refactoring #1584 #1594 #1592 #1600 #1602 #1603 #1605 #1606 #1607 #1608 #1610 #1611 #1614 #1617 #1618 #1629
Bugfixes
Known Issues
For an up to date list of known issues see the issue tracker.
- not compatible with Java 9
- Ensure that a rule is enabled if you get no results. In new SQ versions the default profile is read-only. The cxx plugin does not enable all rules per default.
- Starting with SQ 6.2 there are some new metrics and some are no more available. Please have a look to the SonarQube release notes.
duplicated_lines_densityvalues are different with SQ 7.5- test execution metrics are not supported
- The Cppcheck plugin is deprecated and not working in parallel to this plugin. This plugin provides an own Cppcheck sensor.
- C plugin and JSON Compilation Database support are experimental only
Thanks ....
go to all contributors (in alphabetical order):
... and all people which were active on the issue tracker!
V1.2.0
We are pleased to announce the SonarQube C++ Community Plugin version 1.2.0.
See lists below for features added and bugs fixed in this release.
SonarQube compability
- tested and released for SonarQube 6.7 LTS, 7.0, 7.1, 7.2, 7.3, 7.4
see also SonarQube compatibility matrix - Installation Instructions
- Upgrade Instructions
Enhancements
- SQ 7.3 and SQ 7.4 support #1541 #1581
- minimal supported SQ API is 6.7 #1317
- Complexity metrics are performed on original source code now #1547 #1552
- In the past we were first preprocessing the code and were calculating the complexity metrics on base of the preprocessed code. This could lead to confusing metric numbers because macro code is counted multiple times and could also be from external libraries. Generated code (among others macro expansions) doesn't affect the calculation of cognitive / cyclomatic complexity now. This can lead to different but easier to understand metrics.
- GCC and MSVC compiler sensor can be used at the same time now #1533 #1180
- BREAKING CHANGE :
sonar.cxx.compilersettings are no more supported!- use
sonar.cxx.vcto read MSVC reports - use
sonar.cxx.gccto read GCC reports - use
sonar.cxx.msbuildto read includes and defines from MSBuild log file
- use
- BREAKING CHANGE :
- implement explanation for cyclomatic and cognitive complexity checks #1494 #1551 #1546 #1537 #1535
- Clang-Tidy 8 support #1536 #1555 #1558 #1566
- Cppcheck 1.85 support #1545 #1576
- make default logging less verbose (move some parts to debug info) #1563 #1565 #1567
- Setting
sonar.cxx.missingIncludeWarningsis no more available. Turn debug info on to get information.
- Setting
- The naming of the following metrics have been changed, see Upgrade Instructions
- perc_complex_functions -> CXX-PERC_COMPLEX_FUNCTIONS
- loc_in_complex_functions -> LOC_IN_COMPLEX_FUNCTIONS
- perc_loc_in_complex_functions -> CXX-PERC_LOC_IN_COMPLEX_FUNCTIONS
- big_functions -> CXX-BIG_FUNCTIONS
- loc_in_big_functions -> CXX-LOC_IN_BIG_FUNCTIONS
- perc_big_functions -> CXX-PERC_BIG_FUNCTIONS
- perc_loc_in_big_functions -> CXX-PERC_LOC_IN_BIG_FUNCTIONS
- loc_in_functions -> CXX-LOC_IN_FUNCTIONS
- refactoring #1526 #1529 #1530 #1532 #1582 #1562
Bugfixes
- Sensors have problem to import results because of symbolic links and path normalization #1574 #1575
- C++: support alternative operators #1569 #1572 #1577
- MethodName check fails on constructor of nested class #1557 #1559
- API check: Method defined in header file, but out of class, marked as undocumented / Public API: ignore methods outside of class #1543 #1544 #1580
- xUnit sensor not run on maven projects #1523 #1524
- C-Plugin: sensors use wrong rules repository keys / rules repository ignored the language specific repository suffix #1521 #1522
- java.lang.StackOverflowError during parse of source file / protect ExpressionEvaluator from self-referential macros #1516 #1517
- cppcheck sensor: wrong handling of warnings with multiple locations #1511 #1512
- sonar-cxx custom metrics are not displayed/saved #1509 #1514
- enable code metrics for public API
- support multi-module projects
- reduce memory footprint by moving of metric aggregation to the computation engine
- Property 'sonar.cxx.coverage.reportPath' should be made using 'getStringArray' method. The SonarQube plugin using this property should be updated #1384 #1568
- cppcheck.xml fix name and description of unmatchedSuppression #1564
- [Travis/AppVeyor] Updates SQ distribution URL #1571
- cannot find include files #1230
- Symlink support #1574 #1575
Known Issues
For an up to date list of known issues see the issue tracker.
- not compatible with Java 9
- Ensure that a rule is enabled if you get no results. In new SQ versions the default profile is read-only. The cxx plugin does not enable all rules per default.
- Starting with SQ 6.2 there are some new metrics and some are no more available. Please have a look to the SonarQube release notes.
- test execution metrics are not supported
- The Cppcheck plugin is deprecated and not working in parallel to this plugin. This plugin provides an own Cppcheck sensor.
- C plugin and JSON Compilation Database support are experimental only
Thanks ....
go to all contributors (in alphabetical order):
@guwirth
@ivangalkin
@moriarty
@nathanaelg
... and all people which were active on the issue tracker!
V1.1.0
We are pleased to announce the SonarQube C++ Community Plugin version 1.1.0.
See lists below for features added and bugs fixed in this release.
SonarQube compability
- tested and released for SonarQube 6.7 LTS, 7.0, 7.1, 7.2
see also SonarQube compatibility matrix - Installation Instructions
- Upgrade Instructions
Enhancements
- SQ 7.2 support #1491
- minimal supported SQ API is 6.7 #1317
- add function complexity and size metrics #1398:
- new metrics:
- Complex Functions: Number of functions with high cyclomatic complexity
- Complex Functions (%): % of functions with high cyclomatic complexity
- Complex Functions Lines of Code: Number of lines of code in functions with high cyclomatic complexity
- Complex Functions Lines of Code (%): % of lines of code in functions with high cyclomatic complexity
- Big Functions: Number of functions with too many lines
- Big Functions Lines of Code: Number of lines of code in functions with too many lines
- Big Functions (%): Number of lines of code in functions with too many lines
- Big Functions Lines of Code (%): % of lines of code in functions with too many lines
- Lines of Code in Functions: Number of lines of code in function bodies
- new configuration properties:
sonar.cxx.funccomplexity.threshold/ Cyclomatic complexity threshold:
Cyclomatic complexity threshold used to classify a function as complexsonar.cxx.funcsize.threshold/ Function size threshold:
Function size threshold to consider a function to be too big
- new metrics:
- Testwell CTC++ support (Verifysoft Technology GmbH) #1486
- add coverage sensor 'Testwell CTC++' for textural reports
- Cppcheck 1.84 support #1490 #1495
- refactoring #1499 #1498 #1496 #1487 #1482 #1481 #1503 #1504
Bugfixes
Known Issues
For an up to date list of known issues see the issue tracker.
- not compatible with Java 9
- Ensure that a rule is enabled if you get no results. In new SQ versions the default profile is read-only. The cxx plugin does not enable all rules per default.
- Starting with SQ 6.2 there are some new metrics and some are no more available. Please have a look to the SonarQube release notes.
- test execution metrics are not supported
- The Cppcheck plugin is deprecated and not working in parallel to this plugin. This plugin provides an own Cppcheck sensor.
- C plugin and JSON Compilation Database support are experimental only
- Symlinks are not supported.
Thanks ....
go to all contributors (in alphabetical order):
@ericlemes
@guwirth
@ivangalkin
@rufinio
... and all people which were active on the issue tracker!
V1.0.0
We are pleased to announce the SonarQube C++ Community Plugin version 1.0.0.
See lists below for features added and bugs fixed in this release.
SonarQube compability
- tested and released for SonarQube 6.7 LTS, 7.0, 7.1
see also SonarQube compatibility matrix - Installation Instructions
- Upgrade Instructions
Enhancements
- minimal supported SQ API is 6.7 #1317
- updated parent POM to 44
- set an unique name to distinguish between community and commercial plugin in UI: C++ (Community) #1433
- optimize Sensor usage with SensorDescriptor #1421 #1434 #1420
- implement support for multiple locations in CxxReportSensor #1447
- Cppcheck 1.83 support #1455 #1450
- Cppcheck support external library issues #1445
- CppcheckParserV2: allow multiple issue locations #1436
- Visual Studio 2017 15.6 & 15.7 support #1454 #1453 #1399
- CxxValgrindSensor: allow multiple nodes #1440 #1461 #1440
- RATS 2.4 support #1419 #1395
- remove
scanOnlySpecifiedSources#1476 - travis.yml: execute automatic HTML checks for rules files #1467 #1456
- fix quality flaws #1448 #1473 #1471 #1470 #1469 #1464 #1461 #1452 #1441 #1432 #1426 #1414 #1408
- test with new SQ versions #1462 #1459 #1430 #1428 #1417 #1413
- test with sonar-scanner-cli-3.1.0.1141 #1460
Bugfixes
- problem with sonar.cxx.jsonCompilationDatabase when it includes testcode you don't want to scan #1474 #1476
- clangsa report is not uploaded into sonar because of NullPointerException #1442 #1477
- fix squid:S2259 #1431
- wrong code coverage for empty line, constexpr, method declaration #1425
Know Issues
For an up to date list of known issues see the issue tracker.
- not compatible with Java 9
- Ensure that a rule is enabled if you get no results. In new SQ versions the default profile is read-only. The cxx plugin does not enable all rules per default.
- Starting with SQ 6.2 there are some new metrics and some are no more available. Please have a look to the SonarQube release notes.
- test execution metrics are not supported
- The Cppckeck plugin is deprecated and not working in parallel to this plugin. This plugin provides an own Cppcheck sensor.
- C plugin and JSON Compilation Database support are experimental only
- Symlinks are not supported.
Thanks ....
go to all contributors (in alphabetical order):
... and all people which were active on the issue tracker!
V0.9.9
We are pleased to announce the SonarQube C++ Community Plugin version 0.9.9.
See lists below for features added and bugs fixed in this release.
SonarQube compability
- tested and released for SonarQube 6.7 LTS
see also SonarQube compatibility matrix - Installation Instructions
- Upgrade Instructions
Enhancements
- minimal supported SQ API is 6.7 #1317
- updated parent POM to 41 #1316
- Cppcheck 1.82 support #1370 #1373
- support C++ Core Check improvements in Visual Studio 2017 15.5 #1309 #1375
- improve parser LOG file regex for MSVC 14.11 #1356
- Metrics #1339
- Refactoring: FILE_COMPLEXITY_DISTRIBUTION metric is deprecated - removed #1333
- Refactoring: COMPLEXITY_IN_FUNCTIONS metric is deprecated - removed #1332
- Refactoring: COMPLEXITY_IN_CLASSES metric is deprecated - removed #1331
- Refactoring: FUNCTION_COMPLEXITY_DISTRIBUTION metric is deprecated - removed #1330
- Coverage
- Refactoring: remove
sonar.cxx.coverage.overallReportPathsupport #1322 - Refactoring: remove
sonar.cxx.coverage.itReportPathsupport #1321 - Refactoring: remove
sonar.cxx.coverage.forceZeroCoveragesupport #1320 - Refactoring: remove CxxCoverageSensor from CxxSquidSensor #1335 #1327
- Refactoring: CxxPlugin::testingAndCoverageProperties #1324
- Refactoring: remove
- Refactoring: cleanup CxxFileLinesVisitor visitor #1323
- Refactoring: Remove no more supported use cases from integration tests #1319
- fix technical debt quality flaws, make quality gate green: #1369 #1368 #1362 #1358 #1357 #1354 #1349
Bugfixes
- fix ERROR:
sonar.cxx.other.xslt.1.inputsfile is not defined #1367 - Cobertura coverage source tag support #1364 #1353
- fix selection options for compiler.parser #1361
- C-Compiler parser : Cannot feed the data into sonar, details: 'java.lang.NullPointerException' #1359
- fix CxxLint with and add unit tests #1355
- fix custom rules support #1308 #1347 #1346 #1343
- remove warning: CPD error in file - debug info now #1338 #1307
Know Issues
For an up to date list of known issues see the issue tracker.
- V0.9.9 is not compatible with Java 9
- Ensure that a rule is enabled if you get no results. In new SQ versions the default profile is read-only. The cxx plugin does not enable all rules per default.
- Starting with SQ 6.2 there are some new metrics and some are no more available. Please have a look to the SonarQube release notes.
- test execution metrics are not supported
- The Cppckeck plugin is deprecated and not working in parallel to this plugin. This plugin provides an own Cppcheck sensor.
- C plugin and JSON Compilation Database support are experimental only
- Symlinks are not supported.
Thanks ....
go to all contributors (in alphabetical order):
... and all people which were active on the issue tracker!
V0.9.8
We are pleased to announce the SonarQube C++ Community Plugin version 0.9.8.
See lists below for features added and bugs fixed in this release.
SonarQube compability
- tested and released for SonarQube 5.6 LTS, 6.0, 6.1, 6.2, 6.3, 6.4, 6.5, 6.6, 6.7 LTS
see also SonarQube compatibility matrix - Installation Instructions
- Upgrade Instructions
Enhancements
- Clang Static Analyzer support v5.0.0 (plist reports)
sonar.cxx.clangsa.reportPath#547 #1161 #1254 #1172 - Clang Tidy support
sonar.cxx.clangtidy.reportPath#1213 #1076 #1089 #1095 #1240 - Cognitive Complexity support #1006 #1245 #1271
- recursion is not handled
- own C plugin (experimental) #1100 #1099
- read Upgrade Instructions
- JSON Compilation Database support (experimental) #1175 #993
- CxxOtherSensor: add an XSLT pre-analyse step #1096
sonar.cxx.other.N.inputs,sonar.cxx.other.N.outputs,sonar.cxx.other.N.stylesheet(N=1...9)
- Visual Studio 2017 warnings support #1091 #1239 #1113
- Visual Studio 2017 Core Guideline Checker warnings support #1090
- GCC/G++ V6.3 warnings support #1173 #1188
- Cppcheck 1.78, 1.79, 1.80, 1.81 warnings support #1092 #1133 #1201 #1244 #1129 #1134 #1202 #1246
- improved Bullseye coverage support (file format 5) #1210
- support of cxx-lint custom rules #1068
- PCLint MISRA C 2012 support added #1162
- executable_lines metric support (SQ 6.2+) #1010 #1203 #1206
- display measures per input file #1030 #1241
- C++17 support #1104 #1228 #1130
- static_assert #1226 #1227
- new attributes fallthrough, nodiscard, maybe_unused #1146 #1204
- __has_include #1145 #1224
- lambda capture of *this #1144 #1211
- constexpr lambdas #1143 #1211
- class template argument deduction #1142 #1222
- non-type template parameters with auto #1141 #1212
- fold expressions #1140 #1223
- hexadecimal floating point literals #1139 #1217
- u8 character literal #1138 #1209
- nested namespaces #1086 #1136
- inline variable #1085 #1132
- constexpr if #1084
- init in if, switch #1083
- structured bindings #1082 #1137
- update to SSLR 1.22 #1158 #1169
- update to parent 40 #1064
- sslr-cxx-toolkit: add more configuration parameter #1260
- AppVeyor
- add technical debt analysis of master branch #1258 #1111
- publish results in SonarCloud #1252
- Travis
- fix technical debt quality flaws #1269 #1075 #1121 #1122 #1126 #1128 #1148 #1153 #1179 #1238 #1255 #1263 #1265 #1114
Bugfixes
- Error during SonarQube Scanner execution: Unable to analyze file bug #1205
- SQ6.4: java.lang.NoClassDefFoundError: org/sonar/graph/DirectedGraphAccessor bug #1154
- syntax highlighting error: concatenated strings bug #1094
- Fixes bullseye conditions to be shown in SQ UI #1237
- JsonCompilationDatabase: defines are not supported #1234
- consume empty VS coverage report / NullPointerException when passing empty coverage report #1232 #1231
- Relative path causes NPE / do not use PathUtils.sanitize(filename) #1200 #1199
- fix coverage caching #1198
- CxxCoverageSensor not able to get the coverage property sonar.cxx.coverage.reportPath / fix coverage unit test #1189 #1156 #1010
- Fixes syntax error in list initialization with template #1182
- Fixes syntax error: std::nullptr_t in func args #1178
- Fixes syntax error if template argument is casting pack expansion #1176
- Trailing comma is not removed in complex macro with empty variadic arguments #1168 #1167
- Ignore empty statement after generated code in TooManyStatementsPerLine #1164
- Preserve generated status in concatenated strings #1163
- Generated strings in macros results in DuplicatedLiterals false alarms / Fixes "Generated strings in macros results in DuplicatedLiterals false alarms #1150 #1147
- broken compiler sensor unit tests / remove job prefix from file name in vc report #1125 #1123
- undocumented API with linkageSpecification #1103 #1102
- fix Clang-Tidy error #1088 #1076
- AbstractCxxPublicApiVisitor: fix template declaration #1072 #1067
- fix ClassComplexityCheck and NestedStatementsCheck #1065
- Ignore generated nodes in nested statement check #1171
- ensure the exit id is the rule id and not the template id in case of … #1071
Know Issues
For an up to date list of known issues see the issue tracker.
- V0.9.8 is not compatible with Java 9
- Starting with SQ 6.2 there are some new metrics and some are no more available. Please have a look to the SonarQube release notes.
- Symlinks are not supported.
Thanks ....
go to all contributors (in alphabetical order):
@Bertk
@guwirth
@jmecosta
@Kochise
@gyorb
@nathanaelg
@gena01
@MarcAntoineCRUE
@Pasick
@stefanweiser
... and all people which were active on the issue tracker!