-
Bug
-
Resolution: Fixed
-
P4
-
9
-
b170
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8180688 | 10 | Srinivas Dama | P4 | Resolved | Fixed | b09 |
JDK-8180564 | 9.0.4 | Srinivas Dama | P4 | Resolved | Fixed | b01 |
Dai Conrad:
I was looking at the parser API and I noticed that in the class
ForOfLoopTree, the methods getStatement() and getVariable()
have the following javadoc, respectively:
The statement contained in this for..in statement.
The for..in left hand side expression.
In both cases "for..in" should read "for..of".
I was looking at the parser API and I noticed that in the class
ForOfLoopTree, the methods getStatement() and getVariable()
have the following javadoc, respectively:
The statement contained in this for..in statement.
The for..in left hand side expression.
In both cases "for..in" should read "for..of".
- backported by
-
JDK-8180564 JavaDoc for for..in is incorrect
-
- Resolved
-
-
JDK-8180688 JavaDoc for for..in is incorrect
-
- Resolved
-