You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
- closeSonarOpenCommunity#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
- closeSonarOpenCommunity#611, closeSonarOpenCommunity#600, closeSonarOpenCommunity#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.
fromIOFile is deprecated, see http://javadocs.sonarsource.org/4.5.2/apidocs/deprecated-list.html.
Looking how others did it:
The text was updated successfully, but these errors were encountered: