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 #629

Closed
guwirth opened this issue Sep 11, 2015 · 0 comments · Fixed by #631
Closed

Remove deprecated fromIOFile #629

guwirth opened this issue Sep 11, 2015 · 0 comments · Fixed by #631
Assignees
Milestone

Comments

@guwirth
Copy link
Collaborator

guwirth commented Sep 11, 2015

fromIOFile is deprecated, see http://javadocs.sonarsource.org/4.5.2/apidocs/deprecated-list.html.

Looking how others did it:

@guwirth guwirth self-assigned this Sep 11, 2015
@guwirth guwirth added this to the M 0.9.4 milestone Sep 11, 2015
Bertk added a commit to Bertk/sonar-cxx that referenced this issue Oct 1, 2015
There is only one log file for a solution for multiple VS projects (or
modules) which might be located in the parent folder of the project root
folder.

support CppCheck 1.70 new messages

remove deprecated fromIOFile from sensors

- close SonarOpenCommunity#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 SonarOpenCommunity#611, close SonarOpenCommunity#600, close SonarOpenCommunity#625: add fix for https://jira.sonarsource.com/browse/SONAR-6792

support team builds

There is only one log file for a solution for multiple VS projects (or
modules) which might be located in the parent folder of the project root
folder.
@guwirth guwirth mentioned this issue Oct 25, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

1 participant