From 8518fcf96e52edea67b862ade95b64f63607e605 Mon Sep 17 00:00:00 2001 From: Alexander Kriegisch Date: Fri, 23 Jul 2021 11:31:13 +0700 Subject: [PATCH] Globally replace HTTP links to eclipse.org by HTTPS Signed-off-by: Alexander Kriegisch --- .../aspectj/ajde/ui/swing/ErrorDialog.java | 2 +- .../aspectj/ajde/ui/swing/OptionsFrame.java | 4 +- build/products/aspectj/install/intro.html | 4 +- build/products/tools/install/intro.html | 4 +- build/readme-build-and-test-aspectj.html | 158 +++++++++--------- build/release-checklist.txt | 116 ++++++------- .../internal/tools/build/SampleGatherer.java | 2 +- .../aspectj/internal/tools/build/Util.java | 3 +- .../org/aspectj/resources/intro.html | 4 +- docs/devGuideDB/ajbrowser.adoc | 8 +- docs/devGuideDB/antsupport.adoc | 10 +- docs/devGuideDB/antsupport.xml | 13 +- docs/devGuideDB/devguide.xml | 6 +- docs/devGuideDB/ltw.adoc | 2 +- docs/devGuideDB/ltw.xml | 2 +- docs/devGuideDB/tools-intro.adoc | 4 +- docs/devGuideDB/tools-intro.xml | 4 +- docs/developer/language.adoc | 10 +- docs/dist/LICENSE-AspectJ.adoc | 4 +- docs/dist/LICENSE-AspectJ.html | 32 ++-- docs/dist/doc/README-11.adoc | 16 +- docs/dist/doc/README-12.adoc | 2 +- docs/dist/doc/README-150.adoc | 4 +- docs/dist/doc/README-153.adoc | 2 +- docs/dist/doc/README-160.adoc | 2 +- docs/dist/doc/README-162.adoc | 2 +- docs/dist/doc/README-163.adoc | 2 +- docs/dist/doc/README-164.adoc | 2 +- docs/dist/doc/index.adoc | 36 ++-- docs/dist/doc/index.html | 38 ++--- docs/faq/faq.adoc | 66 ++++---- docs/faq/faq.xml | 84 +++++----- docs/progGuideDB/examples.xml | 3 +- docs/progGuideDB/gettingstarted.adoc | 2 +- docs/progGuideDB/gettingstarted.xml | 5 +- docs/sandbox/common/caching/WatchSetters.java | 34 ++-- docs/sandbox/inoculated/readme.txt | 6 +- docs/sandbox/trails/links.adoc | 2 +- docs/sandbox/trails/myeclipseide.adoc | 4 +- docs/teaching/exercises/index.html | 2 +- docs/teaching/exercises/plugins/index.adoc | 16 +- docs/teaching/exercises/plugins/index.html | 8 +- .../weaver/loadtime/test/simpleWithDtd.xml | 2 +- .../eclipse/jdt/core/dom/AjASTConverter.java | 6 +- .../main/java/org/aspectj/tools/ajc/Main.java | 6 +- .../weaver/patterns/SignaturePattern.java | 8 +- .../org/aspectj/testing/util/TestUtil.java | 2 +- tests/bugs/DeclareSoftDynamicPCDs.java | 40 ++--- tests/bugs/DecwClassCastException.java | 40 ++--- tests/bugs/seven/lint/Main.java | 4 +- tests/bugs1612/pr328099/aop.xml | 20 +-- tests/bugs1612/pr328099/src/META-INF/aop.xml | 20 +-- tests/bugs164/pr265695/Asp.aj | 9 +- tests/bugs164/pr265695/AspNew.aj | 8 +- tests/bugs1810/508661/aop.xml | 2 +- 55 files changed, 444 insertions(+), 453 deletions(-) diff --git a/ajde/src/main/java/org/aspectj/ajde/ui/swing/ErrorDialog.java b/ajde/src/main/java/org/aspectj/ajde/ui/swing/ErrorDialog.java index 68bf340cf..243993533 100644 --- a/ajde/src/main/java/org/aspectj/ajde/ui/swing/ErrorDialog.java +++ b/ajde/src/main/java/org/aspectj/ajde/ui/swing/ErrorDialog.java @@ -51,7 +51,7 @@ public class ErrorDialog extends JDialog { String exceptionName = ""; if (throwable != null) exceptionName = throwable.getClass().getName(); this.error_label1.setText("Exception: " + exceptionName); - this.error_label2.setText("If you can't fix it, please submit a bug to http://dev.eclipse.org/bugs"); + this.error_label2.setText("If you can't fix it, please submit a bug to https://dev.eclipse.org/bugs"); this.stackTrace_textArea.setText("Message: " + message + '\n' + "Stack trace: " + details); this.setSize(420, 330); this.setLocationRelativeTo(owner); diff --git a/ajde/src/main/java/org/aspectj/ajde/ui/swing/OptionsFrame.java b/ajde/src/main/java/org/aspectj/ajde/ui/swing/OptionsFrame.java index 6a21852aa..9fc1212e9 100644 --- a/ajde/src/main/java/org/aspectj/ajde/ui/swing/OptionsFrame.java +++ b/ajde/src/main/java/org/aspectj/ajde/ui/swing/OptionsFrame.java @@ -59,12 +59,12 @@ public class OptionsFrame extends JFrame { "conforming to the Open Source Definition.\n\n" + "For support or for more information about the AspectJ\n" + "project or the license, visit the project home page at\n" + - " http://eclipse.org/aspectj\n\n" + + " https://eclipse.org/aspectj\n\n" + "If you find a bug (not solved by the documentation in the\n" + "Development Environment Guide available with this release,\n" + "any release notes, or the bug database), please submit steps\n" + "to reproduce the bug (using the IDE component) at:\n" + - " http://bugs.eclipse.org/bugs/enter_bug.cgi?product=AspectJ"; + " https://bugs.eclipse.org/bugs/enter_bug.cgi?product=AspectJ"; private JTabbedPane main_tabbedPane = new JTabbedPane(); private JPanel button_panel = new JPanel(); diff --git a/build/products/aspectj/install/intro.html b/build/products/aspectj/install/intro.html index d5b543705..c8992bac2 100644 --- a/build/products/aspectj/install/intro.html +++ b/build/products/aspectj/install/intro.html @@ -6,12 +6,12 @@

Version ${build.version.long} built on ${build.date}

This installs the complete AspectJ 9 Development Kit (AJDK) distribution, with the compiler, aspect libraries, structure browser, ant tasks, -documentation, and examples. +documentation, and examples. This distribution is covered by the Eclipse Public License v 2.0 (see https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.txt).

For IDE integrations or source code, see the project home page at -http://eclipse.org/aspectj

+https://eclipse.org/aspectj

${copyright.allRights.from1998}

diff --git a/build/products/tools/install/intro.html b/build/products/tools/install/intro.html index 3194fac4c..2bf78d302 100644 --- a/build/products/tools/install/intro.html +++ b/build/products/tools/install/intro.html @@ -16,8 +16,8 @@

This is a binary only release of tools made available under the Eclipse Public License. -For more information on the license or to download the source code, -see http://eclipse.org/aspectj

+For more information on the license or to download the source code, +see https://eclipse.org/aspectj

${copyright.allRights.from1998}

diff --git a/build/readme-build-and-test-aspectj.html b/build/readme-build-and-test-aspectj.html index 6ae35203f..4019a3f9d 100644 --- a/build/readme-build-and-test-aspectj.html +++ b/build/readme-build-and-test-aspectj.html @@ -1,20 +1,20 @@ -Build and Test AspectJ +Build and Test AspectJ

Build and Test AspectJ

This describes how to build and test AspectJ for developers working on source code for AspectJ. -It covers building with Ant or Eclipse and testing with +It covers building with Ant or Eclipse and testing with JUnit and the harness used for compiler tests. -For information on how the build works and how to -debug failed builds, see +For information on how the build works and how to +debug failed builds, see readme-build-module.html. - +
  1. Quick start
  2. Requirements
  3. @@ -47,7 +47,7 @@ debug failed builds, see
  4. Release preconditions and testing
  5. Release completion
- +
  • New modules, Java 5, and Ant-only build problems
  • Build Problems
  • @@ -59,8 +59,8 @@ This is a minimal introduction to building and testing AspectJ.
       export CVS_ROOT=":pserver:anonymous@dev.eclipse.org:/home/technology"
       cvs co org.aspectj/modules
    -If using Eclipse, check out the subdirectories of -org.aspectj/modules as Eclipse projects. +If using Eclipse, check out the subdirectories of +org.aspectj/modules as Eclipse projects. Skip the aspectj-attic module.

    Build an AspectJ distribution: @@ -72,7 +72,7 @@ Install the distribution (e.g., into build/../aspectj-install):

      java -jar ../aj-build/dist/aspectj-DEVELOPMENT.jar
    -You can skip the GUI by specifying an existing, empty writable +You can skip the GUI by specifying an existing, empty writable target directory using -to {targDir}:
      java -jar ../aj-build/dist/aspectj-DEVELOPMENT.jar -to .
    @@ -83,46 +83,46 @@ Test it by running the build script in the examples directory: ../../lib/ant/bin/ant This should build and run the spacewar example. - +

    Required sources, libraries, and tools

    - + To build requires only the AspectJ project modules and Java VM's. -All necessary libraries and tools are in the +All necessary libraries and tools are in the lib directory, including Ant.

    To get the source, check out from CVS. E.g., from the command line,

    - +
        export CVS_ROOT=":pserver:anonymous@dev.eclipse.org:/home/technology"
        cvs co org.aspectj/modules
     

    - Eclipse users should check out each relevant subdirectory of + Eclipse users should check out each relevant subdirectory of org.aspectj/modules as a project - (most have .project files). + (most have .project files).

    Not all modules are required. -The aspectj-attic module only has old code. +The aspectj-attic module only has old code.

    Standard builds

    Overview

    -The build system is designed to work standalone and support +The build system is designed to work standalone and support Eclipse and Ant. Each module is an Eclipse project, and all required libraries are in lib/. All build dependencies are read from Eclipse .classpath files and managed using an Ant builder task, so no Ant build scripts need to change when dependencies change. -However, that means the modules (read: Eclipse projects) can only +However, that means the modules (read: Eclipse projects) can only do what the builder task understands. Currently it expects release source files in src (or java5-src -for Java 5 code) and test source files in +for Java 5 code) and test source files in testsrc (or java5-testsrc), -and can handle Java and AspectJ projects. +and can handle Java and AspectJ projects. For more information on the build infrastructure and setup, see readme-build-module.html and below. @@ -133,45 +133,45 @@ You should use the Ant in ../lib/ant. Currently this is a vanilla distribution of Ant 1.6.3, but that might change.

    -This build directory has a master +This build directory has a master build.xml script, and the modules have satellite build.xml which support building only that -module. +module. The release directory has scripts for doing release builds (in multiple VM's, with testing). These are run by automated build and before any AspectJ distribution. -Custom build.xml files are in +Custom build.xml files are in The ../docs/build.xml, org.aspectj.lib/build-aspectjlib.xml, -and ../eclipse.plugin/build.xml. +and ../eclipse.plugin/build.xml. These are invoked by the master build.xml as needed. Other modules have generic build.xml's that just -use the master build file to run targets compile and +use the master build file to run targets compile and test for that module. (If you do clean, all binaries for all modules are cleaned.)

    -The master build.xml -creates an AspectJ distribution in +The master build.xml +creates an AspectJ distribution in ../aj-build/dist/aspectj-DEVELOPMENT.jar ; -You'll notice module jar results are put in +You'll notice module jar results are put in ../aj-build/jars, including {module}.jar and {module}-test.jar -(for the release and test classes) and -{module}-all.jar, and -{module}-test-all.jar +(for the release and test classes) and +{module}-all.jar, and +{module}-test-all.jar (including all antecedant classes and libraries). See build.xml for other targets.

    For any build, you should create your own version of - local.properties, using + local.properties, using sample.local.properties -as a template. +as a template. When using the master build.xml, consider defining "build.config" to pass flags to the Ant builder. E.g., to reuse Eclipse classes and log verbosely, @@ -190,7 +190,7 @@ with verbose logging:

       cd modules/build
    -  ../lib/ant/bin/ant 
    +  ../lib/ant/bin/ant
     

    @@ -210,7 +210,7 @@ To build and test the asm module from that module:

    -To build the test harness into +To build the test harness into ../aj-build/jars/testing-drivers-all.jar:

    @@ -227,7 +227,7 @@ handle the .project and .classpath files in the modules/projects.)
     That will enable you
     to run the compiler or test harness from within Eclipse (see below),
     but it will not build the AspectJ release as Ant does.
    -If you are making changes in Eclipse, you should set your default JRE 
    +If you are making changes in Eclipse, you should set your default JRE
     to the minimum supported by the AspectJ tools (currently JDK 1.3)
     to avoid using later API's.
     You'll need to set some variables in your Eclipse environment;
    @@ -246,10 +246,10 @@ currently these are:
     
     
     

    Running the Ant build scripts from Eclipse

    -When running Ant from older versions of Eclipse, -be sure to replace the Eclipse Ant -libraries with ours. In the Ant configuration, remove all jars -specified by Eclipse and add all the libraries in +When running Ant from older versions of Eclipse, +be sure to replace the Eclipse Ant +libraries with ours. In the Ant configuration, remove all jars +specified by Eclipse and add all the libraries in ../lib/ant/lib as well as in ../lib/junit. (Do not add ../lib/build/build.jar, which is @@ -264,14 +264,14 @@ for more information.

    Using Eclipse to compile but Ant to assemble

    As mentioned above, assuming Eclipse is compiling the AspectJ modules successfully, -you can use Ant to assemble the Eclipse-built .class files into a -product by including useEclipseCompiles in the +you can use Ant to assemble the Eclipse-built .class files into a +product by including useEclipseCompiles in the build.config. That reduces the build process to product assembly. (And of course you can run Ant from Eclipse as described above.)

    Running the compiler, browser, or harness from the command-line

    -The build produces jar files in +The build produces jar files in ../aj-build/jars/, some of which have manifests specifying the main class, so they can be run using java -jar {file} {arguments}. @@ -312,7 +312,7 @@ in the next build. It appears that sometimes these jar files are not close during the Eclipse session, which means they cannot be overwritten in new builds, even those run from a different Ant process. -If you find that builds are silently failing, try deleting the +If you find that builds are silently failing, try deleting the build products. @@ -320,15 +320,15 @@ build products.

    Each module has a tree of JUnit tests in the testsrc directory. These parallel the src directories and contain roll-up suites -for each package - ({module}/testsrc/{packagePath}/{package}Tests.java) and -for the module as a whole - ({module}/testsrc/{module}ModuleTests.java). +for each package + ({module}/testsrc/{packagePath}/{package}Tests.java) and +for the module as a whole + ({module}/testsrc/{module}ModuleTests.java).

    -The AspectJ project also has additional custom tests in the +The AspectJ project also has additional custom tests in the tests module, -mainly the compiler tests run by the harness in +mainly the compiler tests run by the harness in ajcTests.xml. It is important to run these additional compiler tests (not covered by the JUnit suite) before and after any change to the compiler. @@ -337,7 +337,7 @@ suite) before and after any change to the compiler. The module run-all-junit-tests refers to all the other modules and the compiler tests adapted through the ../tests/src. So the easiest way to -run the JUnit and compiler tests is to run the top-level suite +run the JUnit and compiler tests is to run the top-level suite RunTheseBeforeYouCommitTests.

    @@ -365,17 +365,17 @@ on the classpath:

    The assembled (-all) jar files include all antecedants, except for those "skipped" (like Ant and JUnit). -(For more on skipped libraries, see +(For more on skipped libraries, see readme-build-module.html).

    Using the test harness to run compiler tests

    - -The build.xml build-harness-jar + +The build.xml build-harness-jar target builds a single jar with -the AspectJ binaries and a test harness as the main class. -It reads test suite files like +the AspectJ binaries and a test harness as the main class. +It reads test suite files like ../tests/ajcTests.xml; use the -help flag to see available options. For more information, see @@ -392,7 +392,7 @@ Release builds differ mainly in running from a clean, up-to-date tree and with correct build version values in local.properties, which will update org.aspectj.bridge.Version. -Do not run using the build.config value +Do not run using the build.config value useEclipseCompiles, because this will include testing classes in the release libraries. See Version synchronization below @@ -402,12 +402,12 @@ for more details on how the version is updated.

    Normally, we do releases only after fixing all high-priority (P1 and P2) bugs in the bug database - ( + ( All open AspectJ bugs with P1 and P2). -For bug fixes, associated tests in +For bug fixes, associated tests in tests/ajcTestsFailing.xml are fixed and moved to tests/ajcTests.xml. - +

    Before a release, run the release tests as described in @@ -415,8 +415,8 @@ For bug fixes, associated tests in (deprecated? using: ../build/release-checklist.txt). - - + +

    Release completion

    When the release build is accepted, tag the tree with the release version @@ -429,24 +429,24 @@ based on the release code. E.g., from the command line:

    Pushing the release out to the web involves manually updating the web with the release files and documentation, - verifying the downloads and pages, + verifying the downloads and pages, and sending any release notifications. - Save the release installer, test results, and any notes + Save the release installer, test results, and any notes about deferred bugs or tests in org.aspectj/releases/aspectj-{version}/. - +


    New modules, Java 5, and Ant-only build problems

    - To reiterate (and as described more fully in + To reiterate (and as described more fully in readme-build-module.html), the build system introspects on module and the .classpath file to determine how to build. Further, it enforces stricter build invariants than the Eclipse projects do; when your code works in Eclipse but fails in the Ant, it's your responsibility to fix it - by following the build invariants below. + by following the build invariants below.

    What to do when adding a new module (i.e., eclipse project): @@ -459,16 +459,16 @@ the web with the release files and documentation,

  • same use of known classpath variables/entries
  • -
  • Add module to those checked for copyright/license in +
  • Add module to those checked for copyright/license in testsrc/org/aspectj/build/BuildModuleTests.java
  • Add module to module dependency tree as usual in Eclipse project properties
  • If the module is to produce a jar visible in {AspectJ}/lib, - then add a zero-length file of the correct name to + then add a zero-length file of the correct name to products/tools/dist/lib - and an alias to that file from the module name in + and an alias to that file from the module name in Builder.properties
  • @@ -503,7 +503,7 @@ the web with the release files and documentation,
  • Neither testsrc directory is used in production builds.
  • - This only requires what's in the + This only requires what's in the ../lib directory and the usual Java VM's. That means modules can only depend on each other and the libraries in ../lib. @@ -511,7 +511,7 @@ the web with the release files and documentation,
  • Modules are built into jar files. {module.name}.jar includes only the module classes, and {module.name}-all.jar includes the module classes plus any antecendant modules and any - required libraries not skipped (see below). + required libraries not skipped (see below).
  • A file {module.name}/{module.name}.mf.txt, if available, will be used as the jar file manifest, after replacing certain @@ -524,7 +524,7 @@ the web with the release files and documentation, (Ant, JUnit, etc.).
  • Test classes are excluded from the compile process for production builds. - These result in the same jar files; there is no way to + These result in the same jar files; there is no way to tell externally whether the test classes were stripped from a jar.
  • ONLY resources specified as resource.pattern in @@ -546,7 +546,7 @@ the web with the release files and documentation,
  • Java 5 code is built in Ant only if JAVA_HOME points to Java 5 (or later).
  • No normal code can depend on any Java 5 code. - The build system checks by building everything using the + The build system checks by building everything using the lowest VM supported by the tools.
  • @@ -581,16 +581,16 @@ Some build problems and fixes encountered in the past: if this is added as an ordinary (external jar), then the main ant build script will pick up the contents of graphics.jar and include it in the aspectj distribution (obvious clue, the size of - the built aspectjtools.jar doubles to about 10MB). Instead, from the + the built aspectjtools.jar doubles to about 10MB). Instead, from the Java Build Path properties page of the project, select "Add Library" and add the JDK library. You now have to remove the JRE_LIB entry from the project or Eclipse complains about duplicate jar files in the path. -
  • More generally, if you find extra classes in the assembled jars, - most likely you have added unexpected libraries to the build, e.g., - when adding libraries for the IBM JRE. - To skip those, add them to the "skip.libraries" list in +
  • More generally, if you find extra classes in the assembled jars, + most likely you have added unexpected libraries to the build, e.g., + when adding libraries for the IBM JRE. + To skip those, add them to the "skip.libraries" list in src/org/aspectj/internal/tools/build/Builder.properties. These libraries will always be skipped for any module built this way; diff --git a/build/release-checklist.txt b/build/release-checklist.txt index 47dd2cb15..d5a8137e3 100644 --- a/build/release-checklist.txt +++ b/build/release-checklist.txt @@ -15,7 +15,7 @@ Before you begin... you will need: * A Linux box distribution : [ ] * An iMac (nice-to-have) JDK 1.4.x : [ ] * Eclipse version : [ ] - + * A pair of scissors (get an adult to help you with these) * Some sticky-backed plastic @@ -33,23 +33,23 @@ Preparation: * Create a new directory under releases for this release [ ] (e.g. releases/aspectj-1.1rc1) - + * Save a copy of this file there as package-and-test-notes.txt [ ] - + * Edit build/build-properties.xml and set the version properties for this release [ ] - - e.g. - - - - - - + + e.g. + + + + + + * Edit org.aspectj.ajdt.core/src/org.aspectj.ajdt.ajc/messages.properties and set the version properties for this release [ ] - - e.g. + + e.g. ### AspectJ-specific messages configure.version = AspectJ Compiler 1.1rc1 @@ -58,14 +58,14 @@ Preparation: ### miscellaneous misc.usage = AspectJ Compiler 1.1 release candidate 1\n\ ... - + Build: ================================================================================ * Ensure JAVA_HOME is set to point to your 1.3 JDK [ ] echo $JAVA_HOME [ ] - - (even when you "Run Ant..." from eclipse, the value of JAVA_HOME is + + (even when you "Run Ant..." from eclipse, the value of JAVA_HOME is used rather than the JRE specified in your Eclipse settings). * When running ant, use the version in modules/lib/ant, @@ -77,10 +77,10 @@ Build: $ ant clean [ ] $ ant fail-unless-boot-libraries-uptodate [ ] $ ant [ ] - + * Save the build output (console log) as build-.log.txt [ ] (e.g. build-1.1rc1.log.txt) - + * Save the built jar to the releases directory [ ] (releases/aspectj-) @@ -92,8 +92,8 @@ Pre-installation tests: * run junitModules.xml tests - - go to modules/tests/ and run - + - go to modules/tests/ and run + $ ant -f junitModules.xml {target} \ -Daspectjrt.path=../aj-build/dist/tools/lib/aspectjrt.jar @@ -101,88 +101,88 @@ Pre-installation tests: -- target = clean [ ] -- target = default [ ] - - - Record any failures here (should be none) - + + - Record any failures here (should be none) + - Save the test results as junitModules.report.zip [ ] (zip of eclipse/workspace/tests/bin/junitXmlOutput/html) - - + + * run Harness tests on the 1.3 vm (ajcTests.xml): - + Where {harness} is - + $ cd tests - $ {java-1.3} -jar ../aj-build/jars/testing-drivers-all.jar + $ {java-1.3} -jar ../aj-build/jars/testing-drivers-all.jar Do: $ {harness} -release -logFail ajcTests.xml [ ] - + -- save results in ajcTests-result--JDK13.txt [ ] (e.g. ajcTests-result-1.1rc1-JDK13.txt) - + -- record any failures (should be none) inline here. - + $ {harness} -release -logFail -emacssym ajcTests.xml [ ] -- save results in ajcTests-result--emacssym-JDK13.txt [ ] (e.g. ajcTests-result-1.1rc1-emacssym-JDK13.txt) - + -- record any failures (should be none) inline here. - + * run Harness tests on the 1.4 vm: Where {harness} is - + $ cd tests - $ {java-1.4} -jar ../aj-build/jars/testing-drivers-all.jar + $ {java-1.4} -jar ../aj-build/jars/testing-drivers-all.jar Do: $ {harness} -release -logFail ajcTests.xml [ ] - + -- save results in ajcTests-result--JDK14.txt [ ] (e.g. ajcTests-result-1.1rc1-JDK14.txt) - + -- record any failures (should be none) inline here. - + $ {harness} -release -logFail -emacssym ajcTests.xml [ ] -- save results in ajcTests-result--emacssym-JDK14.txt [ ] (e.g. ajcTests-result-1.1rc1-emacssym-JDK14.txt) - + -- record any failures (should be none) inline here. - + * run Harness on ajcTestsFailing.xml Where {harness} is - + $ cd tests - $ {java-1.3} -jar ../aj-build/jars/testing-drivers-all.jar + $ {java-1.3} -jar ../aj-build/jars/testing-drivers-all.jar Do: $ {harness} -release -logFail ajcTestsFailing.xml [ ] - + -- save results in ajcTestsFailing-result--JDK13.txt [ ] (e.g. ajcTestsFailing-result-1.1rc1-JDK13.txt) - - -- record any failures inline here (should be none. ajcTestsFailing + + -- record any failures inline here (should be none. ajcTestsFailing should be empty for a final release. Known exceptions are permissible for a non-final release.) - - + + Installation & Verification Tests ================================================================================ * install from aspectj-.jar as built above - verify version number and build date on splash screen [ ] - + - save screenshot of splash screen (not essential) as [ ] - Installer-Splash-Screen.bmp (file format may vary) - + Installer-Splash-Screen.bmp (file format may vary) + * verify directory structure created ok [ ] * check version in README-AspectJ.html [ ] @@ -225,7 +225,7 @@ Installation & Verification Tests * verify debug info included in class files - "javap -l org.aspectj.tools.ajc.Main" under jdk 1.4 or later [ ] - + * verify manual dates correct in docs [ ] * verify api docs present and correct [ ] @@ -233,7 +233,7 @@ Installation & Verification Tests Product Testing ================================================================================ -These tests are a bit more rigorous and time-consuming. +These tests are a bit more rigorous and time-consuming. Run at your discretion * Compile AspectJ sources using AspectJ [ ] @@ -282,18 +282,18 @@ Release Once developer consensus is reached on the build: -* commit all releases/aspectj-/*.* files created during +* commit all releases/aspectj-/*.* files created during this process [ ] * tag /home/technology/org.aspectj as vM_m_r_XX (e.g. v1_1_0_RC1) [ ] -* post aspectj-.jar to +* post aspectj-.jar to download.eclipse.org/technology/ajdt/aspectj-.jar [ ] - -* download from - http://download.eclipse.org/technology/ajdt/aspectj-.jar + +* download from + https://download.eclipse.org/technology/ajdt/aspectj-.jar and install [ ] - + * post news article on project home page [ ] * post link on download page [ ] diff --git a/build/src/main/java/org/aspectj/internal/tools/build/SampleGatherer.java b/build/src/main/java/org/aspectj/internal/tools/build/SampleGatherer.java index 08b363f0a..988937744 100644 --- a/build/src/main/java/org/aspectj/internal/tools/build/SampleGatherer.java +++ b/build/src/main/java/org/aspectj/internal/tools/build/SampleGatherer.java @@ -457,7 +457,7 @@ class SamplesRenderer { + "is hereby granted if the publication acknowledges " + "the author by name and " + "the source by reference to the AspectJ project home page " - + "at http://eclipse.org/aspectj.

    " + + "at https://eclipse.org/aspectj.

    " + EOL; /** template algorithm to render */ diff --git a/build/src/main/java/org/aspectj/internal/tools/build/Util.java b/build/src/main/java/org/aspectj/internal/tools/build/Util.java index 69582bb0a..74dd8d93b 100644 --- a/build/src/main/java/org/aspectj/internal/tools/build/Util.java +++ b/build/src/main/java/org/aspectj/internal/tools/build/Util.java @@ -334,7 +334,7 @@ public class Util { * features that we use. * sources: * http://www-128.ibm.com/developerworks/library/os-ecl-osgi/index.html - * http://help.eclipse.org/help30/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/osgi/org/osgi/framework/Constants.html + * https://help.eclipse.org/help30/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/osgi/org/osgi/framework/Constants.html */ public static class OSGIBundle { public static final Name BUNDLE_NAME = new Name("Bundle-Name"); @@ -487,4 +487,3 @@ public class Util { } } } - diff --git a/build/src/main/resources/$installer$/org/aspectj/resources/intro.html b/build/src/main/resources/$installer$/org/aspectj/resources/intro.html index d5b543705..c8992bac2 100644 --- a/build/src/main/resources/$installer$/org/aspectj/resources/intro.html +++ b/build/src/main/resources/$installer$/org/aspectj/resources/intro.html @@ -6,12 +6,12 @@

    Version ${build.version.long} built on ${build.date}

    This installs the complete AspectJ 9 Development Kit (AJDK) distribution, with the compiler, aspect libraries, structure browser, ant tasks, -documentation, and examples. +documentation, and examples. This distribution is covered by the Eclipse Public License v 2.0 (see https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.txt).

    For IDE integrations or source code, see the project home page at -http://eclipse.org/aspectj

    +https://eclipse.org/aspectj

    ${copyright.allRights.from1998}

    diff --git a/docs/devGuideDB/ajbrowser.adoc b/docs/devGuideDB/ajbrowser.adoc index b092ebad5..734545496 100644 --- a/docs/devGuideDB/ajbrowser.adoc +++ b/docs/devGuideDB/ajbrowser.adoc @@ -186,10 +186,10 @@ building from the browser, then please submit a bug report. ==== Known issues with the AspectJ browser For the most up-to-date information on known problems, see the -http://bugs.eclipse.org/bugs[bug database] for unresolved -http://bugs.eclipse.org/bugs/buglist.cgi?&product=AspectJ&component=Compiler&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED[compiler +https://bugs.eclipse.org/bugs[bug database] for unresolved +https://bugs.eclipse.org/bugs/buglist.cgi?&product=AspectJ&component=Compiler&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED[compiler bugs] or -http://bugs.eclipse.org/bugs/buglist.cgi?&product=AspectJ&component=IDE&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED[IDE +https://bugs.eclipse.org/bugs/buglist.cgi?&product=AspectJ&component=IDE&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED[IDE bugs] . * Memory and forking: Users email most about the browser task running @@ -217,5 +217,5 @@ well. You can send email to aspectj-users@dev.eclipse.org. (Do join the list to participate!) We also welcome any bug reports, patches, and feature requests; you can submit them to the bug database at -http://bugs.eclipse.org/bugs using the AspectJ product and IDE +https://bugs.eclipse.org/bugs using the AspectJ product and IDE component. diff --git a/docs/devGuideDB/antsupport.adoc b/docs/devGuideDB/antsupport.adoc index 9a370d718..6c8217930 100644 --- a/docs/devGuideDB/antsupport.adoc +++ b/docs/devGuideDB/antsupport.adoc @@ -29,7 +29,7 @@ for more information and the 1.5.1 distribution. This release is source-compatible with Ant 1.3 and Ant 1.4, but the task sources must be compiled with those versions of the Ant libraries to be used under those versions of Ant. Sources are available under the Eclipse Public License -v 2.0 at http://eclipse.org/aspectj. +v 2.0 at https://eclipse.org/aspectj. In Ant 1.5, third-party tasks can be declared using a taskdef entry in the build script, to identify the name and classes. When declaring a @@ -845,10 +845,10 @@ if possible). ==== Known issues with the Ant tasks For the most up-to-date information on known problems, see the -http://bugs.eclipse.org/bugs[bug database] for unresolved -http://bugs.eclipse.org/bugs/buglist.cgi?&product=AspectJ&component=Compiler&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED[compiler +https://bugs.eclipse.org/bugs[bug database] for unresolved +https://bugs.eclipse.org/bugs/buglist.cgi?&product=AspectJ&component=Compiler&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED[compiler bugs] or -http://bugs.eclipse.org/bugs/buglist.cgi?&product=AspectJ&component=Ant&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED[taskdef +https://bugs.eclipse.org/bugs/buglist.cgi?&product=AspectJ&component=Ant&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED[taskdef bugs] . When running Ant build scripts under Eclipse 2.x variants, you will get @@ -874,5 +874,5 @@ they use in their scripts to pass VM options, e.g., ANT_OPTS=-Xmx128m). For questions, you can send email to aspectj-users@dev.eclipse.org. (Do join the list to participate!) We also welcome any bug reports, patches, and features; you can submit them to the bug database at -http://bugs.eclipse.org/bugs using the AspectJ product and Ant +https://bugs.eclipse.org/bugs using the AspectJ product and Ant component. diff --git a/docs/devGuideDB/antsupport.xml b/docs/devGuideDB/antsupport.xml index 7e0fdfbc0..85f856e1a 100644 --- a/docs/devGuideDB/antsupport.xml +++ b/docs/devGuideDB/antsupport.xml @@ -53,7 +53,7 @@ compiled with those versions of the Ant libraries to be used under those versions of Ant. Sources are available under the Eclipse Public License v 2.0 - at http://eclipse.org/aspectj. + at https://eclipse.org/aspectj. In Ant 1.5, third-party tasks can be declared using a taskdef entry in @@ -1559,12 +1559,12 @@ Ant -Dbuild.compiler=org.aspectj.tools.ant.taskdefs.Ajc11CompilerAdapter For the most up-to-date information on known problems, see the - bug database + bug database for unresolved - + compiler bugs or - + taskdef bugs . @@ -1600,8 +1600,8 @@ Ant -Dbuild.compiler=org.aspectj.tools.ant.taskdefs.Ajc11CompilerAdapter (Do join the list to participate!) We also welcome any bug reports, patches, and features; you can submit them to the bug database at - - http://bugs.eclipse.org/bugs + + https://bugs.eclipse.org/bugs using the AspectJ product and Ant component. @@ -1613,4 +1613,3 @@ Ant -Dbuild.compiler=org.aspectj.tools.ant.taskdefs.Ajc11CompilerAdapter - diff --git a/docs/devGuideDB/devguide.xml b/docs/devGuideDB/devguide.xml index 90e6e4aec..f526e5e87 100644 --- a/docs/devGuideDB/devguide.xml +++ b/docs/devGuideDB/devguide.xml @@ -39,11 +39,11 @@ AspectJ Programming Guide, the documentation available with the AspectJ support available for various integrated development environments (e.g., - Eclipse AJDT), + Eclipse AJDT), and the most-recent documentation available from the AspectJ project page, at - - http://eclipse.org/aspectj. + + https://eclipse.org/aspectj. diff --git a/docs/devGuideDB/ltw.adoc b/docs/devGuideDB/ltw.adoc index e5ce4ba54..81d25ee3c 100644 --- a/docs/devGuideDB/ltw.adoc +++ b/docs/devGuideDB/ltw.adoc @@ -178,7 +178,7 @@ abstract methods). The following example shows a simple aop.xml file: .... The DTD defining the format of this file is available here: -http://www.eclipse.org/aspectj/dtd/aspectj.dtd. +https://www.eclipse.org/aspectj/dtd/aspectj.dtd. An aop.xml file contains two key sections: `aspects` defines one or more aspects to the weaver and controls which aspects are to be used in the diff --git a/docs/devGuideDB/ltw.xml b/docs/devGuideDB/ltw.xml index 969070f44..79569ad38 100644 --- a/docs/devGuideDB/ltw.xml +++ b/docs/devGuideDB/ltw.xml @@ -196,7 +196,7 @@ The DTD defining the format of this file is available here: - http://www.eclipse.org/aspectj/dtd/aspectj.dtd. + https://www.eclipse.org/aspectj/dtd/aspectj.dtd. An aop.xml file contains two key sections: aspects defines one diff --git a/docs/devGuideDB/tools-intro.adoc b/docs/devGuideDB/tools-intro.adoc index 92508cbed..329378b2a 100644 --- a/docs/devGuideDB/tools-intro.adoc +++ b/docs/devGuideDB/tools-intro.adoc @@ -6,7 +6,7 @@ The xref:../progguide/index.html[AspectJ Programming Guide] describes the AspectJ language. This guide describes the AspectJ tools produced by -the AspectJ team on http://eclipse.org/aspectj. The AspectJ tools +the AspectJ team on https://eclipse.org/aspectj. The AspectJ tools include - ajc, the compiler/weaver; ajdoc, a documentation tool; ajbrowser, a crosscutting code viewer; Ant support for ajc; and load-time weaving support. These tools are delivered in the library @@ -14,7 +14,7 @@ folder of the AspectJ tools installation, mainly in `aspectjtools.jar` (tools) and `aspectjrt.jar` (runtime). This guide does not describe the Eclipse AspectJ development tools (AJDT). That is produced by another team (sharing some members) on -http://eclipse.org/aspectj[http://eclipse.org/ajdt]. AJDT is delivered +https://eclipse.org/aspectj[https://eclipse.org/ajdt]. AJDT is delivered as an Eclipse plugin, incorporating the classes in the AspectJ tools libraries along with the Eclipse plugin interface classes. diff --git a/docs/devGuideDB/tools-intro.xml b/docs/devGuideDB/tools-intro.xml index bc6051489..521fac7a1 100644 --- a/docs/devGuideDB/tools-intro.xml +++ b/docs/devGuideDB/tools-intro.xml @@ -9,7 +9,7 @@ describes the AspectJ language. This guide describes the AspectJ tools produced by the AspectJ team on - http://eclipse.org/aspectj. + https://eclipse.org/aspectj. The AspectJ tools include - ajc, the compiler/weaver; ajdoc, a documentation tool; ajbrowser, a crosscutting code viewer; @@ -19,7 +19,7 @@ aspectjrt.jar (runtime). This guide does not describe the Eclipse AspectJ development tools (AJDT). That is produced by another team (sharing some members) on - http://eclipse.org/ajdt. + https://eclipse.org/ajdt. AJDT is delivered as an Eclipse plugin, incorporating the classes in the AspectJ tools libraries along with the Eclipse plugin interface classes. diff --git a/docs/developer/language.adoc b/docs/developer/language.adoc index c97ef8d11..28a3f7548 100644 --- a/docs/developer/language.adoc +++ b/docs/developer/language.adoc @@ -3,16 +3,16 @@ === User-suggested New Language Features * `-` wildcard -** http://dev.eclipse.org/mhonarc/lists/aspectj-dev/msg00717.html +** https://dev.eclipse.org/mhonarc/lists/aspectj-dev/msg00717.html ** https://bugs.eclipse.org/bugs/show_bug.cgi?id=34054#c2 * Class cast pointcut -** http://dev.eclipse.org/mhonarc/lists/aspectj-users/msg01479.html +** https://dev.eclipse.org/mhonarc/lists/aspectj-users/msg01479.html * Extensible pointcuts, abstract pointcuts, and interfaces -** http://dev.eclipse.org/mhonarc/lists/aspectj-dev/msg00458.html -** http://dev.eclipse.org/mhonarc/lists/aspectj-dev/msg00467.html + - +** https://dev.eclipse.org/mhonarc/lists/aspectj-dev/msg00458.html +** https://dev.eclipse.org/mhonarc/lists/aspectj-dev/msg00467.html + + === Key Language Design Properties ==== Orthogonal join point model diff --git a/docs/dist/LICENSE-AspectJ.adoc b/docs/dist/LICENSE-AspectJ.adoc index 4aad458a8..ca18dbede 100644 --- a/docs/dist/LICENSE-AspectJ.adoc +++ b/docs/dist/LICENSE-AspectJ.adoc @@ -1,7 +1,7 @@ == *AspectJ^TM^ Compiler and Core Tools License* This is a binary-only release. Source code is available from -http://eclipse.org/aspectj +https://eclipse.org/aspectj The Eclipse Foundation makes available all content in this distribution ("Content"). Unless otherwise indicated below, the Content is provided @@ -17,7 +17,7 @@ use of any object code in the Content. Check the Redistributor's license that was provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise indicated below, the terms and conditions of the EPL still apply to any source code in the Content and -such source code may be obtained at link:/[http://www.eclipse.org]. +such source code may be obtained at link:/[https://www.eclipse.org]. === Third Party Content diff --git a/docs/dist/LICENSE-AspectJ.html b/docs/dist/LICENSE-AspectJ.html index c280f86ec..9442561a9 100644 --- a/docs/dist/LICENSE-AspectJ.html +++ b/docs/dist/LICENSE-AspectJ.html @@ -13,43 +13,43 @@

    This is a binary-only release.  Source code is available from -http://eclipse.org/aspectj

    +https://eclipse.org/aspectj

    -

    The Eclipse Foundation makes available all content in this distribution ("Content"). +

    The Eclipse Foundation makes available all content in this distribution ("Content"). Unless otherwise indicated below, the Content is provided to you under the terms and conditions of the - Eclipse Public License Version v 2.0 ("EPL"). A copy of the EPL is available + Eclipse Public License Version v 2.0 ("EPL"). A copy of the EPL is available at https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.txt. For purposes of the EPL, "Program" will mean the Content.

    -

    If you did not receive this Content directly from the Eclipse Foundation, the Content is +

    If you did not receive this Content directly from the Eclipse Foundation, the Content is being redistributed by another party ("Redistributor") and different terms and conditions may - apply to your use of any object code in the Content. Check the Redistributor's license + apply to your use of any object code in the Content. Check the Redistributor's license that was provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise indicated below, the terms and conditions of the EPL still apply to any source code in the Content - and such source code may be obtained at http://www.eclipse.org.

    + and such source code may be obtained at https://www.eclipse.org.

    + -

    Third Party Content

    -

    The Content includes items that have been sourced from third parties as set out below. If you - did not receive this Content directly from the Eclipse Foundation, the following is provided - for informational purposes only, and you should look to the Redistributor's license for +

    The Content includes items that have been sourced from third parties as set out below. If you + did not receive this Content directly from the Eclipse Foundation, the following is provided + for informational purposes only, and you should look to the Redistributor's license for terms and conditions of use.

    BCEL v5.1

    This product contains software developed by the Apache Software Foundation (http://www.apache.org).

    - +

    AspectJ includes a modified version of the Apache Jakarta Byte Code Engineering Library (BCEL) v5.1. BCEL is available at https://commons.apache.org/bcel/. Source code for the modified version of BCEL is available at Eclipse.org in the AspectJ source tree. This code is made available under the Apache Software License v1.1

    - -

    ASM v2.2.1

    + +

    ASM v2.2.1

    AspectJ includes a binary version of ASM v2.2.1 (http://asm.objectweb.org/) - The source code for ASM is available from the ObjectWeb download site at - http://asm.objectweb.org/download/. -

    The ASM license is available at http://asm.objectweb.org/license.html. + The source code for ASM is available from the ObjectWeb download site at + http://asm.objectweb.org/download/. +

    The ASM license is available at http://asm.objectweb.org/license.html. The license is also reproduced here:

    diff --git a/docs/dist/doc/README-11.adoc b/docs/dist/doc/README-11.adoc index a56521fac..cd744c343 100644 --- a/docs/dist/doc/README-11.adoc +++ b/docs/dist/doc/README-11.adoc @@ -254,7 +254,7 @@ the batch-build mode of the new compiler. The AspectJ tools sources are available under the https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.txt[Eclipse Public -License v 2.0] in the Git repository at http://eclipse.org/aspectj. For +License v 2.0] in the Git repository at https://eclipse.org/aspectj. For more information, see the FAQ entry on faq.html#q:buildingsource[building sources]. @@ -267,7 +267,7 @@ AspectJ 1.0 had many distributions - for the tools, the documentation, each IDE support package, their respective sources, and the Ant tasks - because they came under different licenses. All of AspectJ 1.1 is licensed under the CPL 1.0, so the tools, Ant tasks, and documentation -are all in one distribution available from http://eclipse.org/aspectj. +are all in one distribution available from https://eclipse.org/aspectj. To retain their MPL 1.1 license, Ajde for http://aspectj4emacs.sourceforge.net/[Emacs], http://aspectj4netbean.sourceforge.net/[NetBeans] and @@ -1364,19 +1364,19 @@ is what the target matching will handle. The AspectJ 1.1.0 release contains a small number of known limitations relative to the AspectJ 1.1 language. For the most up-to-date information about known limitations in an AspectJ 1.1 release, see the -bug database at http://bugs.eclipse.org/bugs, especially the open bugs +bug database at https://bugs.eclipse.org/bugs, especially the open bugs for the -http://bugs.eclipse.org/bugs/buglist.cgi?product=AspectJ&component=Compiler&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED[compiler], -http://bugs.eclipse.org/bugs/buglist.cgi?product=AspectJ&component=IDE&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED[IDE +https://bugs.eclipse.org/bugs/buglist.cgi?product=AspectJ&component=Compiler&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED[compiler], +https://bugs.eclipse.org/bugs/buglist.cgi?product=AspectJ&component=IDE&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED[IDE support], -http://bugs.eclipse.org/bugs/buglist.cgi?product=AspectJ&component=Doc&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED[documentation], +https://bugs.eclipse.org/bugs/buglist.cgi?product=AspectJ&component=Doc&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED[documentation], and -http://bugs.eclipse.org/bugs/buglist.cgi?product=AspectJ&component=Ant&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED[Ant +https://bugs.eclipse.org/bugs/buglist.cgi?product=AspectJ&component=Ant&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED[Ant tasks]. Developers should know about bugs marked with the "info" keyword because those bugs reflect failures to implement the 1.1 language perfectly. These might be fixed during the 1.1 release cycle; find them using the query -http://bugs.eclipse.org/bugs/buglist.cgi?product=AspectJ&keywords=info +https://bugs.eclipse.org/bugs/buglist.cgi?product=AspectJ&keywords=info For ajc's 1.1 implementation limitations, see link:progguide/implementation.html[Programming Guide Appendix: "Implementation Notes"]. diff --git a/docs/dist/doc/README-12.adoc b/docs/dist/doc/README-12.adoc index 92b46eb55..0cbc3b93c 100644 --- a/docs/dist/doc/README-12.adoc +++ b/docs/dist/doc/README-12.adoc @@ -99,7 +99,7 @@ AJDT (AspectJ support for Eclipse). Amongst the many improvements, we will have full eager parsing support that avoids the need to keep the whole structure model of a project in memory, hopefully making AJDT much less memory hungry and much slicker to use. For more details see the -http://www.eclipse.org/ajdt[AJDT project website]. +https://www.eclipse.org/ajdt[AJDT project website]. ''''' diff --git a/docs/dist/doc/README-150.adoc b/docs/dist/doc/README-150.adoc index 292048467..1fddafaf3 100644 --- a/docs/dist/doc/README-150.adoc +++ b/docs/dist/doc/README-150.adoc @@ -12,8 +12,8 @@ AspectJ 5]. Some of the other documentation has not been updated for AspectJ 5. For the latest documentation, see -http://eclipse.org/aspectj/doc/next/index.html, linked off -http://eclipse.org/aspectj/docs.php[the AspectJ documentation home page]. +https://eclipse.org/aspectj/doc/next/index.html, linked off +https://eclipse.org/aspectj/docs.php[the AspectJ documentation home page]. For information on bug fixes in AspectJ 5 v1.5.0, see the link:changes.html[changes] document. diff --git a/docs/dist/doc/README-153.adoc b/docs/dist/doc/README-153.adoc index 1b8344e53..d5d9a228c 100644 --- a/docs/dist/doc/README-153.adoc +++ b/docs/dist/doc/README-153.adoc @@ -83,7 +83,7 @@ sophisticated. To help us work on problems in these scenarios we have added a tracing and logging framework and improved our dump mechanism. These traces and dumps can be attached to bug reports. In AspectJ 1.5.3 we have included some -http://www.eclipse.org/aspectj/doc/released/pdguide/index.html[documentation] +https://www.eclipse.org/aspectj/doc/released/pdguide/index.html[documentation] on how to configure these new features. Don't be surprised if you get asked for an AspectJ trace on a future bug report! diff --git a/docs/dist/doc/README-160.adoc b/docs/dist/doc/README-160.adoc index 492c56fc4..5e37c8efb 100644 --- a/docs/dist/doc/README-160.adoc +++ b/docs/dist/doc/README-160.adoc @@ -25,7 +25,7 @@ incremental builds are required when project dependencies change. The result is that the compiler will more frequently do an incremental build rather than falling back to doing a full build. Some basic performance findings can be seen in -http://dev.eclipse.org/mhonarc/lists/aspectj-users/msg09002.html[this +https://dev.eclipse.org/mhonarc/lists/aspectj-users/msg09002.html[this mailing list post]. ==== Parameter annotation matching diff --git a/docs/dist/doc/README-162.adoc b/docs/dist/doc/README-162.adoc index 081c908d1..a6b88ffee 100644 --- a/docs/dist/doc/README-162.adoc +++ b/docs/dist/doc/README-162.adoc @@ -75,7 +75,7 @@ The AspectJ changes are done to support this, but we are still bedding them down in AJDT. If you want to see numbers like those above you need to install the latest AJDT dev builds for Eclipse 3.4 (an AJDT 1.6.1 dev build from the dev update site: -http://download.eclipse.org/tools/ajdt/34/dev/update ) and then after +https://download.eclipse.org/tools/ajdt/34/dev/update ) and then after starting Eclipse, select 'Window>Preferences' and in the AspectJ tab select 'Incremental Compiler Optimizations'. Let us know how you get on! When it has had enough testing it will be made the default and then is diff --git a/docs/dist/doc/README-163.adoc b/docs/dist/doc/README-163.adoc index f01648abe..1609eb35f 100644 --- a/docs/dist/doc/README-163.adoc +++ b/docs/dist/doc/README-163.adoc @@ -78,7 +78,7 @@ The JDT World should be completed in the 1.6.4 timeframe and that will surface as benefits in AJDT, possibly leading to better LTW tooling. Some improved syntax for intertype declarations is a possible candidate feature (see discussion in -http://dev.eclipse.org/mhonarc/lists/aspectj-users/msg10208.html[this +https://dev.eclipse.org/mhonarc/lists/aspectj-users/msg10208.html[this mailing list thread]). A possible introduction of a code style syntax for the mixin style that is @DeclareParents (and a renaming of @DeclareParents to perhaps DeclareMixin or DeclareDelegate). diff --git a/docs/dist/doc/README-164.adoc b/docs/dist/doc/README-164.adoc index b7c9bbe01..dc3a71816 100644 --- a/docs/dist/doc/README-164.adoc +++ b/docs/dist/doc/README-164.adoc @@ -198,7 +198,7 @@ public static SomeInterface createDelegate(Object instance) { .... More examples are -http://www.eclipse.org/aspectj/doc/released/adk15notebook/ataspectj-itds.html[here +https://www.eclipse.org/aspectj/doc/released/adk15notebook/ataspectj-itds.html[here in the online documentation]. Going forward attempts will be made to try and make @DeclareParents diff --git a/docs/dist/doc/index.adoc b/docs/dist/doc/index.adoc index 0d8f8e564..35ac9dfb9 100644 --- a/docs/dist/doc/index.adoc +++ b/docs/dist/doc/index.adoc @@ -5,7 +5,7 @@ AspectJ^TM^ is a seamless aspect-oriented extension to Java^TM^. The compiler and development tools are available under an open-source license, require Java 1.3 to run, and produce code that runs in JDK 1.1 and later VM's. For the latest materials, see -http://eclipse.org/aspectj. Not all of these materials have been updated +https://eclipse.org/aspectj. Not all of these materials have been updated for AspectJ 5. [cols=",",] @@ -21,12 +21,12 @@ link:pdguide/index.html[problem diagnosis] guides, link:runtime-api/index.html[API] and link:examples/[example code]. |xref:#distributions[distributions] -|http://eclipse.org/aspectj[AspectJ]; development environment support -for http://eclipse.org/ajdt[Eclipse]. +|https://eclipse.org/aspectj[AspectJ]; development environment support +for https://eclipse.org/ajdt[Eclipse]. |xref:#resources[resources] |http://aosd.net[aosd.net]; -http://eclipse.org/aspectj[AspectJ project] the bug -http://bugs.eclipse.org/bugs[db], and mailing lists for +https://eclipse.org/aspectj[AspectJ project] the bug +https://bugs.eclipse.org/bugs[db], and mailing lists for mailto:aspectj-users@eclipse.org[users] and mailto:aspectj-dev@eclipse.org[developers]. @@ -128,19 +128,19 @@ updating. [cols=",",options="header",] |=== |Distributions |Description -|http://eclipse.org/aspectj[AspectJ] |The AspectJ distribution contains +|https://eclipse.org/aspectj[AspectJ] |The AspectJ distribution contains binaries for the compiler, structure browser, and Ant taskdefs, as well as the documentation and examples. -|http://eclipse.org/aspectj[AspectJ] source code |Source code for +|https://eclipse.org/aspectj[AspectJ] source code |Source code for AspectJ is available under the open-source https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.txt[Eclipse Public License v 2.0] license from the Git repositories for the AspectJ project. See the faq.html#q:buildingsource[FAQ entry]. -|http://eclipse.org/ajdt[AspectJ for Eclipse] |AspectJ Development +|https://eclipse.org/ajdt[AspectJ for Eclipse] |AspectJ Development Environment support for Eclipse is available under Eclipse Public -License v 1.0 from the eclipse.org project site http://eclipse.org/ajdt +License v 1.0 from the eclipse.org project site https://eclipse.org/ajdt |=== [[resources]] @@ -156,22 +156,22 @@ discuss issues with developing the AspectJ tools on aspectj-dev@eclipse.org. To get occasional emails about AspectJ releases and relevant events, subscribe to aspectj-announce@eclipse.org. To view list archives or subscribe to the list, go to -http://eclipse.org/aspectj[the AspectJ home page]. To find archived +https://eclipse.org/aspectj[the AspectJ home page]. To find archived emails, use the Eclipse site -http://www.eclipse.org/search/search.cgi[search page]. +https://www.eclipse.org/search/search.cgi[search page]. -|http://bugs.eclipse.org/bugs[Bug database] |Use the Eclipse project's +|https://bugs.eclipse.org/bugs[Bug database] |Use the Eclipse project's Bugzilla database to view and submit bugs against the AspectJ product components -http://bugs.eclipse.org/bugs/buglist.cgi?product=AspectJ&component=Compiler[Compiler] +https://bugs.eclipse.org/bugs/buglist.cgi?product=AspectJ&component=Compiler[Compiler] (for the AspectJ compiler, ajc) -http://bugs.eclipse.org/bugs/buglist.cgi?product=AspectJ&component=IDE[IDE] +https://bugs.eclipse.org/bugs/buglist.cgi?product=AspectJ&component=IDE[IDE] (for AJBrowser and AJDE bugs), -http://bugs.eclipse.org/bugs/buglist.cgi?product=AspectJ&component=Ant[Ant] +https://bugs.eclipse.org/bugs/buglist.cgi?product=AspectJ&component=Ant[Ant] (for the Ant tasks), and -http://bugs.eclipse.org/bugs/buglist.cgi?product=AspectJ&component=Docs[Docs] +https://bugs.eclipse.org/bugs/buglist.cgi?product=AspectJ&component=Docs[Docs] (for the documentation). Bugs all users should know about are -http://bugs.eclipse.org/bugs/buglist.cgi?product=AspectJ&keywords=info[flagged +https://bugs.eclipse.org/bugs/buglist.cgi?product=AspectJ&keywords=info[flagged with the "info" keyword]. See the faq.html#q:ajcbugs[FAQ entry] for instructions on submitting compiler bugs. @@ -193,7 +193,7 @@ pointcuts, concepts AOP adds to OOP. To read about how the link:examples/[examples] work, see the link:progguide/examples.html[Examples] section in the link:progguide/index.html[Programming Guide]. View and navigate the -crosscutting structure using http://eclipse.org/ajdt[AJDT]; if you can't +crosscutting structure using https://eclipse.org/ajdt[AJDT]; if you can't use Eclipse, try the `ajbrowser` structure viewer, as described in the link:devguide/ajbrowser.html[AspectJ Browser] section of the link:devguide/index.html[Development Environment Guide]. diff --git a/docs/dist/doc/index.html b/docs/dist/doc/index.html index e8e2d2387..7c52cde81 100644 --- a/docs/dist/doc/index.html +++ b/docs/dist/doc/index.html @@ -14,7 +14,7 @@ an open-source license, require Java 1.3 to run, and produce code that runs in JDK 1.1 and later VM's. For the latest materials, see - http://eclipse.org/aspectj. + https://eclipse.org/aspectj. Not all of these materials have been updated for AspectJ 5.

    @@ -32,16 +32,16 @@ example code. distributions - AspectJ; + AspectJ; development environment support for - Eclipse + Eclipse and JDeveloper. resources aosd.net; - AspectJ project - the bug db, + AspectJ project + the bug db, and mailing lists for users and developers. @@ -209,14 +209,14 @@

    AspectJ distributions

    - - - @@ -270,26 +270,26 @@ and relevant events, subscribe to aspectj-announce@eclipse.org. To view list archives or subscribe to the list, go to - + the AspectJ home page. To find archived emails, use the Eclipse site - search page. + search page. -
    DistributionsDescription
    AspectJ +
    AspectJ The AspectJ distribution contains binaries for the compiler, structure browser, and Ant taskdefs, as well as the documentation and examples.
    AspectJ source code +
    AspectJ source code Source code for AspectJ is available under the open-source @@ -227,13 +227,13 @@
    AspectJ for Eclipse +
    AspectJ for Eclipse AspectJ Development Environment support for Eclipse is available under Eclipse Public License v 1.0 from the eclipse.org project site - - http://eclipse.org/ajdt + + https://eclipse.org/ajdt
    Bug database +
    Bug database Use the Eclipse project's Bugzilla database to view and submit bugs against the AspectJ product components - + Compiler (for the AspectJ compiler, ajc) - + IDE (for AJBrowser and AJDE bugs), - + Ant (for the Ant tasks), and - + Docs (for the documentation). Bugs all users should know about are - + flagged with the "info" keyword. See the @@ -322,7 +322,7 @@ see the Examples section in the Programming Guide. View and navigate the crosscutting structure using - AJDT (AspectJ Development Tools) + AJDT (AspectJ Development Tools) in Eclipse IDE. IntelliJ IDEA also offers AspectJ and Spring AOP support.

    diff --git a/docs/faq/faq.adoc b/docs/faq/faq.adoc index 06377de04..7b017cd21 100644 --- a/docs/faq/faq.adoc +++ b/docs/faq/faq.adoc @@ -85,11 +85,11 @@ https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.txt[Eclipse Public License v 2.0]. AspectJ 1.5.2 through 1.9.6 source code and documentation is available -under the http://www.eclipse.org/org/documents/epl-v10.php[Eclipse +under the https://www.eclipse.org/org/documents/epl-v10.php[Eclipse Public License v 1.0]. AspectJ 1.1 through 1.5.1 source code and documentation is available -under the http://eclipse.org/legal/cpl-v10.html[Common Public License +under the https://eclipse.org/legal/cpl-v10.html[Common Public License 1.0]. The AspectJ 1.0 tools are open-source software available under the @@ -102,7 +102,7 @@ the https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.txt[Eclipse Public License]. For answers to common licensing questions, see the -http://www.eclipse.org/legal/eplfaq.php[Eclipse Public License FAQ]. +https://www.eclipse.org/legal/eplfaq.php[Eclipse Public License FAQ]. *Q:* What is the AspectJ Project? @@ -111,13 +111,13 @@ http://www.parc.xerox.com[Xerox Palo Alto Research Center] as funded by Xerox, a U.S. Government grant (NISTATP), and a DARPA contract. It has evolved through open-source releases to a strong user community -and now operates as an open source project at http://eclipse.org/aspectj +and now operates as an open source project at https://eclipse.org/aspectj The AspectJ team works closely with the community to ensure AspectJ continues to evolve as an effective aspect-oriented programming language and tool set. The latest release is 1.2 which can be downloaded from the -http://eclipse.org/aspectj[AspectJ project page], including sources as +https://eclipse.org/aspectj[AspectJ project page], including sources as described #q:buildingsource[Q:How do I get and compile the source code for AspectJ?]. Development is focused on supporting applications, improving quality and performance, enhancing integration with IDE's, and @@ -137,7 +137,7 @@ must be able to reach classes in the small (< 100K) runtime library *Q:* How do I download and install AspectJ? -*A:* From AspectJ's http://eclipse.org/aspectj[web page] , download the +*A:* From AspectJ's https://eclipse.org/aspectj[web page] , download the AspectJ distribution. The `jar` file is installed by executing [source, text] @@ -224,7 +224,7 @@ AJDE is a set of API's providing the basis for the following development tool integrations: * Eclipse (version 2.0) in the Eclipse AspectJ Development Tools project -http://eclipse.org/ajdt +https://eclipse.org/ajdt * Emacs (GNU version 20.3) and XEmacs (version 21.1 on Unix and 21.4 on Windows), in the SourceForge AspectJ for Emacs project http://aspectj4emacs.sourceforge.net @@ -495,7 +495,7 @@ interceptors. For AspectJ examples of configurable or reflection-dependent programs, see the sample code linked off the AspectJ documentation page or the examples discussed on the mailing list, e.g., -http://dev.eclipse.org/mhonarc/lists/aspectj-users/msg02151.html[Incremental +https://dev.eclipse.org/mhonarc/lists/aspectj-users/msg02151.html[Incremental and runtime weaving support?]. *Q:* What is the relationship between AOP and XP (extreme programming @@ -929,13 +929,13 @@ developer mailing list, `aspectj-dev@eclipse.org`. To find out about known issues, see the link:progguide/implementation.html[AspectJ Programming Guide Appendix, "Implementation Notes"] and the AspectJ bugs in the database at -http://bugs.eclipse.org/bugs (using the product `AspectJ`). Here are +https://bugs.eclipse.org/bugs (using the product `AspectJ`). Here are direct links to -http://bugs.eclipse.org/bugs/buglist.cgi?product=AspectJ&component=Compiler&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED[view +https://bugs.eclipse.org/bugs/buglist.cgi?product=AspectJ&component=Compiler&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED[view open compiler bugs], -http://bugs.eclipse.org/bugs/buglist.cgi?product=AspectJ[view all +https://bugs.eclipse.org/bugs/buglist.cgi?product=AspectJ[view all Aspectj bugs (open or closed)], or -http://bugs.eclipse.org/bugs/enter_bug.cgi?product=AspectJ[add new +https://bugs.eclipse.org/bugs/enter_bug.cgi?product=AspectJ[add new bugs]. *Q:* What mailing lists are there? @@ -954,7 +954,7 @@ answer questions about what's possible and about integrating AspectJ technology with other technologies. For both mailing lists, only subscribed members may post messages. To -subscribe, visit the http://eclipse.org/aspectj[AspectJ web site]. +subscribe, visit the https://eclipse.org/aspectj[AspectJ web site]. There you can also subscribe to `aspectj-announce@eclipse.org`, a low-traffic list containing only announcements about significant AspectJ @@ -1248,7 +1248,7 @@ with existing Java development tools?] *A:* The AspectJ team directly provided components for JBuilder, Forte, and Emacs and supported the open-source AspectJ plugin project at -http://eclipse.org/ajdt which uses the AJDE API support for IDE's. +https://eclipse.org/ajdt which uses the AJDE API support for IDE's. Supporting new IDE's is a matter of building on the AJDE API's, mostly likely adopting one of the existing open-source IDE extensions as a design template. Here are the IDE's where we know people have expressed @@ -1269,7 +1269,7 @@ integrations, contact those projects. *A:* Yes. The core AJDE API is extensible and the source code is available for download. Start by studying the sources for the existing -IDE support linked off the AspectJ site http://eclipse.org/aspectj. +IDE support linked off the AspectJ site https://eclipse.org/aspectj. *Q:* I want the aspects for development builds but remove them for production builds. How can I set up the build system so they are @@ -1839,7 +1839,7 @@ for using AspectJ with other programming tools. . There is a community repository of sample code and tutorials in the AspectJ CVS tree `docs` module `sandbox` directory. These are extracted and published (online only) -http://dev.eclipse.org/viewcvs/indextech.cgi/~checkout~/aspectj-home/sample-code.html[here] +https://dev.eclipse.org/viewcvs/indextech.cgi/~checkout~/aspectj-home/sample-code.html[here] . . The `teaching` directory of the `docs` module contains public materials the AspectJ committers use for presentations, some of which @@ -2452,7 +2452,7 @@ aspect A { *A:* The bugs affecting the semantics of the language are marked with the "info" keyword. Find them with the query -http://bugs.eclipse.org/bugs/buglist.cgi?product=AspectJ&keywords=info +https://bugs.eclipse.org/bugs/buglist.cgi?product=AspectJ&keywords=info *Q:* What extra memory is required at runtime? @@ -2718,7 +2718,7 @@ used in AspectJ-1.1 if we can find the time. Erik Hilsdale and Jim Hugunin did draft a paper for AOSD 2004, now available on Jim's web site: http://hugunin.net/papers.html Jim summarized advice weaving in the AspectJ 1.1 implementation in the -http://dev.eclipse.org/mhonarc/lists/aspectj-dev/msg00519.html[following +https://dev.eclipse.org/mhonarc/lists/aspectj-dev/msg00519.html[following mailing-list reply]: Each piece of advice in an aspect is associated with a pointcut. This @@ -2866,7 +2866,7 @@ another bug or actually cover many bugs. Find them by searching open compiler bugs and picking out any which do not have test case attachments or a comment that a test case has been written. Here is a query for open compiler bugs: -http://bugs.eclipse.org/bugs/buglist.cgi?product=AspectJ&component=Compiler&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED +https://bugs.eclipse.org/bugs/buglist.cgi?product=AspectJ&component=Compiler&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED + For how to write test cases, see #q:harnesstestcases[Q:How should I submit test cases for bugs?]. @@ -2894,11 +2894,11 @@ the 1.0 downloads. It contains instructions for building from sources. AspectJ 1.1+ source code is available through CVS using the CVS Root `dev.eclipse.org:/cvsroot/technology`. For more information on accessing the CVS tree at eclipse.org, see the documentation from -http://eclipse.org. Find specific instructions in the AspectJ tree at -http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/org.aspectj/modules/build/readme-build-and-test-aspectj.html?rev=HEAD&content-type=text/html&cvsroot=Technology_Project[org.aspectj/modules/build/readme-build-and-test-aspectj.html]. +https://eclipse.org. Find specific instructions in the AspectJ tree at +https://dev.eclipse.org/viewcvs/index.cgi/~checkout~/org.aspectj/modules/build/readme-build-and-test-aspectj.html?rev=HEAD&content-type=text/html&cvsroot=Technology_Project[org.aspectj/modules/build/readme-build-and-test-aspectj.html]. If you would like to use Ant to checkout the sources, build the distribution, and test everything, see -http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/org.aspectj/modules/build/release/build.xml?rev=HEAD&content-type=text/xml&cvsroot=Technology_Project[org.aspectj/modules/build/release/build.xml]. +https://dev.eclipse.org/viewcvs/index.cgi/~checkout~/org.aspectj/modules/build/release/build.xml?rev=HEAD&content-type=text/xml&cvsroot=Technology_Project[org.aspectj/modules/build/release/build.xml]. To check out the source code in Eclipse go to (`File > new > Other > CVS > Checkout Projects from CVS`). You'll need @@ -2927,7 +2927,7 @@ go to `File > Switch Workspace`. The `org.aspectj.lib` project is an AspectJ project so you also have to have AJDT installed. For the latest AJDT release and download -instructions visit the http://www.eclipse.org/ajdt/downloads/[AJDT +instructions visit the https://www.eclipse.org/ajdt/downloads/[AJDT Downloads] page. When you've added the variables click OK to do a full rebuild, then run @@ -2989,7 +2989,7 @@ versions. `your_eclipse_installation_directory/aspectj_development_workspace/aj-build`. To import a locally built AspectJ into AJDT first follow the -instructions on http://www.eclipse.org/ajdt/faq.php#q:develop[How do I +instructions on https://www.eclipse.org/ajdt/faq.php#q:develop[How do I setup an AJDT development environment in Eclipse?] for setting up an AJDT development environment and running the correctness tests. Then: @@ -3179,12 +3179,12 @@ not hold BCEL structures in memory after our evaluation completes. *Q:* How do I find out more about AspectJ? -*A:* Visit the AspectJ project web site: http://eclipse.org/aspectj. +*A:* Visit the AspectJ project web site: https://eclipse.org/aspectj. *Q:* How do I submit a bug report? *A:* You can submit a bug from -http://bugs.eclipse.org/bugs/enter_bug.cgi?product=AspectJ . If it seems +https://bugs.eclipse.org/bugs/enter_bug.cgi?product=AspectJ . If it seems to be a bug in the compiler, please attach a small test case (source code) to reproduce the problem. For more information on writing compiler test cases, see #q:ajcbugs[Q:How do I write bugs for the AspectJ @@ -3196,15 +3196,15 @@ link:pdguide/index.html[AspectJ Problem Diagnosis Guide]. *A:* You can reach other AspectJ users by using the aspectj-users mailing list. You can subscribe to the list or view the list archives -from the AspectJ home page http://eclipse.org/aspectj . +from the AspectJ home page https://eclipse.org/aspectj . *Q:* How can I search the email archives or the web site? *A:* It is very effective to do a google search of the form, http://www.google.com/search?q=site:eclipse.org+cflowbelow , and you can -use the eclipse.org search at http://www.eclipse.org/search/search.cgi . +use the eclipse.org search at https://www.eclipse.org/search/search.cgi . You can also check the old archives available for download from the -AspectJ home page http://eclipse.org/aspectj . +AspectJ home page https://eclipse.org/aspectj . *Q:* How should I write email queries? @@ -3242,12 +3242,12 @@ Bug report for the IDE extensions go to their respective projects, listed in #q:integrateWithDevTools[Q: How well does AspectJ integrate with existing Java development tools?] (including bug reports for the AJDE Eclipse support, which you can submit at -http://bugs.eclipse.org/bugs/enter_bug.cgi?product=AJDT ). +https://bugs.eclipse.org/bugs/enter_bug.cgi?product=AJDT ). Bug reports on ajbrowser should have version information for both Java and AspectJ, and (most importantly) clear steps for reproducing the bug. You may submit ajbrowser bugs against the IDE component of AspectJ via -the web form http://bugs.eclipse.org/bugs/enter_bug.cgi?product=AspectJ. +the web form https://bugs.eclipse.org/bugs/enter_bug.cgi?product=AspectJ. One of the benefits of open-source is that you can find and fix the bug for yourself; when you submit the fix back to us, we can validate the @@ -3270,7 +3270,7 @@ one or more source files. sure to specify the expected output/behavior (e.g., compiler error on line 32) and, if the compile should complete, the main class to run. . Submit the bugs via the web form -http://bugs.eclipse.org/bugs/enter_bug.cgi?product=AspectJ . +https://bugs.eclipse.org/bugs/enter_bug.cgi?product=AspectJ . . Attach the test case to the bug. The test case may be a single file or it may be multiple files in a single zip archive, of the form discussed in #q:harnesstestcases[Q:How should I submit test cases for bugs?]. @@ -3433,7 +3433,7 @@ More details for 1.0 and earlier releases are available in changes.html. *A:* Below is a table describing the goals for the major releases. For information about specific features, search the bug database for ``RFE``'s ("requests for enhancement") by -http://bugs.eclipse.org/bugs/buglist.cgi?product=AspectJ&bug_severity=enhancement[selecting +https://bugs.eclipse.org/bugs/buglist.cgi?product=AspectJ&bug_severity=enhancement[selecting severity of "enhancement"]. Like many open-source projects, we don't make or promise schedules, but we do follow a pattern of issuing preview releases which can give observers an idea of when a particular release diff --git a/docs/faq/faq.xml b/docs/faq/faq.xml index 855859b64..b367c1bf2 100644 --- a/docs/faq/faq.xml +++ b/docs/faq/faq.xml @@ -167,10 +167,10 @@ Eclipse Public License v 2.0. AspectJ 1.5.2 through 1.9.6 source code and documentation is available under the - Eclipse Public License v 1.0. + Eclipse Public License v 1.0. AspectJ 1.1 through 1.5.1 source code and documentation is available under the - Common Public License 1.0. + Common Public License 1.0. The AspectJ 1.0 tools are open-source software available under the Mozilla Public License 1.1. @@ -182,7 +182,7 @@ Eclipse Public License. For answers to common licensing questions, see the - Eclipse Public License FAQ. + Eclipse Public License FAQ. @@ -203,8 +203,8 @@ It has evolved through open-source releases to a strong user community and now operates as an open source project at - - http://eclipse.org/aspectj + + https://eclipse.org/aspectj The AspectJ team works closely with the community to ensure AspectJ continues to evolve as an effective aspect-oriented programming language and tool set. @@ -212,7 +212,7 @@ The latest release is 1.2 which can be downloaded from the - AspectJ project page, + AspectJ project page, including sources as described . Development is focused on supporting applications, @@ -251,7 +251,7 @@ From AspectJ's - web page + web page , download the AspectJ distribution. The jar file is installed by executing @@ -394,8 +394,8 @@ java -jar jar file name Eclipse (version 2.0) in the Eclipse AspectJ Development Tools project - - http://eclipse.org/ajdt + + https://eclipse.org/ajdt @@ -909,7 +909,7 @@ aspect. For AspectJ examples of configurable or reflection-dependent programs, see the sample code linked off the AspectJ documentation page or the examples discussed on the mailing list, e.g., - + Incremental and runtime weaving support?. @@ -1546,13 +1546,13 @@ aspect PublicErrorLogging { AspectJ Programming Guide Appendix, "Implementation Notes" and the AspectJ bugs in the database at - http://bugs.eclipse.org/bugs + https://bugs.eclipse.org/bugs (using the product AspectJ). Here are direct links to - + view open compiler bugs, - + view all Aspectj bugs (open or closed), or - + add new bugs. @@ -1586,7 +1586,7 @@ aspect PublicErrorLogging { For both mailing lists, only subscribed members may post messages. To subscribe, visit the - AspectJ web site. + AspectJ web site. There you can also subscribe to @@ -2084,7 +2084,7 @@ declare warning: get(* Foo.*) && within(Bar) The AspectJ team directly provided components for JBuilder, Forte, and Emacs and supported the open-source AspectJ plugin project - at http://eclipse.org/ajdt + at https://eclipse.org/ajdt which uses the AJDE API support for IDE's. Supporting new IDE's is a matter of building on the AJDE API's, mostly likely adopting one of the existing open-source IDE @@ -2133,7 +2133,7 @@ declare warning: get(* Foo.*) && within(Bar) Yes. The core AJDE API is extensible and the source code is available for download. Start by studying the sources for the existing IDE support linked off the AspectJ site - http://eclipse.org/aspectj. + https://eclipse.org/aspectj. @@ -2851,7 +2851,7 @@ aspect MyMarker extends MarkerExample { in the AspectJ CVS tree docs module sandbox directory. These are extracted and published (online only) - + here . @@ -3766,8 +3766,8 @@ aspect A { The bugs affecting the semantics of the language are marked with the "info" keyword. Find them with the query - - http://bugs.eclipse.org/bugs/buglist.cgi?product=AspectJ&keywords=info + + https://bugs.eclipse.org/bugs/buglist.cgi?product=AspectJ&keywords=info @@ -4176,7 +4176,7 @@ java -javaagent:aspectjweaver.jar -classpath "aspects.jar:${CLASSPATH}" .. http://hugunin.net/papers.html Jim summarized advice weaving in the AspectJ 1.1 implementation in the - + following mailing-list reply: @@ -4397,8 +4397,8 @@ java -javaagent:aspectjweaver.jar -classpath "aspects.jar:${CLASSPATH}" .. a test case has been written. Here is a query for open compiler bugs: - - http://bugs.eclipse.org/bugs/buglist.cgi?product=AspectJ&component=Compiler&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED + + https://bugs.eclipse.org/bugs/buglist.cgi?product=AspectJ&component=Compiler&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED For how to write test cases, see @@ -4448,13 +4448,13 @@ java -javaagent:aspectjweaver.jar -classpath "aspects.jar:${CLASSPATH}" .. CVS Root dev.eclipse.org:/cvsroot/technology. For more information on accessing the CVS tree at eclipse.org, see the documentation from http://eclipse.org. Find + url="https://eclipse.org">https://eclipse.org. Find specific instructions in the AspectJ tree at + url="https://dev.eclipse.org/viewcvs/index.cgi/~checkout~/org.aspectj/modules/build/readme-build-and-test-aspectj.html?rev=HEAD&content-type=text/html&cvsroot=Technology_Project"> org.aspectj/modules/build/readme-build-and-test-aspectj.html. If you would like to use Ant to checkout the sources, build the distribution, and test everything, see + url="https://dev.eclipse.org/viewcvs/index.cgi/~checkout~/org.aspectj/modules/build/release/build.xml?rev=HEAD&content-type=text/xml&cvsroot=Technology_Project"> org.aspectj/modules/build/release/build.xml. To check out the source code in Eclipse go to (File > new > Other > CVS > Checkout Projects from CVS). You'll need about 125 MB of space for the source and build. @@ -4499,7 +4499,7 @@ java -javaagent:aspectjweaver.jar -classpath "aspects.jar:${CLASSPATH}" .. The org.aspectj.lib project is an AspectJ project so you also have to have AJDT installed. For the latest AJDT release and download instructions visit the - AJDT Downloads page. + AJDT Downloads page. When you've added the variables click OK to do a full rebuild, then run the tests by going in the Package Explorer to: @@ -4602,7 +4602,7 @@ java -javaagent:aspectjweaver.jar -classpath "aspects.jar:${CLASSPATH}" .. To import a locally built AspectJ into AJDT first follow the - instructions on + instructions on How do I setup an AJDT development environment in Eclipse? for setting up an AJDT development environment and running the correctness tests. Then: @@ -4885,7 +4885,7 @@ cd build Visit the AspectJ project web site: - http://eclipse.org/aspectj. + https://eclipse.org/aspectj. @@ -4896,8 +4896,8 @@ cd build You can submit a bug from - - http://bugs.eclipse.org/bugs/enter_bug.cgi?product=AspectJ + + https://bugs.eclipse.org/bugs/enter_bug.cgi?product=AspectJ . If it seems to be a bug in the compiler, please attach a small test case (source code) @@ -4921,8 +4921,8 @@ cd build You can reach other AspectJ users by using the aspectj-users mailing list. You can subscribe to the list or view the list archives from the AspectJ home page - - http://eclipse.org/aspectj + + https://eclipse.org/aspectj . @@ -4941,13 +4941,13 @@ cd build http://www.google.com/search?q=site:eclipse.org+cflowbelow , and you can use the eclipse.org search at - - http://www.eclipse.org/search/search.cgi + + https://www.eclipse.org/search/search.cgi . You can also check the old archives available for download from the AspectJ home page - - http://eclipse.org/aspectj + + https://eclipse.org/aspectj . @@ -5028,8 +5028,8 @@ cd build (including bug reports for the AJDE Eclipse support, which you can submit at - - http://bugs.eclipse.org/bugs/enter_bug.cgi?product=AJDT + + https://bugs.eclipse.org/bugs/enter_bug.cgi?product=AJDT ). @@ -5076,8 +5076,8 @@ cd build Submit the bugs via the web form - - http://bugs.eclipse.org/bugs/enter_bug.cgi?product=AspectJ + + https://bugs.eclipse.org/bugs/enter_bug.cgi?product=AspectJ . @@ -5376,7 +5376,7 @@ cd build Below is a table describing the goals for the major releases. For information about specific features, search the bug database for RFE's ("requests for enhancement") by - + selecting severity of "enhancement". Like many open-source projects, we don't make or promise diff --git a/docs/progGuideDB/examples.xml b/docs/progGuideDB/examples.xml index 12fbe8ef2..05645ab04 100644 --- a/docs/progGuideDB/examples.xml +++ b/docs/progGuideDB/examples.xml @@ -37,7 +37,7 @@ The examples source code is part of the AspectJ distribution which may be downloaded from the AspectJ project page ( ). + url="https://eclipse.org/aspectj" /> ). @@ -2441,4 +2441,3 @@ s1.toString(): Square side = 1.0 @ (1.0, 2.0) - diff --git a/docs/progGuideDB/gettingstarted.adoc b/docs/progGuideDB/gettingstarted.adoc index c4bb4eb25..ca05f782b 100644 --- a/docs/progGuideDB/gettingstarted.adoc +++ b/docs/progGuideDB/gettingstarted.adoc @@ -784,7 +784,7 @@ exactly which figure elements moved, the change would be entirely local to the aspect. The pointcut would be updated to expose the object being moved, and the advice would be updated to record that object. The paper An Overview of AspectJ (available linked off of the AspectJ web site -- -http://eclipse.org/aspectj[]), presented at ECOOP 2001, presents a +https://eclipse.org/aspectj[]), presented at ECOOP 2001, presents a detailed discussion of various ways this aspect could be expected to evolve. diff --git a/docs/progGuideDB/gettingstarted.xml b/docs/progGuideDB/gettingstarted.xml index d21326c32..6429d017f 100644 --- a/docs/progGuideDB/gettingstarted.xml +++ b/docs/progGuideDB/gettingstarted.xml @@ -47,7 +47,7 @@ doing so. Readers who would like to understand the examples in more detail, or who want to learn how to program examples like these, can find more complete examples and supporting material linked from the - AspectJ web site ( ). + AspectJ web site ( ). @@ -1069,7 +1069,7 @@ aspect MoveTracking { advice would be updated to record that object. The paper An Overview of AspectJ (available linked off of the AspectJ web site -- ), presented at ECOOP + url="https://eclipse.org/aspectj" />), presented at ECOOP 2001, presents a detailed discussion of various ways this aspect could be expected to evolve. @@ -1308,4 +1308,3 @@ aspect ContextFilling { - diff --git a/docs/sandbox/common/caching/WatchSetters.java b/docs/sandbox/common/caching/WatchSetters.java index fa280f58f..4546977fe 100644 --- a/docs/sandbox/common/caching/WatchSetters.java +++ b/docs/sandbox/common/caching/WatchSetters.java @@ -20,15 +20,15 @@ import java.lang.reflect.Method; * ... * if (!foo.isDirtyValid() || foo.isDirty()) { * foo.write(); - * } + * } * - * + * * (Initial draft was sent to aspectj-users@eclipse.org by - * Ricardo on 5/13/2003 - * (http://dev.eclipse.org/mhonarc/lists/aspectj-users/msg00482.html) + * Ricardo on 5/13/2003 + * (https://dev.eclipse.org/mhonarc/lists/aspectj-users/msg00482.html) * but his email fails now, so we * did not get explicit authorization to post.) - * + * * @author Ricardo Giacomin, Wes Isberg */ public aspect WatchSetters { @@ -59,7 +59,7 @@ public aspect WatchSetters { public boolean IWatched.isDirtyValid() { return dirtyValid; } - + /** Setters are instance methods returning void, * prefixed "set..." and taking exactly 1 argument. * Does not use args(id), since that requires the @@ -75,7 +75,7 @@ public aspect WatchSetters { * there wasn't a corresponding setter, we didn't * have the right security permissions, etc. */ - void around(IWatched watched) : setters(watched) + void around(IWatched watched) : setters(watched) && if(watched.dirtyValid) { // get value by invoking getter method Object value = NONE; @@ -86,7 +86,7 @@ public aspect WatchSetters { .getMethod(getterName, GETTER_ARG_TYPES); value = method.invoke(watched, GETTER_ARGS); } catch (Throwable t) { - // NoSuchMethodException, SecurityException, + // NoSuchMethodException, SecurityException, // InvocationTargetException... } if (NONE == value) { @@ -110,17 +110,17 @@ class Timer implements WatchSetters.IWatched { private static int ID; public final int id = ++ID; private int counter; - public int getCounter() { + public int getCounter() { return counter; } - public void setCounter(int i) { + public void setCounter(int i) { counter = i; } public void write() { System.out.println("writing " + this); } public String toString() { - return "Timer " + id + "==" + counter; + return "Timer " + id + "==" + counter; } } @@ -137,14 +137,14 @@ class Client { } } } - + // ---- aspects use dirty to implement cache, etc. // Volatile things are flushed when dirty abstract aspect Volatile { // subaspects declare targets using Volatile.ITag protected interface ITag {} declare precedence : Volatile+, WatchSetters; - after(WatchSetters.IWatched watched) returning : + after(WatchSetters.IWatched watched) returning : WatchSetters.setters(watched) { if (!watched.isDirtyValid() || watched.isDirty()) { flushCache(watched); @@ -169,18 +169,18 @@ aspect Testing { void signal(String s) { org.aspectj.testing.Tester.event(s); } - + static { org.aspectj.testing.Tester.expectEvent("client-write"); org.aspectj.testing.Tester.expectEvent("volatile-write"); } - before() : withincode(void VolatileTimer.flushCache(Object)) + before() : withincode(void VolatileTimer.flushCache(Object)) && call(void Timer.write()) { signal("volatile-write"); } - before() : withincode(void Client.handleTimer(Timer)) + before() : withincode(void Client.handleTimer(Timer)) && call(void Timer.write()) { signal("client-write"); } @@ -188,4 +188,4 @@ aspect Testing { after() returning : execution(void WatchSetters.main(String[])) { org.aspectj.testing.Tester.checkAllEvents(); } -} \ No newline at end of file +} diff --git a/docs/sandbox/inoculated/readme.txt b/docs/sandbox/inoculated/readme.txt index 04f05e65a..90ced047b 100644 --- a/docs/sandbox/inoculated/readme.txt +++ b/docs/sandbox/inoculated/readme.txt @@ -1,10 +1,10 @@ This contains demonstration source code for the article "Get Inoculated!" in the May 2002 issue of Software Development -magazine. +magazine. To use it you will need the AspectJ tools available from -http://eclipse.org/aspectj. We also recommend you download the +https://eclipse.org/aspectj. We also recommend you download the documentation bundle and support for the IDE of your choice. Each file has a snippet for a section of the article. To find @@ -28,7 +28,7 @@ Compile and run as usual: > ajc -classpath "$AJ_HOME/lib/aspectjrt.jar" {file} > java -classpath ".;$AJ_HOME/lib/aspectjrt.jar" {class} -For email discussions and support, see http://eclipse.org/aspectj. +For email discussions and support, see https://eclipse.org/aspectj. Enjoy! diff --git a/docs/sandbox/trails/links.adoc b/docs/sandbox/trails/links.adoc index 2dd9d6945..0db3e202d 100644 --- a/docs/sandbox/trails/links.adoc +++ b/docs/sandbox/trails/links.adoc @@ -8,7 +8,7 @@ arguably it should. For a list of publications about AspectJ that might contain sample code, see the publications link off the AspectJ web site at -http://eclipse.org/aspectj +https://eclipse.org/aspectj *"AspectJ in Action"* by Ramnivas Laddad has sample code including four patterns: the worker object creation pattern, the exception diff --git a/docs/sandbox/trails/myeclipseide.adoc b/docs/sandbox/trails/myeclipseide.adoc index b2eee0321..de64c7e60 100644 --- a/docs/sandbox/trails/myeclipseide.adoc +++ b/docs/sandbox/trails/myeclipseide.adoc @@ -4,12 +4,12 @@ _Last updated: 2003-07-08 by wisberg_ MyEclipseIde (http://www.myeclipseide.com/[http://www.myeclipseide.com]) aims to make it easy to develop J2EE applications using Eclipse. AJDT -(http://eclipse.org/ajdt) is an Eclipse plug-in that supports AspectJ. +(https://eclipse.org/ajdt) is an Eclipse plug-in that supports AspectJ. == Getting started * To install AJDT with MyEclipseIDE, direct the Eclipse update manager -to http://download.eclipse.org/technology/ajdt/dev/update, install the +to https://download.eclipse.org/technology/ajdt/dev/update, install the plug-in, and follow any post-install instructions. * To enable a project to use aspects, first select `Convert to AspectJ project` from the project's context menu (select diff --git a/docs/teaching/exercises/index.html b/docs/teaching/exercises/index.html index a23899c8d..85be67805 100644 --- a/docs/teaching/exercises/index.html +++ b/docs/teaching/exercises/index.html @@ -679,7 +679,7 @@ crosscutting modularity.

    an active user community for AspectJ at

    - http://www.eclipse.org/aspectj + https://www.eclipse.org/aspectj
    diff --git a/docs/teaching/exercises/plugins/index.adoc b/docs/teaching/exercises/plugins/index.adoc index 9fc0b8a80..1cdf0fbc1 100644 --- a/docs/teaching/exercises/plugins/index.adoc +++ b/docs/teaching/exercises/plugins/index.adoc @@ -5,15 +5,15 @@ directory: [cols=",",] |=== -|For Eclipse 3.0 with AJDT 1.1.12 -|http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/org.aspectj/modules/docs/teaching/exercises/plugins/org.aspectj.tutorial.exercises_1.1.12.zip?rev=1.1&cvsroot=Technology_Project[org.aspectj.tutorial.exercises_1.1.12.zip] +|For Eclipse 3.0 with AJDT 1.1.12 +|https://dev.eclipse.org/viewcvs/index.cgi/~checkout~/org.aspectj/modules/docs/teaching/exercises/plugins/org.aspectj.tutorial.exercises_1.1.12.zip?rev=1.1&cvsroot=Technology_Project[org.aspectj.tutorial.exercises_1.1.12.zip] -|For Eclipse 3.0 with AJDT 1.2.0M2 -|http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/org.aspectj/modules/docs/teaching/exercises/plugins/org.aspectj.tutorial.exercises_1.2.0M2.zip?rev=1.1&cvsroot=Technology_Project[org.aspectj.tutorial.exercises_1.2.0M2.zip] +|For Eclipse 3.0 with AJDT 1.2.0M2 +|https://dev.eclipse.org/viewcvs/index.cgi/~checkout~/org.aspectj/modules/docs/teaching/exercises/plugins/org.aspectj.tutorial.exercises_1.2.0M2.zip?rev=1.1&cvsroot=Technology_Project[org.aspectj.tutorial.exercises_1.2.0M2.zip] -|For Eclipse 3.0 with AJDT 1.2.0 latest dev build -|http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/org.aspectj/modules/docs/teaching/exercises/plugins/org.aspectj.tutorial.exercises_1.2.0_301_Dev.zip?rev=1.1&cvsroot=Technology_Project[org.aspectj.tutorial.exercises_1.2.0_301_Dev.zip] +|For Eclipse 3.0 with AJDT 1.2.0 latest dev build +|https://dev.eclipse.org/viewcvs/index.cgi/~checkout~/org.aspectj/modules/docs/teaching/exercises/plugins/org.aspectj.tutorial.exercises_1.2.0_301_Dev.zip?rev=1.1&cvsroot=Technology_Project[org.aspectj.tutorial.exercises_1.2.0_301_Dev.zip] -|For Eclipse 3.1M5 with AJDT 1.2.0 latest dev build -|http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/org.aspectj/modules/docs/teaching/exercises/plugins/org.aspectj.tutorial.exercises_1.2.0_31M5_Dev.zip?rev=1.1&cvsroot=Technology_Project[org.aspectj.tutorial.exercises_1.2.0_31M5_Dev.zip] +|For Eclipse 3.1M5 with AJDT 1.2.0 latest dev build +|https://dev.eclipse.org/viewcvs/index.cgi/~checkout~/org.aspectj/modules/docs/teaching/exercises/plugins/org.aspectj.tutorial.exercises_1.2.0_31M5_Dev.zip?rev=1.1&cvsroot=Technology_Project[org.aspectj.tutorial.exercises_1.2.0_31M5_Dev.zip] |=== diff --git a/docs/teaching/exercises/plugins/index.html b/docs/teaching/exercises/plugins/index.html index 297c8121a..ef87c84c8 100644 --- a/docs/teaching/exercises/plugins/index.html +++ b/docs/teaching/exercises/plugins/index.html @@ -8,22 +8,22 @@ - - - -
    For Eclipse 3.0 with AJDT 1.1.12        + org.aspectj.tutorial.exercises_1.1.12.zip
    For Eclipse 3.0 with AJDT 1.2.0M2        + org.aspectj.tutorial.exercises_1.2.0M2.zip
    For Eclipse 3.0 with AJDT 1.2.0 latest dev build        + org.aspectj.tutorial.exercises_1.2.0_301_Dev.zip
    For Eclipse 3.1M5 with AJDT 1.2.0 latest dev build        + org.aspectj.tutorial.exercises_1.2.0_31M5_Dev.zip
    diff --git a/loadtime/src/test/resources/org/aspectj/weaver/loadtime/test/simpleWithDtd.xml b/loadtime/src/test/resources/org/aspectj/weaver/loadtime/test/simpleWithDtd.xml index 252bc0136..6757c7c64 100644 --- a/loadtime/src/test/resources/org/aspectj/weaver/loadtime/test/simpleWithDtd.xml +++ b/loadtime/src/test/resources/org/aspectj/weaver/loadtime/test/simpleWithDtd.xml @@ -1,5 +1,5 @@ - + diff --git a/org.aspectj.ajdt.core/src/main/java/org/aspectj/org/eclipse/jdt/core/dom/AjASTConverter.java b/org.aspectj.ajdt.core/src/main/java/org/aspectj/org/eclipse/jdt/core/dom/AjASTConverter.java index bc4904bd7..64953418a 100644 --- a/org.aspectj.ajdt.core/src/main/java/org/aspectj/org/eclipse/jdt/core/dom/AjASTConverter.java +++ b/org.aspectj.ajdt.core/src/main/java/org/aspectj/org/eclipse/jdt/core/dom/AjASTConverter.java @@ -1040,7 +1040,7 @@ public class AjASTConverter extends ASTConverter { int typeEnd = type.getStartPosition() + type.getLength() - 1; int rightEnd = Math.max(typeEnd, argument.declarationSourceEnd); /* - * There is extra work to do to set the proper type positions See PR http://bugs.eclipse.org/bugs/show_bug.cgi?id=23284 + * There is extra work to do to set the proper type positions See PR https://bugs.eclipse.org/bugs/show_bug.cgi?id=23284 */ if (isVarArgs) { setTypeForSingleVariableDeclaration(variableDecl, type, extraDimensions + 1); @@ -2706,7 +2706,7 @@ public class AjASTConverter extends ASTConverter { int typeEnd = type.getStartPosition() + type.getLength() - 1; int rightEnd = Math.max(typeEnd, localDeclaration.declarationSourceEnd); /* - * There is extra work to do to set the proper type positions See PR http://bugs.eclipse.org/bugs/show_bug.cgi?id=23284 + * There is extra work to do to set the proper type positions See PR https://bugs.eclipse.org/bugs/show_bug.cgi?id=23284 */ setTypeForSingleVariableDeclaration(variableDecl, type, extraDimensions); variableDecl @@ -2921,7 +2921,7 @@ public class AjASTConverter extends ASTConverter { final SimpleName simpleName = new SimpleName(this.ast); simpleName.internalSetIdentifier(new String(name)); // we need to search for the starting position of the first brace in order to set the proper length - // PR http://dev.eclipse.org/bugs/show_bug.cgi?id=10759 + // PR https://dev.eclipse.org/bugs/show_bug.cgi?id=10759 int end = retrieveEndOfElementTypeNamePosition(sourceStart, sourceStart + length)[1]; if (end == -1) { end = sourceStart + length - 1; diff --git a/org.aspectj.ajdt.core/src/main/java/org/aspectj/tools/ajc/Main.java b/org.aspectj.ajdt.core/src/main/java/org/aspectj/tools/ajc/Main.java index 29ecacc89..ff8bfe68d 100644 --- a/org.aspectj.ajdt.core/src/main/java/org/aspectj/tools/ajc/Main.java +++ b/org.aspectj.ajdt.core/src/main/java/org/aspectj/tools/ajc/Main.java @@ -64,11 +64,11 @@ public class Main { /** Header used when rendering exceptions for users */ public static final String THROWN_PREFIX = "Exception thrown from AspectJ " + Version.getText() + LangUtil.EOL + "" + LangUtil.EOL + "This might be logged as a bug already -- find current bugs at" + LangUtil.EOL - + " http://bugs.eclipse.org/bugs/buglist.cgi?product=AspectJ&component=Compiler" + LangUtil.EOL + "" + LangUtil.EOL + + " https://bugs.eclipse.org/bugs/buglist.cgi?product=AspectJ&component=Compiler" + LangUtil.EOL + "" + LangUtil.EOL + "Bugs for exceptions thrown have titles File:line from the top stack, " + LangUtil.EOL + "e.g., \"SomeFile.java:243\"" + LangUtil.EOL + "" + LangUtil.EOL + "If you don't find the exception below in a bug, please add a new bug" + LangUtil.EOL - + "at http://bugs.eclipse.org/bugs/enter_bug.cgi?product=AspectJ" + LangUtil.EOL + + "at https://bugs.eclipse.org/bugs/enter_bug.cgi?product=AspectJ" + LangUtil.EOL + "To make the bug a priority, please include a test program" + LangUtil.EOL + "that can reproduce this exception." + LangUtil.EOL; @@ -77,7 +77,7 @@ public class Main { + "found in your AspectJ installation directory. The -Xmx parameter value" + LangUtil.EOL + "should be increased from 64M (default) to 128M or even 256M." + LangUtil.EOL + LangUtil.EOL + "See the AspectJ FAQ available from the documentation link" + LangUtil.EOL - + "on the AspectJ home page at http://www.eclipse.org/aspectj"; + + "on the AspectJ home page at https://www.eclipse.org/aspectj"; private static final String MESSAGE_HOLDER_OPTION = "-messageHolder"; diff --git a/org.aspectj.matcher/src/main/java/org/aspectj/weaver/patterns/SignaturePattern.java b/org.aspectj.matcher/src/main/java/org/aspectj/weaver/patterns/SignaturePattern.java index 895108ade..33f0b53eb 100644 --- a/org.aspectj.matcher/src/main/java/org/aspectj/weaver/patterns/SignaturePattern.java +++ b/org.aspectj.matcher/src/main/java/org/aspectj/weaver/patterns/SignaturePattern.java @@ -325,7 +325,7 @@ public class SignaturePattern extends PatternNode implements ISignaturePattern { } // if we got a "MAYBE" it's worth looking at the other signatures // The first signature is the subject signature - and against it we must match modifiers/annotations/throws - // see http://www.eclipse.org/aspectj/doc/next/adk15notebook/join-point-modifiers.html + // see https://www.eclipse.org/aspectj/doc/next/adk15notebook/join-point-modifiers.html subjectMatch = false; // Early exit if (wantsAnnotationMatch) { @@ -346,7 +346,7 @@ public class SignaturePattern extends PatternNode implements ISignaturePattern { } // Only the subject is checked for modifiers - // see http://www.eclipse.org/aspectj/doc/next/adk15notebook/join-point-modifiers.html + // see https://www.eclipse.org/aspectj/doc/next/adk15notebook/join-point-modifiers.html if (subjectMatch && !modifiers.matches(aMember.getModifiers())) { return FuzzyBoolean.NO; } @@ -366,7 +366,7 @@ public class SignaturePattern extends PatternNode implements ISignaturePattern { } // Only the subject is checked for annotations (239441/119749) - // see http://www.eclipse.org/aspectj/doc/next/adk15notebook/join-point-modifiers.html + // see https://www.eclipse.org/aspectj/doc/next/adk15notebook/join-point-modifiers.html if (subjectMatch) { // The annotations must match if specified if (!matchesAnnotations(aMember, inAWorld).alwaysTrue()) { @@ -717,7 +717,7 @@ public class SignaturePattern extends PatternNode implements ISignaturePattern { return FuzzyBoolean.YES; } else { // do NOT look at ancestor members... only the subject can have an annotation match - // see http://www.eclipse.org/aspectj/doc/next/adk15notebook/join-point-modifiers.html + // see https://www.eclipse.org/aspectj/doc/next/adk15notebook/join-point-modifiers.html return FuzzyBoolean.NO; } } diff --git a/testing-util/src/main/java/org/aspectj/testing/util/TestUtil.java b/testing-util/src/main/java/org/aspectj/testing/util/TestUtil.java index 54e1f017d..63fb81470 100644 --- a/testing-util/src/main/java/org/aspectj/testing/util/TestUtil.java +++ b/testing-util/src/main/java/org/aspectj/testing/util/TestUtil.java @@ -88,7 +88,7 @@ public final class TestUtil { { URL url = null; try { - url = new URL("http://eclipse.org/BADURL"); + url = new URL("https://eclipse.org/BADURL"); } catch (MalformedURLException e) { // ignore - hopefully never } diff --git a/tests/bugs/DeclareSoftDynamicPCDs.java b/tests/bugs/DeclareSoftDynamicPCDs.java index 934afbc9e..07dba20dc 100644 --- a/tests/bugs/DeclareSoftDynamicPCDs.java +++ b/tests/bugs/DeclareSoftDynamicPCDs.java @@ -1,25 +1,25 @@ /* * From: - * - * http://dev.eclipse.org/viewcvs/indextech.cgi/~checkout~/aspectj-home/doc/progguide/semantics-declare.html#d0e6499 * - * Pointcuts that appear inside of declare forms have certain restrictions. - * Like other pointcuts, these pick out join points, but they do so in a - * way that is statically determinable. - * - * Consequently, such pointcuts may not include, directly or indirectly - * (through user-defined pointcut declarations) pointcuts that discriminate - * based on dynamic (runtime) context. Therefore, such pointcuts may not be + * https://dev.eclipse.org/viewcvs/indextech.cgi/~checkout~/aspectj-home/doc/progguide/semantics-declare.html#d0e6499 + * + * Pointcuts that appear inside of declare forms have certain restrictions. + * Like other pointcuts, these pick out join points, but they do so in a + * way that is statically determinable. + * + * Consequently, such pointcuts may not include, directly or indirectly + * (through user-defined pointcut declarations) pointcuts that discriminate + * based on dynamic (runtime) context. Therefore, such pointcuts may not be * defined in terms of - * + * * cflow * cflowbelow * this * target * args * if - * - * all of which can discriminate on runtime information. + * + * all of which can discriminate on runtime information. */ public aspect DeclareSoftDynamicPCDs { @@ -27,32 +27,32 @@ public aspect DeclareSoftDynamicPCDs { declare soft : MyException:if(true) ; pointcut p(): if(false); declare soft : MyException: p() ; - + declare soft : MyException:cflow(execution(* main(..))); pointcut p2(): cflow(execution(* main(..))); declare soft : MyException:p2(); - + declare soft : MyException:cflowbelow(execution(* main(..))); pointcut p3(): cflowbelow(execution(* main(..))); declare soft : MyException:p3(); - + declare soft : MyException: this(Object); pointcut p4(): this(Object); declare soft : MyException:p4(); - + declare soft : MyException:target(Object); pointcut p5(): target(Object); declare soft : MyException:p5(); - + declare soft : MyException:args(Object); pointcut p6(): args(Object); declare soft : MyException:p6(); - + class MyException extends Exception { } public static void main(String[] args) { System.err.println("In main!"); } - -} \ No newline at end of file + +} diff --git a/tests/bugs/DecwClassCastException.java b/tests/bugs/DecwClassCastException.java index e040a1e44..0ad3bd5cc 100644 --- a/tests/bugs/DecwClassCastException.java +++ b/tests/bugs/DecwClassCastException.java @@ -1,25 +1,25 @@ /* * From: - * - * http://dev.eclipse.org/viewcvs/indextech.cgi/~checkout~/aspectj-home/doc/progguide/semantics-declare.html#d0e6499 * - * Pointcuts that appear inside of declare forms have certain restrictions. - * Like other pointcuts, these pick out join points, but they do so in a - * way that is statically determinable. - * - * Consequently, such pointcuts may not include, directly or indirectly - * (through user-defined pointcut declarations) pointcuts that discriminate - * based on dynamic (runtime) context. Therefore, such pointcuts may not be + * https://dev.eclipse.org/viewcvs/indextech.cgi/~checkout~/aspectj-home/doc/progguide/semantics-declare.html#d0e6499 + * + * Pointcuts that appear inside of declare forms have certain restrictions. + * Like other pointcuts, these pick out join points, but they do so in a + * way that is statically determinable. + * + * Consequently, such pointcuts may not include, directly or indirectly + * (through user-defined pointcut declarations) pointcuts that discriminate + * based on dynamic (runtime) context. Therefore, such pointcuts may not be * defined in terms of - * + * * cflow * cflowbelow * this * target * args * if - * - * all of which can discriminate on runtime information. + * + * all of which can discriminate on runtime information. */ public aspect DecwClassCastException { @@ -27,30 +27,30 @@ public aspect DecwClassCastException { declare warning : if(true) : "if(true) directly against checker"; pointcut p(): if(false); declare warning : p() : "if(false) through defined pointcut"; - + declare error : cflow(execution(* main(..))): "cflow(execution(* main(..))) directly against checker"; pointcut p2(): cflow(execution(* main(..))); declare error : p2() : "cflow(execution(* main(..))) through defined pointcut"; - + declare warning : cflowbelow(execution(* main(..))): "cflowbelow(execution(* main(..))) directly against checker"; pointcut p3(): cflowbelow(execution(* main(..))); declare error : p3() : "cflowbelow(execution(* main(..))) through defined pointcut"; - + declare warning : this(Object): "this(Object) directly against checker"; pointcut p4(): this(Object); declare warning : p4(): "this(Object) through defined pointcut"; - + declare warning : target(Object): "target(Object) directly against checker"; pointcut p5(): target(Object); declare warning : p5(): "target(Object) through defined pointcut"; - + declare warning : args(Object): "args(Object) directly against checker"; pointcut p6(): args(Object); declare warning : p6(): "args(Object) through defined pointcut"; - + public static void main(String[] args) { System.err.println("In main!"); } - -} \ No newline at end of file + +} diff --git a/tests/bugs/seven/lint/Main.java b/tests/bugs/seven/lint/Main.java index 3bc98c382..4b7598beb 100644 --- a/tests/bugs/seven/lint/Main.java +++ b/tests/bugs/seven/lint/Main.java @@ -48,7 +48,7 @@ aspect XlintTest { * no example for "invalidWildcardTypeName" * * Never signalled anywhere in the codebase - * @see http://dev.eclipse.org/mhonarc/lists/aspectj-dev/msg01404.html + * @see https://dev.eclipse.org/mhonarc/lists/aspectj-dev/msg01404.html */ @@ -74,7 +74,7 @@ aspect XlintTest { * no example for "shadowNotInStructure" * * Signalled if the structure model is broken, probably can't happen - * @see http://dev.eclipse.org/mhonarc/lists/aspectj-dev/msg01404.html + * @see https://dev.eclipse.org/mhonarc/lists/aspectj-dev/msg01404.html */ diff --git a/tests/bugs1612/pr328099/aop.xml b/tests/bugs1612/pr328099/aop.xml index b65c5ef91..e1aec86af 100755 --- a/tests/bugs1612/pr328099/aop.xml +++ b/tests/bugs1612/pr328099/aop.xml @@ -1,10 +1,10 @@ - - - - - - - - - + + + + + + + + + diff --git a/tests/bugs1612/pr328099/src/META-INF/aop.xml b/tests/bugs1612/pr328099/src/META-INF/aop.xml index d08ae4126..76bd65ff3 100755 --- a/tests/bugs1612/pr328099/src/META-INF/aop.xml +++ b/tests/bugs1612/pr328099/src/META-INF/aop.xml @@ -1,10 +1,10 @@ - - - - - - - - - \ No newline at end of file + + + + + + + + + diff --git a/tests/bugs164/pr265695/Asp.aj b/tests/bugs164/pr265695/Asp.aj index 296cb1f36..50df2bbce 100644 --- a/tests/bugs164/pr265695/Asp.aj +++ b/tests/bugs164/pr265695/Asp.aj @@ -13,18 +13,18 @@ interface DemoService { class DemoServiceImpl implements DemoService { - public void secureMethod() { } + public void secureMethod() { } } aspect X { // None of these match, the subject at execution(secureMethod()) does not have the annotation - // see http://www.eclipse.org/aspectj/doc/next/adk15notebook/join-point-modifiers.html + // see https://www.eclipse.org/aspectj/doc/next/adk15notebook/join-point-modifiers.html before(): execution(@Secured * *Service+.*(..)) { } - + before(): execution(@Secured * *Service.*(..)) { } before(): execution(@Secured * DemoService.*(..)) { } - + } public class Asp { @@ -32,4 +32,3 @@ public class Asp { new DemoServiceImpl().secureMethod(); } } - diff --git a/tests/bugs164/pr265695/AspNew.aj b/tests/bugs164/pr265695/AspNew.aj index ae99590fb..3f61600e6 100644 --- a/tests/bugs164/pr265695/AspNew.aj +++ b/tests/bugs164/pr265695/AspNew.aj @@ -11,17 +11,14 @@ interface DemoService { void secureMethod(); } - class DemoServiceImpl implements DemoService { - public void secureMethod() { } + public void secureMethod() { } } aspect X { // None of these match, the subject at execution(secureMethod()) does not have the annotation - // see http://www.eclipse.org/aspectj/doc/next/adk15notebook/join-point-modifiers.html + // see https://www.eclipse.org/aspectj/doc/next/adk15notebook/join-point-modifiers.html before(): execution(@Secured! * *Service+.*(..)) { } - - } public class AspNew { @@ -29,4 +26,3 @@ public class AspNew { new DemoServiceImpl().secureMethod(); } } - diff --git a/tests/bugs1810/508661/aop.xml b/tests/bugs1810/508661/aop.xml index 5b89e6614..bf1e9b9e0 100644 --- a/tests/bugs1810/508661/aop.xml +++ b/tests/bugs1810/508661/aop.xml @@ -1,4 +1,4 @@ - + -- 2.39.5