]> source.dussan.org Git - sonarqube.git/commit
SONAR-926 Fix org.sonar.api.resources.InputFile#getRelativePath()
authorSimon Brandhof <simon.brandhof@gmail.com>
Fri, 21 Feb 2014 16:10:55 +0000 (17:10 +0100)
committerSimon Brandhof <simon.brandhof@gmail.com>
Fri, 21 Feb 2014 16:11:07 +0000 (17:11 +0100)
commitce227110b0670bd0df0485fdced7b8758e5b1f67
tree0bf47b293f33e62b3b1f709f5ae94b159f7c233b
parent482e0dd02074d088cfabbdbcc35234edca1906c6
SONAR-926 Fix org.sonar.api.resources.InputFile#getRelativePath()

Contrary to org.sonar.api.batch.fs.InputFile#relativePath(), it's the path relative to source dir
sonar-plugin-api/src/main/java/org/sonar/api/batch/fs/internal/DefaultInputFile.java
sonar-plugin-api/src/test/java/org/sonar/api/batch/fs/internal/DefaultInputFileTest.java