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.
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.