Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8001098

Provide a simple light-weight "plug-in" mechanism for javac

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Fixed
    • P4
    • 8
    • None
    • tools
    • None
    • b66
    • Verified

    Description

      There is a growing need to have a way of extending javac functionality with "checkers" that can analyze a Java program.

      Annotation processers are great but have a number of limitations inherent in the specification. In particular, anno processors are run at a specific point in the compilation pipeline, before syntax trees have been fully attributed, and the "round" processing model requires that each compilation unit may be processed multiple times.

      It would help to have a way of running light-weight plug-ins in a more flexible manner.

      Attachments

        Issue Links

          Activity

            People

              jjg Jonathan Gibbons
              jjg Jonathan Gibbons
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: