File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
main/java/org/apache/maven/plugins/pmd/exec Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 15
15
# specific language governing permissions and limitations
16
16
# under the License.
17
17
18
- invoker.java.version = 1.8+
19
-
20
18
# available toolchains under linux:
21
19
# https://github.com/apache/infrastructure-p6/blob/production/modules/build_nodes/files/toolchains.xml
22
20
Original file line number Diff line number Diff line change @@ -181,11 +181,11 @@ private CpdResult run() throws MavenReportException {
181
181
writeFormattedReport (report );
182
182
}
183
183
} catch (MavenReportException e ) {
184
- LOG .error (e . getMessage () , e );
184
+ LOG .error ("Error while writing CPD report" , e );
185
185
}
186
186
});
187
187
} catch (IOException e ) {
188
- LOG .error ("Error while executing CPD: {}" , e . getMessage () , e );
188
+ LOG .error ("Error while executing CPD" , e );
189
189
}
190
190
LOG .debug ("CPD finished." );
191
191
You can’t perform that action at this time.
0 commit comments