diff options
author | Andy Clement <aclement@pivotal.io> | 2017-11-09 13:14:02 -0800 |
---|---|---|
committer | Andy Clement <aclement@pivotal.io> | 2017-11-09 13:14:02 -0800 |
commit | d92319c43f5723d57887e09f2a839ee5b595fcfd (patch) | |
tree | 155e25d455e598ff5b55b0563645d4af23903bb4 /weaver/testdata | |
parent | 6765fdc34c775e99799b36d88cff8ab88dffc8e7 (diff) | |
download | aspectj-d92319c43f5723d57887e09f2a839ee5b595fcfd.tar.gz aspectj-d92319c43f5723d57887e09f2a839ee5b595fcfd.zip |
Updates to better cope with future JDKs
The version handling in LangUtil has been overhauled
to cope better with post 1.8 releases (JDK9 and JDK10 or 18.3
or whatever they call it). As part of this moved
to treating JDK9 as '9' rather than '1.9'. Also removed
duplicate version processing logic and had that defer to
the one place in LangUtil where we now deal with it.
Includes some generics tidyup in ajdoc. More ajdoc work
is necessary for Java10 because it removes the standard doclet
(old style). However trying to invoke the internal Javadoc
handler in Java10 is failing due to module visibility rules.
Diffstat (limited to 'weaver/testdata')
-rw-r--r-- | weaver/testdata/StaticTjpBeforeHelloWorld.9.0.txt (renamed from weaver/testdata/StaticTjpBeforeHelloWorld.1.9.txt) | 0 | ||||
-rw-r--r-- | weaver/testdata/TjpAround2HelloWorld.9.0.txt (renamed from weaver/testdata/TjpAround2HelloWorld.1.9.txt) | 0 | ||||
-rw-r--r-- | weaver/testdata/TjpAroundHelloWorld.9.0.txt (renamed from weaver/testdata/TjpAroundHelloWorld.1.9.txt) | 0 | ||||
-rw-r--r-- | weaver/testdata/TjpBeforeHelloWorld.9.0.txt (renamed from weaver/testdata/TjpBeforeHelloWorld.1.9.txt) | 0 |
4 files changed, 0 insertions, 0 deletions
diff --git a/weaver/testdata/StaticTjpBeforeHelloWorld.1.9.txt b/weaver/testdata/StaticTjpBeforeHelloWorld.9.0.txt index 72ec8a056..72ec8a056 100644 --- a/weaver/testdata/StaticTjpBeforeHelloWorld.1.9.txt +++ b/weaver/testdata/StaticTjpBeforeHelloWorld.9.0.txt diff --git a/weaver/testdata/TjpAround2HelloWorld.1.9.txt b/weaver/testdata/TjpAround2HelloWorld.9.0.txt index 242d2be48..242d2be48 100644 --- a/weaver/testdata/TjpAround2HelloWorld.1.9.txt +++ b/weaver/testdata/TjpAround2HelloWorld.9.0.txt diff --git a/weaver/testdata/TjpAroundHelloWorld.1.9.txt b/weaver/testdata/TjpAroundHelloWorld.9.0.txt index 65abd2ef6..65abd2ef6 100644 --- a/weaver/testdata/TjpAroundHelloWorld.1.9.txt +++ b/weaver/testdata/TjpAroundHelloWorld.9.0.txt diff --git a/weaver/testdata/TjpBeforeHelloWorld.1.9.txt b/weaver/testdata/TjpBeforeHelloWorld.9.0.txt index 0c34c3bf1..0c34c3bf1 100644 --- a/weaver/testdata/TjpBeforeHelloWorld.1.9.txt +++ b/weaver/testdata/TjpBeforeHelloWorld.9.0.txt |