Re: [OpenJDK 2D-Dev] RFR: 8178457: Remove link to 2D guide from Line2D javadoc

2017-04-11 Thread Philip Race
The boilerplate for all the other classes would be to completely remove the entire sentence being modified. No mention of coordinate system at all. I can do that ... if it is what you meant. -phil. On 4/11/17, 3:01 PM, Jim Graham wrote: It's silly to include this statement in Line2D when no o

Re: [OpenJDK 2D-Dev] RFR: 8178457: Remove link to 2D guide from Line2D javadoc

2017-04-11 Thread Jim Graham
It's silly to include this statement in Line2D when no other geometry class bothers to mention this. It is considered assumed information if you've gotten far enough to be looking at this class. I would prefer to copy boiler plate from one of the other Foo2D geometry classes instead...

[OpenJDK 2D-Dev] RFR: 8178457: Remove link to 2D guide from Line2D javadoc

2017-04-11 Thread Phil Race
A small javadoc change to link to a different more stable source of information on the Java 2D coord. system. Bug : https://bugs.openjdk.java.net/browse/JDK-8178457 Patch: --- a/src/java.desktop/share/classes/java/awt/geom/Line2D.java +++ b/src/java.desktop/share/classes/java/awt/geom/Line2D.jav