Enum types should not have ACC_STATIC flag

Issue #290 resolved
Jesper Öqvist created an issue

ExtendJ 8.1.0-52-gddbdc64 Java SE 8

Enum types should not have the ACC_STATIC flag (0x8) in the generated classfile, even if the enum type is nested.

ExtendJ currently generates the ACC_STATIC flag for nested enum types.

Comments (1)

  1. Log in to comment