-
Bug
-
Resolution: Fixed
-
P4
-
9-repo-kulla
-
None
* JShell's unresolved method:
http://cr.openjdk.java.net/~rfield/doc/jdk/jshell/JShell.html#unresolved-jdk.jshell.DeclarationSnippet-
/ For corralled <http://cr.openjdk.java.net/%7Erfield/doc/jdk/jshell/Snippet.Status.html#ACTIVE_CORRALLED> or |ACTIVE_FAILED| <http://cr.openjdk.java.net/%7Erfield/doc/jdk/jshell/Snippet.Status.html#ACTIVE_FAILED> declarations,..../
Perhaps ACTIVE_CORRALLED or ACTIVE_FAILED ?
Not parsing that.
"corralled" is linked to ACTIVE_CORRALLED enum value. The doc says "coralled or ACTIVE_FAILED". I thought it is better if it reads ACTIVE_CORRALLED or ACTIVE_FAILED. i.e., use enum constant name for both parts of "or".
http://cr.openjdk.java.net/~rfield/doc/jdk/jshell/JShell.html#unresolved-jdk.jshell.DeclarationSnippet-
/ For corralled <http://cr.openjdk.java.net/%7Erfield/doc/jdk/jshell/Snippet.Status.html#ACTIVE_CORRALLED> or |ACTIVE_FAILED| <http://cr.openjdk.java.net/%7Erfield/doc/jdk/jshell/Snippet.Status.html#ACTIVE_FAILED> declarations,..../
Perhaps ACTIVE_CORRALLED or ACTIVE_FAILED ?
Not parsing that.
"corralled" is linked to ACTIVE_CORRALLED enum value. The doc says "coralled or ACTIVE_FAILED". I thought it is better if it reads ACTIVE_CORRALLED or ACTIVE_FAILED. i.e., use enum constant name for both parts of "or".