--- old/src/java.compiler/share/classes/javax/lang/model/element/Name.java 2020-07-09 10:40:07.253417445 -0700 +++ new/src/java.compiler/share/classes/javax/lang/model/element/Name.java 2020-07-09 10:40:06.785417445 -0700 @@ -33,7 +33,7 @@ * implementation are usable in collections while {@code Name}s from * different implementations may not work properly in collections. * - *

An empty {@code Name} has a length of zero. + *

An {@linkplain CharSequence#isEmpty() empty} {@code Name} has a {@linkplain CharSequence#length() length} of zero. * *

In the context of {@linkplain * javax.annotation.processing.ProcessingEnvironment annotation