File tree Expand file tree Collapse file tree 11 files changed +15
-12
lines changed
delphi-tokens-generator-maven-plugin
delphi-custom-rules-example Expand file tree Collapse file tree 11 files changed +15
-12
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 1.17.2] - 2025-07-03
11
+
10
12
### Fixed
11
13
12
14
- Ambiguous type comparisons from variants to real types.
@@ -1627,7 +1629,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1627
1629
- False-positives in 13 rules.
1628
1630
- Logic errors in existing "semantic analysis" that caused scan failures.
1629
1631
1630
- [ Unreleased ] : https://github.com/integrated-application-development/sonar-delphi/compare/v1.17.1...HEAD
1632
+ [ Unreleased ] : https://github.com/integrated-application-development/sonar-delphi/compare/v1.17.2...HEAD
1633
+ [ 1.17.2 ] : https://github.com/integrated-application-development/sonar-delphi/compare/v1.17.1...v1.17.2
1631
1634
[ 1.17.1 ] : https://github.com/integrated-application-development/sonar-delphi/compare/v1.17.0...v1.17.1
1632
1635
[ 1.17.0 ] : https://github.com/integrated-application-development/sonar-delphi/compare/v1.16.0...v1.17.0
1633
1636
[ 1.16.0 ] : https://github.com/integrated-application-development/sonar-delphi/compare/v1.15.0...v1.16.0
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<artifactId >delphi</artifactId >
9
9
<groupId >au.com.integradev.delphi</groupId >
10
- <version >1.17.1 </version >
10
+ <version >1.17.2 </version >
11
11
</parent >
12
12
13
13
<artifactId >delphi-checks-testkit</artifactId >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >au.com.integradev.delphi</groupId >
9
9
<artifactId >delphi</artifactId >
10
- <version >1.17.1 </version >
10
+ <version >1.17.2 </version >
11
11
</parent >
12
12
13
13
<artifactId >delphi-checks</artifactId >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<artifactId >delphi</artifactId >
9
9
<groupId >au.com.integradev.delphi</groupId >
10
- <version >1.17.1 </version >
10
+ <version >1.17.2 </version >
11
11
</parent >
12
12
13
13
<artifactId >delphi-frontend</artifactId >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >au.com.integradev.delphi</groupId >
9
9
<artifactId >delphi</artifactId >
10
- <version >1.17.1 </version >
10
+ <version >1.17.2 </version >
11
11
</parent >
12
12
13
13
<artifactId >delphi-tokens-generator-maven-plugin</artifactId >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >au.com.integradev.delphi</groupId >
9
9
<artifactId >docs</artifactId >
10
- <version >1.17.1 </version >
10
+ <version >1.17.2 </version >
11
11
</parent >
12
12
13
13
<groupId >au.com.integradev.samples</groupId >
48
48
49
49
<properties >
50
50
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
51
- <sonar .delphi.version>1.17.1 </sonar .delphi.version>
51
+ <sonar .delphi.version>1.17.2 </sonar .delphi.version>
52
52
<sonar .plugin.api.version>10.1.0.809</sonar .plugin.api.version>
53
53
<sonar .analyzer.commons.version>2.13.0.3004</sonar .analyzer.commons.version>
54
54
<slf4j .version>1.7.30</slf4j .version>
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >au.com.integradev.delphi</groupId >
9
9
<artifactId >delphi</artifactId >
10
- <version >1.17.1 </version >
10
+ <version >1.17.2 </version >
11
11
</parent >
12
12
13
13
<artifactId >docs</artifactId >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >au.com.integradev.delphi</groupId >
9
9
<artifactId >delphi</artifactId >
10
- <version >1.17.1 </version >
10
+ <version >1.17.2 </version >
11
11
</parent >
12
12
13
13
<artifactId >its</artifactId >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >au.com.integradev.delphi</groupId >
9
9
<artifactId >delphi</artifactId >
10
- <version >1.17.1 </version >
10
+ <version >1.17.2 </version >
11
11
</parent >
12
12
13
13
<artifactId >license-maven-plugin</artifactId >
Original file line number Diff line number Diff line change 5
5
<modelVersion >4.0.0</modelVersion >
6
6
<groupId >au.com.integradev.delphi</groupId >
7
7
<artifactId >delphi</artifactId >
8
- <version >1.17.1 </version >
8
+ <version >1.17.2 </version >
9
9
<packaging >pom</packaging >
10
10
<name >SonarDelphi</name >
11
11
<description >Code Analyzer for Delphi</description >
You can’t perform that action at this time.
0 commit comments