aboutsummaryrefslogtreecommitdiffstats
path: root/ajbrowser
Commit message (Collapse)AuthorAgeFilesLines
* Remove redundant 'name' and 'packaging' tags from POMsAlexander Kriegisch2021-04-151-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>
* Clean up Maven dependencies using 'dependency:analyze' goalAlexander Kriegisch2021-04-121-22/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | Notably, this change involves a partial revert of @4a5660b3, because we are not using JUnit Jupiter yet but still JUnit 4 tests. See discussion under commit at https://github.com/eclipse/org.aspectj/commit/4a5660b3. Many other warnings - concerning both used undeclared and unused declared dependencies - were eliminated by adding or removing the corresponding dependencies from the POMs. Furthermore, I tried to make sure that some clearly test-scoped dependencies are now actually declared as such, so as to avoid unwanted transitivity bleeding into compile scope and maybe unwanted classes ending up in uber JARs via Maven Shade or Maven Assembly. TODO: I am not so sure why modules other than 'run-all-unit-tests' would depend on test JARs. I hope I broke nothing essential there. As of today, the other modules where I found '<type>test-jar</type>' dependencies are: - ajde - testing - testing-drivers - tests - weaver Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Fix misplaced or incorrect javadoc tagsJerry James2020-09-141-2/+2
|
* Revert to 1.9.7.BUILD-SNAPSHOTAndy Clement2020-08-211-1/+1
|
* 1.9.7 milestone 1 publishedAndy Clement2020-08-211-1/+1
|
* Merge pull request #10 from larsgrefer/cleanup/pomAndy Clement2020-08-161-1/+0
|\ | | | | Cleanup the Maven pom.xml files
| * Remove project.parent.relative path as ../pom.xml is already the defaultLars Grefer2020-08-151-1/+0
| | | | | | | | Signed-off-by: Lars Grefer <eclipse@larsgrefer.de>
* | Merge branch 'master' into feature/collection-performanceAndy Clement2020-08-152-2/+0
|\ \
| * | Cleanup unused importsLars Grefer2020-08-162-2/+0
| |/ | | | | | | Signed-off-by: Lars Grefer <eclipse@larsgrefer.de>
* / Weaken Collection declarationsLars Grefer2020-08-151-1/+2
|/ | | | | | 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 possibleLars Grefer2020-08-134-7/+7
| | | | Signed-off-by: Lars Grefer <eclipse@larsgrefer.de>
* 'for' loop replaceable with enhanced 'for' loopLars Grefer2020-08-084-9/+8
| | | | | | 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-SNAPSHOTAndy Clement2020-07-221-1/+1
|
* AspectJ 1.9.6 final bitsV1_9_6Andy Clement2020-07-221-1/+1
|
* Move to 1.9.6.BUILD-SNAPSHOT versionAndy Clement2019-11-281-1/+1
|
* 1.9.5 release versions in pomsV1_9_5Andy Clement2019-11-281-1/+1
|
* Update to 1.9.5.BUILD-SNAPSHOT in pomsAndy Clement2019-06-032-14/+14
|
* 1.9.4 POMSAndy Clement2019-05-101-1/+1
|
* pushed versions to 1.9.4.BUILD-SNAPSHOTAndy Clement2019-04-171-1/+1
|
* polish - fix some warningsmaven_buildAndy Clement2019-02-111-12/+0
|
* mavenizing ajbrowser - doneAndy Clement2019-01-303-83/+0
|
* mavenizing ajbrowser - wipAndy Clement2019-01-3024-32/+71
|
* added module/modulesourcepath to compiler configuration interfaceAndy Clement2017-10-201-0/+10
|
* Added automatic module nameAndy Clement2017-10-201-0/+1
|
* Polish genericsAndy Clement2014-10-071-1/+1
|
* enabling AJDT to use annotation processorsAndy Clement2014-08-201-0/+8
|
* genericsaclement2011-08-164-17/+15
|
* generics refactoringaclement2011-08-121-134/+133
|
* generics refactoringaclement2011-08-121-1/+1
|
* generics refactoringaclement2011-08-121-5/+8
|
* 290741: encoding option on ICompilerConfigurationaclement2011-04-041-0/+5
|
* change this to see if build machine can pick it upaclement2010-08-061-1/+1
|
* java5aclement2010-07-141-0/+1
|
* genericsaclement2010-07-141-36/+32
|
* trigger buildaclement2009-04-091-48/+47
|
* 271201: inpath handlesaclement2009-04-061-0/+6
|
* 268827: ask for the JDT project stateaclement2009-03-241-0/+5
|
* generalize report API to cover resources and outjaraclement2009-03-231-2/+2
|
* 268827: tell ajdt about class file removalaclement2009-03-201-0/+3
|
* trigger buildaclement2009-03-051-1/+1
|
* 124460: aop.xml used for compilation: AJDT interface supportaclement2009-02-121-0/+5
|
* 258325: fixaclement2008-12-101-6/+6
|
* 251277: making asmmanager non-singletonaclement2008-10-201-2/+1
|
* New method on the interface: null implaclement2008-09-161-0/+4
|
* trigger buildaclement2008-09-031-75/+55
|
* 245566: final config interface changeaclement2008-09-021-0/+4
|
* dependency for picking up compiler change bitflagsaclement2008-08-291-0/+1
|
* 245566: incremental magicaclement2008-08-291-11/+13
|
* implement new ICompilerConfiguration methodaclement2008-08-261-0/+6
|
* switch to container from jrelibaclement2008-06-061-1/+1
|