Skip to content

Commit 4cf9c35

Browse files
committed
apply review comments
1 parent 036a421 commit 4cf9c35

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cxx-sensors/src/main/java/org/sonar/cxx/sensors/utils/CxxIssuesReportSensor.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ private InputFile getInputFileTryRealPath(SensorContext sensorContext, String pa
143143
Path realPath;
144144
try {
145145
realPath = absolutePath.toRealPath(LinkOption.NOFOLLOW_LINKS);
146-
// despite of API the RuntimeExceptions can be thrown too
147146
} catch (IOException | RuntimeException e) {
148147
if (LOG.isDebugEnabled()) {
149148
LOG.debug("Unable to get the real path: module '{}', baseDir '{}', path '{}', exception '{}'",

0 commit comments

Comments
 (0)