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

[WIP] Mega refactor + start Clang rules + add property configuration to UI #97

Open
wants to merge 43 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
a08dca8
add Sensor for Lizard report. Parser for Lizard report (xml) created …
iav-dev May 28, 2015
8065fe5
lizard sensor saves file complexity and function complexity but those…
iav-dev May 28, 2015
e914883
properties for lizard and lizard report is now generated by run-sonar.sh
May 28, 2015
5b52843
ObjectiveCSquidSensor does not save functions and complexity as it wo…
May 28, 2015
d42fe01
resolve little refactoring error
May 28, 2015
5013d75
tests
iav-dev Jun 3, 2015
7091d16
tests finished
iav-dev Jun 4, 2015
1dfc0c3
saving the file complexity distribution was moved from ObjectiveCSqui…
iav-dev Jun 5, 2015
282ebe6
File/Function Complexity distribution functionality moved from Object…
iav-dev Jun 5, 2015
0871e46
changed one script line that was unintentionally modified
iav-dev Jun 5, 2015
6df19c1
constants from LizardMeasurePersistor deleted
iav-dev Jun 5, 2015
9b39d53
dependency for xml parser and optimize imports in LizardMeasurePersis…
iav-dev Jun 5, 2015
2606f7b
loggs
iav-dev Jun 5, 2015
f8bf77c
tests updated
iav-dev Jun 5, 2015
0f31327
comments
Jun 14, 2015
42ba965
run lizard just if turned on AND installed
iav-dev Jun 18, 2015
8927d6a
Merge branch 'lizard_complexity' of https://github.com/agh92/sonar-ob…
iav-dev Jun 18, 2015
253f268
small changes that do not break the excecution of the sunar runner if…
iav-dev Jun 30, 2015
b832b7b
Update README.md
agh92 Jun 30, 2015
1c6cfa6
Update version in POM to 0.5.0-SNAPSHOT
mjdetullio Nov 3, 2015
fcc835e
Properly handle absolute paths for sonar.objectivec.lizard.report.
mjdetullio Oct 20, 2015
8d6cab0
Implement sensor to import Clang static analyzer multi-plist output.
mjdetullio Oct 22, 2015
4c2afda
Refactor to remove deprecation, add keywords
mjdetullio Oct 23, 2015
f9f6fa5
Package info
mjdetullio Oct 23, 2015
b84c285
Heavy refactoring:
mjdetullio Nov 3, 2015
e44093d
Rename packages
mjdetullio Nov 3, 2015
63513a3
Update developers and license owners in pom.xml and headers
mjdetullio Nov 3, 2015
9bc5130
Fix plugin name
mjdetullio Nov 3, 2015
0316a6a
Initial set of Clang rules. Add Clang profile.
mjdetullio Nov 3, 2015
2733aff
Update Surefire sensor with code from sonar-java
mjdetullio Nov 4, 2015
904c498
POM updates and update source headers
mjdetullio Nov 4, 2015
3c56c74
Get rid of the nasty shell script, update sample properites and README
mjdetullio Nov 4, 2015
9e7cbce
Change language key to avoid conflict with SonarSource's plugin
mjdetullio Nov 4, 2015
05313a9
OCLint SQALE model: Issues should be CONSTANT_ISSUE with offset
mjdetullio Nov 4, 2015
307cb47
Add Bitrise sample project
mjdetullio Feb 22, 2016
9fbd717
Restructure project for ITs
mjdetullio Mar 6, 2016
a8fca66
Bump SonarQube minimum version to 4.5.2 LTS and refactor for deprecation
mjdetullio Mar 6, 2016
1f13057
Lexer improvements for highlighter
mjdetullio Mar 6, 2016
a739365
Update SSLR dependencies and add SSLR Toolkit
mjdetullio Mar 9, 2016
8b4cd85
Extract Squid into its own module
mjdetullio Mar 9, 2016
23b5ec0
Implement file and function complexity issues based on Lizard report.
mjdetullio Mar 15, 2016
ccfb4a9
Add AFNetworking project for ITs.
mjdetullio Mar 15, 2016
de0fc8a
Add Clang core.CallAndMessage checker to rules definition.
mjdetullio Apr 14, 2016
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update version in POM to 0.5.0-SNAPSHOT
mjdetullio committed Nov 3, 2015
commit 1c6cfa64369347caa5e9df3c7e424c97998022ca
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@

<groupId>org.codehaus.sonar-plugin.objectivec</groupId>
<artifactId>sonar-objective-c-plugin</artifactId>
<version>0.4.0</version>
<version>0.5.0-SNAPSHOT</version>

<packaging>sonar-plugin</packaging>