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

Introduce CompilerExceptions as the preferred way of exiting the Compiler on erroneous state

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P3 P3
    • 8
    • None
    • core-libs
    • None

      Now that compiler is separated from parser, we don't need the error manager, batch functionality error processing for the compiler. If something goes wrong during compilation it should be communicated by exceptions as it means the runtime is broken. Not with boolean return values from Compiler.compile that no one checks.

            lagergren Marcus Lagergren
            lagergren Marcus Lagergren
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: