aboutsummaryrefslogtreecommitdiffstats
path: root/org.aspectj.matcher/src/main/resources/org/aspectj/weaver/XlintDefault.properties
diff options
context:
space:
mode:
authorAlexander Kriegisch <Alexander@Kriegisch.name>2021-03-19 13:37:54 +0700
committerAlexander Kriegisch <Alexander@Kriegisch.name>2021-03-19 13:37:54 +0700
commitf0cc6138f97014bd578c8edc6cb052409abb66a5 (patch)
treeba3891b5fde8eea8ead76dd45bfbf1be9b59285c /org.aspectj.matcher/src/main/resources/org/aspectj/weaver/XlintDefault.properties
parent263d25ac28052dd2e7723c0275c05da8cd2e2c40 (diff)
downloadaspectj-f0cc6138f97014bd578c8edc6cb052409abb66a5.tar.gz
aspectj-f0cc6138f97014bd578c8edc6cb052409abb66a5.zip
Strip down compiler messages to AspectJ-specific ones
Delete all properties from messages_aspectj.properties which were just copied from Eclipse and basically the same. This not only gets rid of duplicates but also eliminates differences found between upstream and AspectJ strings which were just cause by errors or oversights during manual upgrade. TODO: - Find a way to print the '-X' options as info instead of yielding 'abort', making it seem as if compilation failed and print the usage message to stdErr instead of stdOut. - Eclipse also has misc.usage.warn, not just misc.usage, i.e. usage info specifically for warning options. Make sure that AspectJ uses it consistently. - Find a way to merge AspectJ-specific options into the standard Eclipse usage text instead of completely replacing it, further reducing the need to merge and copy upstream content. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'org.aspectj.matcher/src/main/resources/org/aspectj/weaver/XlintDefault.properties')
-rw-r--r--org.aspectj.matcher/src/main/resources/org/aspectj/weaver/XlintDefault.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.aspectj.matcher/src/main/resources/org/aspectj/weaver/XlintDefault.properties b/org.aspectj.matcher/src/main/resources/org/aspectj/weaver/XlintDefault.properties
index 416fc2d55..f996d040b 100644
--- a/org.aspectj.matcher/src/main/resources/org/aspectj/weaver/XlintDefault.properties
+++ b/org.aspectj.matcher/src/main/resources/org/aspectj/weaver/XlintDefault.properties
@@ -47,4 +47,4 @@ mustWeaveXmlDefinedAspects=warning
missingAspectForReweaving=error
cannotAdviseJoinpointInInterfaceWithAroundAdvice=warning
-nonReweavableTypeEncountered=error \ No newline at end of file
+nonReweavableTypeEncountered=error