Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove deprecated fromIOFile #631

Merged
merged 1 commit into from
Sep 16, 2015
Merged

remove deprecated fromIOFile #631

merged 1 commit into from
Sep 16, 2015

Commits on Sep 16, 2015

  1. remove deprecated fromIOFile from sensors

    - close #629
    - replace File.fromIOFile with FileSystem.inputFile
    - replace org.sonar.api.resources.File with org.sonar.api.batch.fs.InputFile
    - use org.sonar.api.batch.fs.internal.DefaultFileSystem in unit tests
    - add addInputFile to TestUtils: all files listed in report files must be added to DefaultFileSystem
       - for reports with absolute paths there are two versions needed: one for Window and one for Linux
    - close #611, close #600, close #625: add fix for https://jira.sonarsource.com/browse/SONAR-6792
    guwirth committed Sep 16, 2015
    Configuration menu
    Copy the full SHA
    b9167a5 View commit details
    Browse the repository at this point in the history