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

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

XMLWordPrintable

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

      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.

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

              Created:
              Updated:
              Resolved: