JDK-8049269 : No enclosing expression for NewClassTree of anonymous class with body
  • Type: Bug
  • Component: tools
  • Sub-Component: javac
  • Affected Version: 7u51
  • Priority: P4
  • Status: Resolved
  • Resolution: Duplicate
  • Submitted: 2014-07-03
  • Updated: 2017-10-16
  • Resolved: 2017-10-16
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 10
10Resolved
Related Reports
Duplicate :  
Description
The NewClassTrees of anonymous classes with bodies where the class type is an inner class don't have an enclosing expression.
Comments
Has been fixed under JDK-8044853.
16-10-2017