Backelite / sonar-objective-c

Sonar Plugin for Objective-C
197 stars 75 forks source link

replace OCLint report parser implementation #61

Open raatiniemi opened 6 years ago

raatiniemi commented 6 years ago

the OCLint report parser implementation is relying on deprecated functionality, e.g. StaxParser, issue builder, etc. and did not seem to parse a valid, or up-to-date, report format which caused the sensor to not report anything to SonarQube.

the implementation have been replaced since it seemed easier, faster, and would result in a better implementation.

this should, at least in part, solve #57.