Skip to content

Sonar coverage reporter shows absolute path files #10

@jgarec

Description

@jgarec

Hi,

Is there any reason why findSQLs adds absolute file names instead of relative path names ?

founds.add(new File(scanner.getBasedir(), basename).getAbsolutePath());

I think that the following code should be ok :

founds.add(new File(scanner.getBasedir(), basename).getPath()); 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions