Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lizard integration #90

Open
wants to merge 20 commits into
base: master
Choose a base branch
from
Open

Lizard integration #90

wants to merge 20 commits into from

Commits on May 28, 2015

  1. add Sensor for Lizard report. Parser for Lizard report (xml) created …

    …and measure persistor class created to save the measures of the lizard repor.
    iav-dev committed May 28, 2015
    Configuration menu
    Copy the full SHA
    a08dca8 View commit details
    Browse the repository at this point in the history
  2. lizard sensor saves file complexity and function complexity but those…

    … values are displayed as 0 in the dashboard. Trying to savin complexity throws exception -> Can not add the same measure twice on org.sonar.api.resources.File ...
    iav-dev committed May 28, 2015
    Configuration menu
    Copy the full SHA
    8065fe5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e914883 View commit details
    Browse the repository at this point in the history
  4. ObjectiveCSquidSensor does not save functions and complexity as it wo…

    …uld actually do because it was causing that saving comlexity and functions for files throw exception. Lizard measure now saves the measures succesfully
    Andres Gil Herrera committed May 28, 2015
    Configuration menu
    Copy the full SHA
    5b52843 View commit details
    Browse the repository at this point in the history
  5. resolve little refactoring error

    Andres Gil Herrera committed May 28, 2015
    Configuration menu
    Copy the full SHA
    d42fe01 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2015

  1. tests

    iav-dev committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    5013d75 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2015

  1. tests finished

    iav-dev committed Jun 4, 2015
    Configuration menu
    Copy the full SHA
    7091d16 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2015

  1. saving the file complexity distribution was moved from ObjectiveCSqui…

    …dSensor to LizardMeasurePersistor
    iav-dev committed Jun 5, 2015
    Configuration menu
    Copy the full SHA
    1dfc0c3 View commit details
    Browse the repository at this point in the history
  2. File/Function Complexity distribution functionality moved from Object…

    …iveCSquidSensor to LizardReportParser.
    iav-dev committed Jun 5, 2015
    Configuration menu
    Copy the full SHA
    282ebe6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0871e46 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6df19c1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9b39d53 View commit details
    Browse the repository at this point in the history
  6. loggs

    iav-dev committed Jun 5, 2015
    Configuration menu
    Copy the full SHA
    2606f7b View commit details
    Browse the repository at this point in the history
  7. tests updated

    iav-dev committed Jun 5, 2015
    Configuration menu
    Copy the full SHA
    f8bf77c View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2015

  1. comments

    Andres Gil Herrera committed Jun 14, 2015
    Configuration menu
    Copy the full SHA
    0f31327 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2015

  1. Configuration menu
    Copy the full SHA
    42ba965 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8927d6a View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2015

  1. small changes that do not break the excecution of the sunar runner if…

    … the lizard report is not found, allowing the execution of the plugin without lizard
    iav-dev committed Jun 30, 2015
    Configuration menu
    Copy the full SHA
    253f268 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    agh92 committed Jun 30, 2015
    Configuration menu
    Copy the full SHA
    b832b7b View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2018

  1. Update README.md

    agh92 committed Aug 25, 2018
    Configuration menu
    Copy the full SHA
    d9eb2c7 View commit details
    Browse the repository at this point in the history