File tree Expand file tree Collapse file tree 3 files changed +3
-11
lines changed
qulice-checkstyle/src/main/java/com/qulice/checkstyle Expand file tree Collapse file tree 3 files changed +3
-11
lines changed Original file line number Diff line number Diff line change 227227 <plugin >
228228 <groupId >com.qulice</groupId >
229229 <artifactId >qulice-maven-plugin</artifactId >
230- <version >0.24.0 </version >
230+ <version >0.24.2 </version >
231231 </plugin >
232232 </plugins >
233233 </build >
Original file line number Diff line number Diff line change @@ -87,7 +87,8 @@ private static boolean isPrivateCtorUsedInOtherCtors(
8787 .anyMatch (
8888 otherCtor -> otherCtor != privatector
8989 &&
90- isCallingConstructor (otherCtor , privatector ));
90+ isCallingConstructor (otherCtor , privatector )
91+ );
9192 }
9293
9394 /**
Original file line number Diff line number Diff line change 9393 <groupId >com.ibm.icu</groupId >
9494 <artifactId >icu4j</artifactId >
9595 </exclusion >
96- <exclusion >
97- <groupId >xerces</groupId >
98- <artifactId >xmlParserAPIs</artifactId >
99- </exclusion >
10096 <exclusion >
10197 <groupId >net.java.dev.javacc</groupId >
10298 <artifactId >javacc</artifactId >
10399 </exclusion >
104100 </exclusions >
105101 </dependency >
106- <dependency >
107- <groupId >xerces</groupId >
108- <artifactId >xmlParserAPIs</artifactId >
109- <version >2.6.2</version >
110- </dependency >
111102 <dependency >
112103 <groupId >commons-io</groupId >
113104 <artifactId >commons-io</artifactId >
You can’t perform that action at this time.
0 commit comments