RFR: JDK-6229853: BasicTextAreaUI:create incompletely documents the possible returned View types [v5]

Prasanta Sadhukhan psadhukhan at openjdk.org
Fri Oct 7 04:57:00 UTC 2022


> API specification says about BasicTextAreaUI.create "Returns a WrappedPlainView or PlainView". 
> But for [bidi](https://github.com/openjdk/jdk/blob/d14e96d9701dae951aa365029f58afb6687a646a/src/java.desktop/share/classes/javax/swing/plaf/basic/BasicTextAreaUI.java#L168) text, this method returns BoxView and other views , so the documentation needs to be updated.

Prasanta Sadhukhan has updated the pull request incrementally with one additional commit since the last revision:

  Javadoc update

-------------

Changes:
  - all: https://git.openjdk.org/jdk/pull/10376/files
  - new: https://git.openjdk.org/jdk/pull/10376/files/4a1afda9..87f7e36c

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=10376&range=04
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=10376&range=03-04

  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/10376.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/10376/head:pull/10376

PR: https://git.openjdk.org/jdk/pull/10376



More information about the client-libs-dev mailing list