Skip to content

Commit a299f70

Browse files
committed
Merge branch 'hotfix/V3.3.1'
2 parents a65f6b6 + f499772 commit a299f70

File tree

10 files changed

+33
-33
lines changed

10 files changed

+33
-33
lines changed

coverage-report/pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>eu.rssw</groupId>
77
<artifactId>sonar-openedge</artifactId>
8-
<version>3.3.0</version>
8+
<version>3.3.1</version>
99
</parent>
1010
<groupId>eu.rssw.openedge.parsers</groupId>
1111
<artifactId>coverage-report</artifactId>
@@ -21,37 +21,37 @@
2121
<dependency>
2222
<groupId>eu.rssw.openedge.rcode</groupId>
2323
<artifactId>rcode-reader</artifactId>
24-
<version>3.3.0</version>
24+
<version>3.3.1</version>
2525
</dependency>
2626
<dependency>
2727
<groupId>eu.rssw.sonar.openedge</groupId>
2828
<artifactId>sonar-openedge-plugin</artifactId>
29-
<version>3.3.0</version>
29+
<version>3.3.1</version>
3030
</dependency>
3131
<dependency>
3232
<groupId>eu.rssw.openedge.parsers</groupId>
3333
<artifactId>proparse</artifactId>
34-
<version>3.3.0</version>
34+
<version>3.3.1</version>
3535
</dependency>
3636
<dependency>
3737
<groupId>eu.rssw.openedge.parsers</groupId>
3838
<artifactId>profiler-parser</artifactId>
39-
<version>3.3.0</version>
39+
<version>3.3.1</version>
4040
</dependency>
4141
<dependency>
4242
<groupId>eu.rssw.openedge.parsers</groupId>
4343
<artifactId>database-parser</artifactId>
44-
<version>3.3.0</version>
44+
<version>3.3.1</version>
4545
</dependency>
4646
<dependency>
4747
<groupId>eu.rssw.openedge.parsers</groupId>
4848
<artifactId>listing-parser</artifactId>
49-
<version>3.3.0</version>
49+
<version>3.3.1</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>eu.rssw.openedge.checks</groupId>
5353
<artifactId>openedge-checks</artifactId>
54-
<version>3.3.0</version>
54+
<version>3.3.1</version>
5555
</dependency>
5656
</dependencies>
5757

database-parser/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>eu.rssw</groupId>
77
<artifactId>sonar-openedge</artifactId>
8-
<version>3.3.0</version>
8+
<version>3.3.1</version>
99
</parent>
1010
<groupId>eu.rssw.openedge.parsers</groupId>
1111
<artifactId>database-parser</artifactId>

listing-parser/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>eu.rssw</groupId>
77
<artifactId>sonar-openedge</artifactId>
8-
<version>3.3.0</version>
8+
<version>3.3.1</version>
99
</parent>
1010
<groupId>eu.rssw.openedge.parsers</groupId>
1111
<artifactId>listing-parser</artifactId>

openedge-checks/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>eu.rssw</groupId>
77
<artifactId>sonar-openedge</artifactId>
8-
<version>3.3.0</version>
8+
<version>3.3.1</version>
99
</parent>
1010
<groupId>eu.rssw.openedge.checks</groupId>
1111
<artifactId>openedge-checks</artifactId>
@@ -23,12 +23,12 @@
2323
<dependency>
2424
<groupId>eu.rssw.openedge.parsers</groupId>
2525
<artifactId>database-parser</artifactId>
26-
<version>3.3.0</version>
26+
<version>3.3.1</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>eu.rssw.openedge.parsers</groupId>
3030
<artifactId>proparse</artifactId>
31-
<version>3.3.0</version>
31+
<version>3.3.1</version>
3232
</dependency>
3333
<dependency>
3434
<groupId>org.sonarsource.sonarqube</groupId>

