On Mon, 26 Jun 2023 15:40:39 GMT, Maurizio Cimadamore <mcimadam...@openjdk.org> 
wrote:

> Also, another observation: the number of updates snippets in javadoc seems 
> rather low for something that touches the main entry point by which client 
> interacts with classfiles. This seems a sign of perhaps not having many end 
> to end examples in the API javadoc?

This is because the Classfile object update mostly affects the obtaining of 
ClassModel and how a ClassBuilder is converted to bytecode. Many examples 
interact with existing models, or builders for methods/fields/code, so they 
stay unchanged during the snippet update.

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

PR Comment: https://git.openjdk.org/jdk/pull/14180#issuecomment-1607765692

Reply via email to