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

javac should generate an attribute per method indicating what local variables are synthetic

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Won't Fix
    • Icon: P4 P4
    • tbd
    • 8
    • tools

      This attribute should be associated to a hidden flag. The rationale behind this is to help code inspection tools to detect synthetic variables. At present this can be inferred by analyzing the LVT table and assuming that any variable with a '$' inside is a synthetic local variable. Having a specific attribute for this can make this process simpler.

            vromero Vicente Arturo Romero Zaldivar
            vromero Vicente Arturo Romero Zaldivar
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: