Skip to content

Commit

Permalink
Merge pull request #713 from hazendaz/master
Browse files Browse the repository at this point in the history
Update readme and change another 'def' to its actual type
  • Loading branch information
hazendaz authored Dec 24, 2023
2 parents 786e4a0 + fc525f8 commit 5116a3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ mvn -Dmaven.surefire.debug="-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspe

Run gui with a specific version
```
mvn com.github.spotbugs:spotbugs-maven-plugin:4.7.3.4:gui
mvn com.github.spotbugs:spotbugs-maven-plugin:4.8.2.0:gui
```

## Contributing ##
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1279,7 +1279,7 @@ class SpotBugsMojo extends AbstractMavenReport implements SpotBugsPluginsTrait {
for (result in slurpedResult.runs.results[0]) {

for (loc in result.locations) {
def originalFullPath = loc.physicalLocation.artifactLocation.uri
String originalFullPath = loc.physicalLocation.artifactLocation.uri

//We replace relative path to the complete path
String newFileName = indexer.searchActualFilesLocation(originalFullPath)
Expand Down

0 comments on commit 5116a3f

Please sign in to comment.