openedge-plugin/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>eu.rssw</groupId>
77
<artifactId>sonar-openedge</artifactId>
8-
<version>3.3.0</version>
8+
<version>3.3.1</version>
99
</parent>
1010
<groupId>eu.rssw.sonar.openedge</groupId>
1111
<artifactId>sonar-openedge-plugin</artifactId>
@@ -30,17 +30,17 @@
3030
<dependency>
3131
<groupId>eu.rssw.openedge.checks</groupId>
3232
<artifactId>openedge-checks</artifactId>
33-
<version>3.3.0</version>
33+
<version>3.3.1</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>eu.rssw.openedge.parsers</groupId>
3737
<artifactId>listing-parser</artifactId>
38-
<version>3.3.0</version>
38+
<version>3.3.1</version>
3939
</dependency>
4040
<dependency>
4141
<groupId>eu.rssw.openedge.parsers</groupId>
4242
<artifactId>profiler-parser</artifactId>
43-
<version>3.3.0</version>
43+
<version>3.3.1</version>
4444
</dependency>
4545
<dependency>
4646
<groupId>org.sonarsource.sonarqube</groupId>

openedge-plugin/src/main/java/org/sonar/plugins/openedge/OpenEdgePlugin.java

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
import org.sonar.api.PropertyType;
2424
import org.sonar.api.SonarProduct;
2525
import org.sonar.api.config.PropertyDefinition;
26-
import org.sonar.api.config.PropertyDefinition.ConfigScope;
26+
import org.sonar.api.resources.Qualifiers;
2727
import org.sonar.plugins.openedge.api.Constants;
2828
import org.sonar.plugins.openedge.decorator.CommonDBMetricsDecorator;
2929
import org.sonar.plugins.openedge.decorator.CommonMetricsDecorator;
@@ -84,7 +84,7 @@ public void define(Context context) {
8484
.type(PropertyType.BOOLEAN) //
8585
.category(CATEGORY_OPENEDGE) //
8686
.subCategory(SUBCATEGORY_GENERAL) //
87-
.onConfigScopes(ConfigScope.PROJECT) //
87+
.onQualifiers(Qualifiers.PROJECT) //
8888
.defaultValue(Boolean.FALSE.toString()) //
8989
.build());
9090

@@ -94,7 +94,7 @@ public void define(Context context) {
9494
.type(PropertyType.BOOLEAN) //
9595
.category(CATEGORY_OPENEDGE) //
9696
.subCategory(SUBCATEGORY_GENERAL) //
97-
.onConfigScopes(ConfigScope.PROJECT) //
97+
.onQualifiers(Qualifiers.PROJECT) //
9898
.defaultValue(Boolean.FALSE.toString()) //
9999
.build());
100100

@@ -105,7 +105,7 @@ public void define(Context context) {
105105
.type(PropertyType.BOOLEAN) //
106106
.category(CATEGORY_OPENEDGE) //
107107
.subCategory(SUBCATEGORY_GENERAL) //
108-
.onConfigScopes(ConfigScope.PROJECT) //
108+
.onQualifiers(Qualifiers.PROJECT) //
109109
.defaultValue(Boolean.FALSE.toString()) //
110110
.build());
111111

@@ -116,7 +116,7 @@ public void define(Context context) {
116116
.category(CATEGORY_OPENEDGE) //
117117
.subCategory(SUBCATEGORY_DEBUG) //
118118
.defaultValue(Boolean.FALSE.toString()) //
119-
.onConfigScopes(ConfigScope.PROJECT) //
119+
.onQualifiers(Qualifiers.PROJECT) //
120120
.build());
121121

