This repository has been archived by the owner on Aug 24, 2019. It is now read-only.
forked from octo-technology/sonar-objective-c
-
Notifications
You must be signed in to change notification settings - Fork 75
replace OCLint report parser implementation #61
Open
raatiniemi
wants to merge
13
commits into
Backelite:develop
Choose a base branch
from
raatiniemi:improve-oclint-implementation
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
replace OCLint report parser implementation #61
raatiniemi
wants to merge
13
commits into
Backelite:develop
from
raatiniemi:improve-oclint-implementation
Commits on Mar 14, 2018
-
replace implementation of the OCLint report parser
the OCLint report parser implementation was relying on deprecated functionality, e.g. `StaxParser`, issue builder, etc. and in this instance it seemed easier to just rewrite rather than to update. the previous implementation also did not seem to parse a valid or up-of-date OCLint report, which caused the sensor to not report anything to sonarqube.
Configuration menu - View commit details
-
Copy full SHA for 3935e56 - Browse repository at this point
Copy the full SHA 3935e56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ebb0c7 - Browse repository at this point
Copy the full SHA 9ebb0c7View commit details -
update interface impelemented by OCLintSensor
the `org.sonar.api.batch.Sensor` have been deprecated and should be replaced by `org.sonar.api.batch.sensor.Sensor`.
Configuration menu - View commit details
-
Copy full SHA for 383c4a8 - Browse repository at this point
Copy the full SHA 383c4a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65ff06c - Browse repository at this point
Copy the full SHA 65ff06cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 76b863e - Browse repository at this point
Copy the full SHA 76b863eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 453d9c4 - Browse repository at this point
Copy the full SHA 453d9c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for b962be0 - Browse repository at this point
Copy the full SHA b962be0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 665a330 - Browse repository at this point
Copy the full SHA 665a330View commit details -
Configuration menu - View commit details
-
Copy full SHA for c68e0fc - Browse repository at this point
Copy the full SHA c68e0fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for c2a4a0b - Browse repository at this point
Copy the full SHA c2a4a0bView commit details
Commits on Mar 15, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 5e0680e - Browse repository at this point
Copy the full SHA 5e0680eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b58d89a - Browse repository at this point
Copy the full SHA b58d89aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7411675 - Browse repository at this point
Copy the full SHA 7411675View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.