Skip to content

Conversation

graalvmbot
Copy link
Collaborator

No description provided.

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Oct 27, 2022
* missing or hidden from reflection.
*/
return null;
} else {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do You need here now else statement, just after if statement

    if(){
    ...
    return ... 
    }
 return reflectionProvider.originalField(field);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In this case I find the code easier to read with the else statement.

@graalvmbot graalvmbot closed this Nov 1, 2022
@graalvmbot graalvmbot deleted the cwi/GR-41921-JVMCI-cleanup branch November 1, 2022 06:11
@graalvmbot graalvmbot merged commit e7e8ced into master Nov 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

OCA Verified All contributors have signed the Oracle Contributor Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants