| DefaultIndexedFile indexedFile=new DefaultIndexedFile(moduleKey,moduleBaseDir,relativePath,type,language,idGenerator.get()); | DefaultIndexedFile indexedFile=new DefaultIndexedFile(absolutePath,moduleKey,PathUtils.sanitize(projectBaseDir.relativize(absolutePath).toString()),PathUtils.sanitize(moduleBaseDir.relativize(absolutePath).toString()),type,language,idGenerator.get(),sensorStrategy); | new DefaultIndexedFile(moduleKey,moduleBaseDir,relativePath,type,language,idGenerator.get()) | new DefaultIndexedFile(relativePath,moduleKey,PathUtils.sanitize(projectBaseDir.relativize(relativePath).toString()),PathUtils.sanitize(moduleBaseDir.relativize(relativePath).toString()),type,language,idGenerator.get(),sensorStrategy) | sonarqube | e6b28c1ba4e7627f4599590ddfcc21875843ce87 | org.sonar.scanner.scan.filesystem.InputFileBuilder | | | _1 | relativePath |
|---|
| _2 | absolutePath |
|---|
| | TCIVar | relativePath |
|---|
| v1 | moduleBaseDir |
|---|
| v2 | type |
|---|
| v3 | moduleKey |
|---|
| v4 | idGenerator.get() |
|---|
| v5 | language |
|---|
| - org.sonar.api.batch.fs.internal.DefaultIndexedFile
- org.sonar.api.utils.PathUtils
| | TCIVar | relativePath |
|---|
| v1 | moduleBaseDir |
|---|
| v2 | type |
|---|
| v3 | moduleKey |
|---|
| v4 | idGenerator.get() |
|---|
| v5 | language |
|---|
| Uses | False |