Skip to content
This repository has been archived by the owner on Aug 24, 2019. It is now read-only.

replace OCLint report parser implementation #61

Open
wants to merge 13 commits into
base: develop
Choose a base branch
from
Open

replace OCLint report parser implementation #61

wants to merge 13 commits into from

Commits on Mar 14, 2018

  1. 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.
    raatiniemi committed Mar 14, 2018
    Configuration menu
    Copy the full SHA
    3935e56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ebb0c7 View commit details
    Browse the repository at this point in the history
  3. 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`.
    raatiniemi committed Mar 14, 2018
    Configuration menu
    Copy the full SHA
    383c4a8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    65ff06c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    76b863e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    453d9c4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b962be0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    665a330 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c68e0fc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c2a4a0b View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2018

  1. Configuration menu
    Copy the full SHA
    5e0680e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b58d89a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7411675 View commit details
    Browse the repository at this point in the history