-
Notifications
You must be signed in to change notification settings - Fork 204
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
12cda00
commit 5944873
Showing
43 changed files
with
102 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||
<modelVersion>4.0.0</modelVersion> | ||
|
||
<parent> | ||
<groupId>org.sonarqubecommunity.objectivec</groupId> | ||
<artifactId>objective-c</artifactId> | ||
<version>0.5.0-SNAPSHOT</version> | ||
</parent> | ||
|
||
<artifactId>objective-c-squid</artifactId> | ||
|
||
<name>SonarQube Objective-C (Community) :: Squid</name> | ||
|
||
<dependencies> | ||
<dependency> | ||
<groupId>org.codehaus.sonar</groupId> | ||
<artifactId>sonar-plugin-api</artifactId> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.sonarsource.sslr</groupId> | ||
<artifactId>sslr-core</artifactId> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.sonarsource.sslr-squid-bridge</groupId> | ||
<artifactId>sslr-squid-bridge</artifactId> | ||
</dependency> | ||
<!-- unit tests --> | ||
<dependency> | ||
<groupId>org.codehaus.sonar</groupId> | ||
<artifactId>sonar-testing-harness</artifactId> | ||
<scope>test</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.sonarsource.sslr</groupId> | ||
<artifactId>sslr-testing-harness</artifactId> | ||
<scope>test</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>junit</groupId> | ||
<artifactId>junit</artifactId> | ||
<scope>test</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.easytesting</groupId> | ||
<artifactId>fest-assert</artifactId> | ||
<scope>test</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>ch.qos.logback</groupId> | ||
<artifactId>logback-classic</artifactId> | ||
<scope>test</scope> | ||
</dependency> | ||
</dependencies> | ||
</project> |
2 changes: 1 addition & 1 deletion
2
...onar/objectivec/ObjectiveCAstScanner.java → ...onar/objectivec/ObjectiveCAstScanner.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* SonarQube Objective-C (Community) Plugin | ||
* SonarQube Objective-C (Community) :: Squid | ||
* Copyright (C) 2012-2016 OCTO Technology, Backelite, and contributors | ||
* mailto:[email protected] | ||
* | ||
|
2 changes: 1 addition & 1 deletion
2
...r/objectivec/ObjectiveCConfiguration.java → ...r/objectivec/ObjectiveCConfiguration.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* SonarQube Objective-C (Community) Plugin | ||
* SonarQube Objective-C (Community) :: Squid | ||
* Copyright (C) 2012-2016 OCTO Technology, Backelite, and contributors | ||
* mailto:[email protected] | ||
* | ||
|
2 changes: 1 addition & 1 deletion
2
...nar/objectivec/api/ObjectiveCGrammar.java → ...nar/objectivec/api/ObjectiveCGrammar.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* SonarQube Objective-C (Community) Plugin | ||
* SonarQube Objective-C (Community) :: Squid | ||
* Copyright (C) 2012-2016 OCTO Technology, Backelite, and contributors | ||
* mailto:[email protected] | ||
* | ||
|
2 changes: 1 addition & 1 deletion
2
...nar/objectivec/api/ObjectiveCKeyword.java → ...nar/objectivec/api/ObjectiveCKeyword.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* SonarQube Objective-C (Community) Plugin | ||
* SonarQube Objective-C (Community) :: Squid | ||
* Copyright (C) 2012-2016 OCTO Technology, Backelite, and contributors | ||
* mailto:[email protected] | ||
* | ||
|
2 changes: 1 addition & 1 deletion
2
...onar/objectivec/api/ObjectiveCMetric.java → ...onar/objectivec/api/ObjectiveCMetric.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* SonarQube Objective-C (Community) Plugin | ||
* SonarQube Objective-C (Community) :: Squid | ||
* Copyright (C) 2012-2016 OCTO Technology, Backelite, and contributors | ||
* mailto:[email protected] | ||
* | ||
|
2 changes: 1 addition & 1 deletion
2
.../objectivec/api/ObjectiveCPunctuator.java → .../objectivec/api/ObjectiveCPunctuator.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* SonarQube Objective-C (Community) Plugin | ||
* SonarQube Objective-C (Community) :: Squid | ||
* Copyright (C) 2012-2016 OCTO Technology, Backelite, and contributors | ||
* mailto:[email protected] | ||
* | ||
|
2 changes: 1 addition & 1 deletion
2
...r/objectivec/api/ObjectiveCTokenType.java → ...r/objectivec/api/ObjectiveCTokenType.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* SonarQube Objective-C (Community) Plugin | ||
* SonarQube Objective-C (Community) :: Squid | ||
* Copyright (C) 2012-2016 OCTO Technology, Backelite, and contributors | ||
* mailto:[email protected] | ||
* | ||
|
2 changes: 1 addition & 1 deletion
2
...rg/sonar/objectivec/api/package-info.java → ...rg/sonar/objectivec/api/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* SonarQube Objective-C (Community) Plugin | ||
* SonarQube Objective-C (Community) :: Squid | ||
* Copyright (C) 2012-2016 OCTO Technology, Backelite, and contributors | ||
* mailto:[email protected] | ||
* | ||
|
2 changes: 1 addition & 1 deletion
2
...rg/sonar/objectivec/checks/CheckList.java → ...rg/sonar/objectivec/checks/CheckList.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* SonarQube Objective-C (Community) Plugin | ||
* SonarQube Objective-C (Community) :: Squid | ||
* Copyright (C) 2012-2016 OCTO Technology, Backelite, and contributors | ||
* mailto:[email protected] | ||
* | ||
|
2 changes: 1 addition & 1 deletion
2
...sonar/objectivec/checks/package-info.java → ...sonar/objectivec/checks/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* SonarQube Objective-C (Community) Plugin | ||
* SonarQube Objective-C (Community) :: Squid | ||
* Copyright (C) 2012-2016 OCTO Technology, Backelite, and contributors | ||
* mailto:[email protected] | ||
* | ||
|
2 changes: 1 addition & 1 deletion
2
...jectivec/highlighter/SonarComponents.java → ...jectivec/highlighter/SonarComponents.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* SonarQube Objective-C (Community) Plugin | ||
* SonarQube Objective-C (Community) :: Squid | ||
* Copyright (C) 2012-2016 OCTO Technology, Backelite, and contributors | ||
* mailto:[email protected] | ||
* | ||
|
2 changes: 1 addition & 1 deletion
2
...highlighter/SyntaxHighlighterVisitor.java → ...highlighter/SyntaxHighlighterVisitor.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* SonarQube Objective-C (Community) Plugin | ||
* SonarQube Objective-C (Community) :: Squid | ||
* Copyright (C) 2012-2016 OCTO Technology, Backelite, and contributors | ||
* mailto:[email protected] | ||
* | ||
|
2 changes: 1 addition & 1 deletion
2
.../objectivec/highlighter/package-info.java → .../objectivec/highlighter/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* SonarQube Objective-C (Community) Plugin | ||
* SonarQube Objective-C (Community) :: Squid | ||
* Copyright (C) 2012-2016 OCTO Technology, Backelite, and contributors | ||
* mailto:[email protected] | ||
* | ||
|
2 changes: 1 addition & 1 deletion
2
...ar/objectivec/lexer/BackslashChannel.java → ...ar/objectivec/lexer/BackslashChannel.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* SonarQube Objective-C (Community) Plugin | ||
* SonarQube Objective-C (Community) :: Squid | ||
* Copyright (C) 2012-2016 OCTO Technology, Backelite, and contributors | ||
* mailto:[email protected] | ||
* | ||
|
2 changes: 1 addition & 1 deletion
2
...tivec/lexer/CharacterLiteralsChannel.java → ...tivec/lexer/CharacterLiteralsChannel.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* SonarQube Objective-C (Community) Plugin | ||
* SonarQube Objective-C (Community) :: Squid | ||
* Copyright (C) 2012-2016 OCTO Technology, Backelite, and contributors | ||
* mailto:[email protected] | ||
* | ||
|
2 changes: 1 addition & 1 deletion
2
...nar/objectivec/lexer/ObjectiveCLexer.java → ...nar/objectivec/lexer/ObjectiveCLexer.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* SonarQube Objective-C (Community) Plugin | ||
* SonarQube Objective-C (Community) :: Squid | ||
* Copyright (C) 2012-2016 OCTO Technology, Backelite, and contributors | ||
* mailto:[email protected] | ||
* | ||
|
2 changes: 1 addition & 1 deletion
2
...jectivec/lexer/StringLiteralsChannel.java → ...jectivec/lexer/StringLiteralsChannel.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* SonarQube Objective-C (Community) Plugin | ||
* SonarQube Objective-C (Community) :: Squid | ||
* Copyright (C) 2012-2016 OCTO Technology, Backelite, and contributors | ||
* mailto:[email protected] | ||
* | ||
|
2 changes: 1 addition & 1 deletion
2
.../sonar/objectivec/lexer/package-info.java → .../sonar/objectivec/lexer/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* SonarQube Objective-C (Community) Plugin | ||
* SonarQube Objective-C (Community) :: Squid | ||
* Copyright (C) 2012-2016 OCTO Technology, Backelite, and contributors | ||
* mailto:[email protected] | ||
* | ||
|
2 changes: 1 addition & 1 deletion
2
...va/org/sonar/objectivec/package-info.java → ...va/org/sonar/objectivec/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* SonarQube Objective-C (Community) Plugin | ||
* SonarQube Objective-C (Community) :: Squid | ||
* Copyright (C) 2012-2016 OCTO Technology, Backelite, and contributors | ||
* mailto:[email protected] | ||
* | ||
|
2 changes: 1 addition & 1 deletion
2
...r/objectivec/parser/ObjectiveCParser.java → ...r/objectivec/parser/ObjectiveCParser.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* SonarQube Objective-C (Community) Plugin | ||
* SonarQube Objective-C (Community) :: Squid | ||
* Copyright (C) 2012-2016 OCTO Technology, Backelite, and contributors | ||
* mailto:[email protected] | ||
* | ||
|
2 changes: 1 addition & 1 deletion
2
...sonar/objectivec/parser/package-info.java → ...sonar/objectivec/parser/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* SonarQube Objective-C (Community) Plugin | ||
* SonarQube Objective-C (Community) :: Squid | ||
* Copyright (C) 2012-2016 OCTO Technology, Backelite, and contributors | ||
* mailto:[email protected] | ||
* | ||
|
2 changes: 1 addition & 1 deletion
2
.../objectivec/ObjectiveCAstScannerTest.java → .../objectivec/ObjectiveCAstScannerTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* SonarQube Objective-C (Community) Plugin | ||
* SonarQube Objective-C (Community) :: Squid | ||
* Copyright (C) 2012-2016 OCTO Technology, Backelite, and contributors | ||
* mailto:[email protected] | ||
* | ||
|
2 changes: 1 addition & 1 deletion
2
...ectivec/api/ObjectiveCPunctuatorTest.java → ...ectivec/api/ObjectiveCPunctuatorTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* SonarQube Objective-C (Community) Plugin | ||
* SonarQube Objective-C (Community) :: Squid | ||
* Copyright (C) 2012-2016 OCTO Technology, Backelite, and contributors | ||
* mailto:[email protected] | ||
* | ||
|
2 changes: 1 addition & 1 deletion
2
...objectivec/lexer/ObjectiveCLexerTest.java → ...objectivec/lexer/ObjectiveCLexerTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* SonarQube Objective-C (Community) Plugin | ||
* SonarQube Objective-C (Community) :: Squid | ||
* Copyright (C) 2012-2016 OCTO Technology, Backelite, and contributors | ||
* mailto:[email protected] | ||
* | ||
|
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.