Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Johnston2017-01-27 18:02:05 +0000
committerGerrit Code Review @ Eclipse.org2017-02-06 17:33:34 +0000
commit7d0117d24e332e2dfa8cd21934496a5d474590da (patch)
tree76bc7c901876cd391e9c953723ce42cdf03186bd /codan/org.eclipse.cdt.codan.ui/pom.xml
parente93de453f8d18577d04a886ed03cf209ea6837b1 (diff)
downloadorg.eclipse.cdt-7d0117d24e332e2dfa8cd21934496a5d474590da.tar.gz
org.eclipse.cdt-7d0117d24e332e2dfa8cd21934496a5d474590da.tar.xz
org.eclipse.cdt-7d0117d24e332e2dfa8cd21934496a5d474590da.zip
Bug 511229 - RFE: Add quick fixes for some basic gcc errors
- change codanMarkerResolution schema to support translatable regex statements for matching - bump cdt.codan.ui version - add additional codanMarkerResolution extensions to codan.checkers.ui to handle some basic gcc error messages with quick fixes - add QuickFixAddSemicolon, QuickFixRenameMember, QuickFixUseDotOperator, and QuickFixUsePointer classes - add new QuickFixMessages - add plugin.properties to cdt.codan.checkers.ui to allow the quick fix regex matchers to be translated in the future - change the generic error message for gcc error parser so that the column is reported as the problem variable (useful for certain quick fix resolutions) - bump up cdt.core Change-Id: Ibb24c1a79c4d91ead3fc629ea3d4e7425b4e7f23
Diffstat (limited to 'codan/org.eclipse.cdt.codan.ui/pom.xml')
-rw-r--r--codan/org.eclipse.cdt.codan.ui/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/codan/org.eclipse.cdt.codan.ui/pom.xml b/codan/org.eclipse.cdt.codan.ui/pom.xml
index 5c5d6d32a4f..fe87fb744b5 100644
--- a/codan/org.eclipse.cdt.codan.ui/pom.xml
+++ b/codan/org.eclipse.cdt.codan.ui/pom.xml
@@ -11,7 +11,7 @@
<relativePath>../../pom.xml</relativePath>
</parent>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.1-SNAPSHOT</version>
<artifactId>org.eclipse.cdt.codan.ui</artifactId>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top