Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove redundant 'name' and 'packaging' tags from POMs | Alexander Kriegisch | 2021-04-15 | 1 | -2/+0 |
| | | | | | | | If 'name' is identical to 'artifactId' and 'packaging' has the default value 'jar', we can just remove those tags from the POM. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name> | ||||
* | POM cosmetics, e.g. plugin version management | Alexander Kriegisch | 2021-04-09 | 1 | -2/+1 |
| | | | | Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name> | ||||
* | Set explicit en_US locale for build timestamps in Build Helper Maven | Alexander Kriegisch | 2021-03-21 | 1 | -0/+1 |
| | | | | | | | | There were warnings that builds were dependent on the system local (de_DE in my case). In patterns like "EEEE MMM d, yyyy", parts like day of week or month names would change otherwise. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name> | ||||
* | Fix some deprecated Java and JUnit warnings by using newer API calls | Alexander Kriegisch | 2021-03-21 | 1 | -1/+1 |
| | | | | Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name> | ||||
* | Improve usage text, error and warning output in batch compiler | Alexander Kriegisch | 2021-03-20 | 3 | -2/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Usage texts are now printed to stdOut, no longer stdErr. - 'java ...Main -?' no longer prints usage text twice (once to stdOut and then again to stdErr). - AjdtCommand.inferKind: Usage texts are no longer mis-identified as warnings or errors just because they contain substrings "warning" or "error". Matching is now more precise, looking for "[warning]" and "[error]". But in that case the method would not be called anyway because errors and warnings are identified in other ways already. As a fall-back, the categories IMessage.ERROR and IMessage.WARNING still exist in the method. - In case of compile errors, no usage message is printed anymore, because previously the user had to scroll up a lot in order to see the actual messages. This is also in line with ECJ. The same is true for warnings, but it was like this in Ajc already. - AjdtCommand.inferKind: There is a new category IMessage.USAGE especially for AspectJ usage texts, which will be identified by string matching and then correctly handled (i.e. printed to stdOut, not stdErr). - Usage text printing is no longer done in AspectJ but in the AspectJ "shadows" fork of JDT. This helps to get rid of some now obsolete code here. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name> | ||||
* | Fix javadoc references to nonexistent fields, classes, or packages | Jerry James | 2020-09-14 | 5 | -13/+7 |
| | |||||
* | Fix misplaced or incorrect javadoc tags | Jerry James | 2020-09-14 | 2 | -10/+24 |
| | |||||
* | Fix incorrect HTML entities in javadoc comments | Jerry James | 2020-09-14 | 1 | -2/+2 |
| | |||||
* | Revert to 1.9.7.BUILD-SNAPSHOT | Andy Clement | 2020-08-21 | 1 | -1/+1 |
| | |||||
* | 1.9.7 milestone 1 published | Andy Clement | 2020-08-21 | 1 | -1/+1 |
| | |||||
* | Remove unnecessary interface modifiers | Lars Grefer | 2020-08-17 | 7 | -130/+130 |
| | | | | Signed-off-by: Lars Grefer <eclipse@larsgrefer.de> | ||||
* | Merge pull request #10 from larsgrefer/cleanup/pom | Andy Clement | 2020-08-16 | 1 | -1/+0 |
|\ | | | | | Cleanup the Maven pom.xml files | ||||
| * | Remove project.parent.relative path as ../pom.xml is already the default | Lars Grefer | 2020-08-15 | 1 | -1/+0 |
| | | | | | | | | Signed-off-by: Lars Grefer <eclipse@larsgrefer.de> | ||||
* | | Merge branch 'master' into feature/collection-performance | Andy Clement | 2020-08-15 | 1 | -1/+0 |
|\ \ | |||||
| * | | Cleanup unused imports | Lars Grefer | 2020-08-16 | 1 | -1/+0 |
| |/ | | | | | | | Signed-off-by: Lars Grefer <eclipse@larsgrefer.de> | ||||
* / | Weaken Collection declarations | Lars Grefer | 2020-08-15 | 3 | -3/+3 |
|/ | | | | | | Reports on declarations of Collection variables made by using the collection class as the type, rather than an appropriate interface. Signed-off-by: Lars Grefer <eclipse@larsgrefer.de> | ||||
* | Use the diamond operator where possible | Lars Grefer | 2020-08-13 | 5 | -13/+13 |
| | | | | Signed-off-by: Lars Grefer <eclipse@larsgrefer.de> | ||||
* | Unnecessary boxing | Lars Grefer | 2020-08-08 | 1 | -2/+2 |
| | | | | | | Reports explicit boxing, i.e. wrapping of primitive values in objects. Explicit manual boxing is unnecessary under Java 5 and newer, and can be safely removed. Signed-off-by: Lars Grefer <eclipse@larsgrefer.de> | ||||
* | 'String.indexOf()' expression is replaceable with 'contains()' | Lars Grefer | 2020-08-08 | 1 | -1/+1 |
| | | | | | | Reports any String.indexOf() expressions which can be replaced with a call to the String.contains() method available in Java 5 and newer. Signed-off-by: Lars Grefer <eclipse@larsgrefer.de> | ||||
* | 'for' loop replaceable with enhanced 'for' loop | Lars Grefer | 2020-08-08 | 2 | -14/+14 |
| | | | | | | Reports for loops which iterate over collections or arrays, and can be replaced with an enhanced for loop (i.e. the foreach iteration syntax). Signed-off-by: Lars Grefer <eclipse@larsgrefer.de> | ||||
* | Rev to 1.9.7.BUILD-SNAPSHOT | Andy Clement | 2020-07-22 | 1 | -1/+1 |
| | |||||
* | AspectJ 1.9.6 final bitsV1_9_6 | Andy Clement | 2020-07-22 | 1 | -1/+1 |
| | |||||
* | Move to 1.9.6.BUILD-SNAPSHOT version | Andy Clement | 2019-11-28 | 1 | -1/+1 |
| | |||||
* | 1.9.5 release versions in pomsV1_9_5 | Andy Clement | 2019-11-28 | 1 | -1/+1 |
| | |||||
* | Update to 1.9.5.BUILD-SNAPSHOT in poms | Andy Clement | 2019-06-03 | 1 | -1/+1 |
| | |||||
* | 1.9.4 POMS | Andy Clement | 2019-05-10 | 1 | -1/+1 |
| | |||||
* | pushed versions to 1.9.4.BUILD-SNAPSHOT | Andy Clement | 2019-04-17 | 1 | -1/+1 |
| | |||||
* | ignore problematic lifecycle for IDE | Andy Clement | 2019-02-11 | 1 | -0/+37 |
| | |||||
* | Fix version tagging for info strings | Andy Clement | 2019-02-11 | 4 | -25/+91 |
| | |||||
* | Add module tests back in - but streamlined | Andy Clement | 2019-01-31 | 1 | -0/+37 |
| | |||||
* | mavenized bridge module | Andy Clement | 2019-01-23 | 35 | -110/+26 |
| | |||||
* | 1.9.2.RC1 changesV1_9_2_RC1 | Andy Clement | 2018-09-29 | 1 | -0/+5 |
| | |||||
* | Fix 500035: handling target only binding in @AJ pointcut | Andy Clement | 2016-11-18 | 2 | -10/+9 |
| | |||||
* | generics | Andy Clement | 2012-08-27 | 1 | -9/+9 |
| | |||||
* | 373195 | Andy Clement | 2012-03-06 | 1 | -18/+16 |
| | |||||
* | revert | aclement | 2011-06-21 | 1 | -3/+3 |
| | |||||
* | 1.6.12.m1 readmeV1_6_12M1 | aclement | 2011-06-07 | 1 | -3/+3 |
| | |||||
* | trigger build | aclement | 2010-12-08 | 1 | -15/+17 |
| | |||||
* | 329925: declare @field remove annotation | aclement | 2010-11-24 | 1 | -0/+3 |
| | |||||
* | generics | aclement | 2010-07-14 | 1 | -18/+19 |
| | |||||
* | generics | aclement | 2010-07-14 | 9 | -1851/+1811 |
| | |||||
* | java5 | aclement | 2010-07-08 | 1 | -0/+1 |
| | |||||
* | generics | aclement | 2010-07-07 | 1 | -44/+37 |
| | |||||
* | persistence | aclement | 2009-08-25 | 2 | -59/+55 |
| | |||||
* | 286539: test and fix (decanno type in model) | aclement | 2009-08-13 | 1 | -134/+162 |
| | |||||
* | declareMixin | aclement | 2009-03-09 | 1 | -63/+62 |
| | |||||
* | prevent multi-threaded access problems to the map | aclement | 2009-01-16 | 1 | -1/+2 |
| | |||||
* | remove unused code | aclement | 2008-08-31 | 1 | -105/+81 |
| | |||||
* | no need | aclement | 2008-08-27 | 1 | -58/+0 |
| | |||||
* | eclipse: unnecessary semi | aclement | 2008-08-27 | 1 | -1/+1 |
| |