JDK-8177081 : visible entity for @ in sample code in ImageView
  • Type: Bug
  • Component: javafx
  • Sub-Component: scenegraph
  • Affected Version: 9
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2017-03-18
  • Updated: 2017-03-21
  • Resolved: 2017-03-21
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 9
9Fixed
Related Reports
Relates :  
Description
http://download.java.net/java/jdk9/jfxdocs/javafx/scene/image/ImageView.html
See the @ in the following cut-n-paste from the web page.

 public class HelloImageView extends Application {

     @Override public void start(Stage stage) {
         // load the image
         Image image = new Image("flower.png");

Comments
Since I had already sent the webrev before seeing the comment about the Circle docs, I filed a new bug for additional typos: JDK-8177341
21-03-2017

Changeset: bec1d5547c24 Author: kcr Date: 2017-03-21 06:58 -0700 URL: http://hg.openjdk.java.net/openjfx/9-dev/rt/rev/bec1d5547c24 8177081: visible entity for @ in sample code in ImageView Reviewed-by: ckyang
21-03-2017

+1
20-03-2017

I missed reading the second comment. I'll send out a separate webrev for that.
20-03-2017

Webrev: http://cr.openjdk.java.net/~kcr/8177081/webrev.00/
20-03-2017

Separate typo, bad punctuation in Circle.java. The first sentence is "broken". The Circle class creates a new circle with the specified radius and center location measured in pixels Example usage. This leaks through to the corresponding package summary page as well. At a minimum, I suggest a period after "pixels".
19-03-2017