122122
context.addExtension(PropertyDefinition.builder(Constants.SUFFIXES) //
@@ -126,7 +126,7 @@ public void define(Context context) {
126126
.defaultValue(OpenEdge.DEFAULT_FILE_SUFFIXES) //
127127
.category(CATEGORY_OPENEDGE) //
128128
.subCategory(SUBCATEGORY_GENERAL) //
129-
.onConfigScopes(ConfigScope.PROJECT) //
129+
.onQualifiers(Qualifiers.PROJECT) //
130130
.build());
131131

132132
context.addExtension(PropertyDefinition.builder(Constants.DB_SUFFIXES) //
@@ -136,7 +136,7 @@ public void define(Context context) {
136136
.defaultValue("df") //
137137
.category(CATEGORY_OPENEDGE) //
138138
.subCategory(SUBCATEGORY_GENERAL) //
139-
.onConfigScopes(ConfigScope.PROJECT) //
139+
.onQualifiers(Qualifiers.PROJECT) //
140140
.build());
141141

142142
context.addExtension(PropertyDefinition.builder(Constants.INCLUDE_SUFFIXES) //
@@ -146,7 +146,7 @@ public void define(Context context) {
146146
.defaultValue(OpenEdge.DEFAULT_INCLUDE_FILE_SUFFIXES) //
147147
.category(CATEGORY_OPENEDGE) //
148148
.subCategory(SUBCATEGORY_GENERAL) //
149-
.onConfigScopes(ConfigScope.PROJECT) //
149+
.onQualifiers(Qualifiers.PROJECT) //
150150
.build());
151151

152152
context.addExtension(PropertyDefinition.builder(Constants.CPD_ANNOTATIONS) //
@@ -156,7 +156,7 @@ public void define(Context context) {
156156
.defaultValue("Generated") //
157157
.category(CATEGORY_OPENEDGE) //
158158
.subCategory(SUBCATEGORY_GENERAL) //
159-
.onConfigScopes(ConfigScope.PROJECT) //
159+
.onQualifiers(Qualifiers.PROJECT) //
160160
.build());
161161

162162
context.addExtension(PropertyDefinition.builder(Constants.SKIP_ANNOTATIONS) //
@@ -166,7 +166,7 @@ public void define(Context context) {
166166
.defaultValue("@InitializeComponent") //
167167
.category(CATEGORY_OPENEDGE) //
168168
.subCategory(SUBCATEGORY_GENERAL) //
169-
.onConfigScopes(ConfigScope.PROJECT) //
169+
.onQualifiers(Qualifiers.PROJECT) //
170170
.build());
171171

172172
context.addExtension(PropertyDefinition.builder(Constants.BACKSLASH_ESCAPE) //
@@ -176,7 +176,7 @@ public void define(Context context) {
176176
.defaultValue(Boolean.FALSE.toString()) //
177177
.category(CATEGORY_OPENEDGE) //
178178
.subCategory(SUBCATEGORY_GENERAL) //
179-
.onConfigScopes(ConfigScope.PROJECT) //
179+
.onQualifiers(Qualifiers.PROJECT) //
180180
.build());
181181
}
182182

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>eu.rssw</groupId>
77
<artifactId>sonar-openedge</artifactId>
8-
<version>3.3.0</version>
8+
<version>3.3.1</version>
99
<packaging>pom</packaging>
1010

1111
<name>OpenEdge plugin for SonarQube</name>

profiler-parser/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>eu.rssw</groupId>
77
<artifactId>sonar-openedge</artifactId>
8-
<version>3.3.0</version>
8+
<version>3.3.1</version>
99
</parent>
1010
<groupId>eu.rssw.openedge.parsers</groupId>
1111
<artifactId>profiler-parser</artifactId>

proparse/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>eu.rssw</groupId>
77
<artifactId>sonar-openedge</artifactId>
8-
<version>3.3.0</version>
8+
<version>3.3.1</version>
99
</parent>
1010
<groupId>eu.rssw.openedge.parsers</groupId>
1111
<artifactId>proparse</artifactId>
@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>eu.rssw.openedge.rcode</groupId>
2424
<artifactId>rcode-reader</artifactId>
25-
<version>3.3.0</version>
25+
<version>3.3.1</version>
2626
</dependency>
2727
<dependency>
2828
<groupId>org.antlr</groupId>

rcode-reader/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>eu.rssw</groupId>
77
<artifactId>sonar-openedge</artifactId>
8-
<version>3.3.0</version>
8+
<version>3.3.1</version>
99
</parent>
1010
<groupId>eu.rssw.openedge.rcode</groupId>
1111
<artifactId>rcode-reader</artifactId>

0 commit comments

Comments
 (0)