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

Add Simple LizardReportParser Unit Test #184

Closed
wants to merge 39 commits into from

Commits on Oct 24, 2018

  1. Configuration menu
    Copy the full SHA
    44b4e27 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2018

  1. Configuration menu
    Copy the full SHA
    195533f View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2018

  1. LizardReportParser Unit Test exposing issue with space in folder and/…

    …or file names
    Timothy G. Rundle committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    48c0761 View commit details
    Browse the repository at this point in the history
  2. Added license header

    Timothy G. Rundle committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    a240b08 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2018

  1. Configuration menu
    Copy the full SHA
    f3c3b3c View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2019

  1. Merge commit 'f3c3b3cb653349397e61c27de4f0fb79ec33ec59' into develop

    * commit 'f3c3b3cb653349397e61c27de4f0fb79ec33ec59':
      merged pull request code from main
    Timothy G. Rundle committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    98a1d69 View commit details
    Browse the repository at this point in the history
  2. Added -develop to version

    Timothy G. Rundle committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    2098a3e View commit details
    Browse the repository at this point in the history
  3. Fixed "rule does not exist" crash on Objective-C sensors

    Gilles Grousset authored and Timothy G. Rundle committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    7297abb View commit details
    Browse the repository at this point in the history
  4. Remove use of internal class DefaultIssueLocation

    Timothy G. Rundle committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    69a9b52 View commit details
    Browse the repository at this point in the history
  5. Use Metric interface rather than class

    Timothy G. Rundle committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    e4a04b3 View commit details
    Browse the repository at this point in the history
  6. Reduced visibility as re-use is not needed outside package

    Timothy G. Rundle committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    2e029d9 View commit details
    Browse the repository at this point in the history
  7. POM cleanup

    Timothy G. Rundle committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    bf853fc View commit details
    Browse the repository at this point in the history
  8. Removed unneeded file

    Timothy G. Rundle committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    7b93b6f View commit details
    Browse the repository at this point in the history
  9. Bumped sonar version

    Timothy G. Rundle committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    c89be20 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2019

  1. Added swiftlint unused_setter_value rule

    Timothy G. Rundle committed Feb 4, 2019
    Configuration menu
    Copy the full SHA
    40a6615 View commit details
    Browse the repository at this point in the history
  2. Set version

    Timothy G. Rundle committed Feb 4, 2019
    Configuration menu
    Copy the full SHA
    b727416 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2019

  1. imports

    bcolvin committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    587a2b0 View commit details
    Browse the repository at this point in the history
  2. imports

    bcolvin committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    377695f View commit details
    Browse the repository at this point in the history
  3. thanks tim

    bcolvin committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    77815c3 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2019

  1. version change

    bcolvin committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    90d06f7 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2019

  1. Added swiftlint unused_setter_value rule

    Timothy G. Rundle committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    692a0bd View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2019

  1. LizardReportParser Unit Test exposing issue with space in folder and/…

    …or file names
    Timothy G. Rundle committed Mar 2, 2019
    Configuration menu
    Copy the full SHA
    4f20c33 View commit details
    Browse the repository at this point in the history
  2. fix a space issue for lizardReport

    bcolvin authored and Timothy G. Rundle committed Mar 2, 2019
    Configuration menu
    Copy the full SHA
    90e048d View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2019

  1. Set version

    Timothy G. Rundle committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    955e82a View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2019

  1. Configuration menu
    Copy the full SHA
    b1fdbe3 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2019

  1. update

    bcolvin committed May 7, 2019
    Configuration menu
    Copy the full SHA
    64e676c View commit details
    Browse the repository at this point in the history
  2. update version

    bcolvin committed May 7, 2019
    Configuration menu
    Copy the full SHA
    0eec423 View commit details
    Browse the repository at this point in the history
  3. licensing format

    bcolvin committed May 7, 2019
    Configuration menu
    Copy the full SHA
    1828c45 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2019

  1. fix for cast exception

    bcolvin committed May 13, 2019
    Configuration menu
    Copy the full SHA
    794c8f4 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2019

  1. Fixed "ERROR: Metric 'files' should not be computed by a Sensor". Iss…

    …ue: Idean#212. PR: Idean#213
    Timothy G. Rundle committed May 23, 2019
    Configuration menu
    Copy the full SHA
    33323d8 View commit details
    Browse the repository at this point in the history
  2. Merge commit '794c8f4ef76ee559a1af5f34cbbbc5943ca65503' into 0.4.4-volvo

    * commit '794c8f4ef76ee559a1af5f34cbbbc5943ca65503':
      fix for cast exception
      licensing format
      update version
      update
      thanks @timothy-volvoIdean#207
      version change
      thanks tim
      imports
      imports
      merged pull request code from main
      fix a space issue for lizardReport
      revert directory stream to original and keep sensors consistent
    
    # Conflicts:
    #	commons/pom.xml
    #	commons/src/main/java/com/backelite/sonarqube/commons/surefire/SurefireSensor.java
    #	objclang/pom.xml
    #	objclang/src/main/java/com/backelite/sonarqube/objectivec/ObjectiveCSquidSensor.java
    #	objclang/src/main/java/com/backelite/sonarqube/objectivec/issues/oclint/OCLintParser.java
    #	pom.xml
    #	sonar-swift-plugin/pom.xml
    #	sonar-swift-plugin/src/main/java/com/backelite/sonarqube/swift/complexity/LizardReportParser.java
    #	sonar-swift-plugin/src/test/resources/lizard-report.xml
    #	swiftlang/pom.xml
    #	swiftlang/src/main/java/com/backelite/sonarqube/swift/SwiftSquidSensor.java
    #	swiftlang/src/main/resources/org/sonar/plugins/swiftlint/profile-swiftlint.xml
    #	swiftlang/src/main/resources/org/sonar/plugins/swiftlint/rules.json
    Timothy G. Rundle committed May 23, 2019
    Configuration menu
    Copy the full SHA
    78982b7 View commit details
    Browse the repository at this point in the history
  3. Set Version to 0.4.5-develop1

    Timothy G. Rundle committed May 23, 2019
    Configuration menu
    Copy the full SHA
    74bfd67 View commit details
    Browse the repository at this point in the history
  4. Revert change removing guava

    Timothy G. Rundle committed May 23, 2019
    Configuration menu
    Copy the full SHA
    0f7afb4 View commit details
    Browse the repository at this point in the history
  5. Fixed NPE

    Timothy G. Rundle committed May 23, 2019
    Configuration menu
    Copy the full SHA
    ff37db5 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' of https://github.com/Backelite/sonar-swift int…

    …o develop
    
    # Conflicts:
    #	commons/pom.xml
    #	commons/src/main/java/com/backelite/sonarqube/commons/surefire/SurefireSensor.java
    #	objclang/pom.xml
    #	objclang/src/main/java/com/backelite/sonarqube/objectivec/issues/fauxpas/FauxPasReportParser.java
    #	objclang/src/main/java/com/backelite/sonarqube/objectivec/issues/oclint/OCLintParser.java
    #	pom.xml
    #	sonar-swift-plugin/pom.xml
    #	swiftlang/pom.xml
    Timothy G. Rundle committed May 23, 2019
    Configuration menu
    Copy the full SHA
    746b268 View commit details
    Browse the repository at this point in the history
  7. Merge commit '955e82a99f7cff28aac1d4ce2cdfee8433f2145d' into develop

    * commit '955e82a99f7cff28aac1d4ce2cdfee8433f2145d':
      Set version
      fix a space issue for lizardReport
      LizardReportParser Unit Test exposing issue with space in folder and/or file names
      Added swiftlint unused_setter_value rule
    
    # Conflicts:
    #	commons/pom.xml
    #	objclang/pom.xml
    #	pom.xml
    #	sonar-swift-plugin/pom.xml
    #	sonar-swift-plugin/src/main/java/com/backelite/sonarqube/swift/complexity/LizardReportParser.java
    #	sonar-swift-plugin/src/test/resources/lizard-report.xml
    #	swiftlang/pom.xml
    #	swiftlang/src/main/resources/org/sonar/plugins/swiftlint/profile-swiftlint.xml
    #	swiftlang/src/main/resources/org/sonar/plugins/swiftlint/rules.json
    Timothy G. Rundle committed May 23, 2019
    Configuration menu
    Copy the full SHA
    aaa8e3c View commit details
    Browse the repository at this point in the history
  8. Merge branch '0.4.4-volvo' into develop

    * 0.4.4-volvo:
      Fixed "ERROR: Metric 'files' should not be computed by a Sensor". Issue: Idean#212. PR: Idean#213
    
    # Conflicts:
    #	commons/pom.xml
    #	objclang/pom.xml
    #	objclang/src/main/java/com/backelite/sonarqube/objectivec/ObjectiveCSquidSensor.java
    #	pom.xml
    #	sonar-swift-plugin/pom.xml
    #	swiftlang/pom.xml
    #	swiftlang/src/main/java/com/backelite/sonarqube/swift/SwiftSquidSensor.java
    Timothy G. Rundle committed May 23, 2019
    Configuration menu
    Copy the full SHA
    324ff61 View commit details
    Browse the repository at this point in the history
  9. Revert bad merge

    Timothy G. Rundle committed May 23, 2019
    Configuration menu
    Copy the full SHA
    83439cb View commit details
    Browse the repository at this point in the history
  10. Set version to 0.4.5-develop2

    Timothy G. Rundle committed May 23, 2019
    Configuration menu
    Copy the full SHA
    cb6d6fa View commit details
    Browse the repository at this point in the history