File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed
cxx-sensors/src/main/java/org/sonar/cxx/sensors/visitors Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 2525 <version >1.2.3</version >
2626 <scope >test</scope >
2727 </dependency >
28- <dependency >
28+ <dependency >
2929 <groupId >com.google.code.gson</groupId >
3030 <artifactId >gson</artifactId >
3131 <version >2.6.2</version >
Original file line number Diff line number Diff line change @@ -235,9 +235,9 @@ public void leaveFile(AstNode astNode) {
235235 if (LOG .isDebugEnabled ()) {
236236 LOG .debug ("CxxFileLinesVisitor: '{}'" , inputFile .uri ().getPath ());
237237 LOG .debug (" lines: '{}'" , inputFile .lines ());
238- LOG .debug (" executableLines: '{}'" , new HashSet (executableLines ));
239- LOG .debug (" linesOfCode: '{}'" , new HashSet (linesOfCode ));
240- LOG .debug (" linesOfComments: '{}'" , new HashSet (linesOfComments ));
238+ LOG .debug (" executableLines: '{}'" , new HashSet <> (executableLines ));
239+ LOG .debug (" linesOfCode: '{}'" , new HashSet <> (linesOfCode ));
240+ LOG .debug (" linesOfComments: '{}'" , new HashSet <> (linesOfComments ));
241241 }
242242
243243 linesOfCode = null ;
Original file line number Diff line number Diff line change 135135 </goals >
136136 </execution >
137137 </executions >
138- </plugin >
138+ </plugin >
139139 </plugins >
140140 </pluginManagement >
141141 </build >
Original file line number Diff line number Diff line change 286286 <exclusion >
287287 <groupId >org.codehaus.sonar.sslr</groupId >
288288 <artifactId >sslr-core</artifactId >
289- </exclusion >
289+ </exclusion >
290290 <exclusion >
291291 <groupId >org.codehaus.sonar.sslr</groupId >
292292 <artifactId >sslr-xpath</artifactId >
Original file line number Diff line number Diff line change 88 <version >1.2.2-SNAPSHOT</version >
99 </parent >
1010
11-
11+
1212 <artifactId >sonar-c-plugin</artifactId >
1313 <packaging >sonar-plugin</packaging >
1414
1919
2020 <properties >
2121 <sonar .pluginClass>org.sonar.plugins.c.CPlugin</sonar .pluginClass>
22- <sonar .pluginName>C (Community)</sonar .pluginName>
22+ <sonar .pluginName>C (Community)</sonar .pluginName>
2323 <sonar .artifact.path>target/${project.artifactId} -${project.version} .jar</sonar .artifact.path>
2424 </properties >
2525
5353 <dependency >
5454 <groupId >org.sonarsource.sslr</groupId >
5555 <artifactId >sslr-xpath</artifactId >
56- </dependency >
56+ </dependency >
5757 <dependency >
5858 <groupId >com.google.guava</groupId >
5959 <artifactId >guava</artifactId >
Original file line number Diff line number Diff line change 1919 <properties >
2020 <sonar .artifact.path>target/${project.artifactId} -${project.version} .jar</sonar .artifact.path>
2121 <sonar .pluginClass>org.sonar.plugins.cxx.CxxPlugin</sonar .pluginClass>
22- <sonar .pluginName>C++ (Community)</sonar .pluginName>
22+ <sonar .pluginName>C++ (Community)</sonar .pluginName>
2323 </properties >
2424
2525 <dependencies >
5252 <dependency >
5353 <groupId >org.sonarsource.sslr</groupId >
5454 <artifactId >sslr-xpath</artifactId >
55- </dependency >
55+ </dependency >
5656 <dependency >
5757 <groupId >com.google.guava</groupId >
5858 <artifactId >guava</artifactId >
You can’t perform that action at this time.
0 commit comments