Skip to content

Conversation

@jamezp
Copy link
Member

@jamezp jamezp commented Feb 22, 2023

This reverts commit e64ef56.

Signed-off-by: James R. Perkins <jperkins@redhat.com>
…uestionmark in @path with Regex"

This reverts commit 9e6e014.

Signed-off-by: James R. Perkins <jperkins@redhat.com>

protected ClientInvocation createRequest(Object[] args) {
WebTarget target = this.webTarget;
for (int i = 0; i < processors.length; i++) {
Copy link

Choose a reason for hiding this comment

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

@jamezp processors.length looks suspicious. If processors can be null then it might blow up here,
OTOH if it cannot be null then why check for null on the next line?

InvocationProcessor processor = (InvocationProcessor) processors[i];
processor.process(clientInvocation, args[i]);
}
for (int i = 0; i < processors.length; i++) {
Copy link

Choose a reason for hiding this comment

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

I guess same comment about processors potentially being null applies here

@jamezp jamezp deleted the RESTEASY-2845-revert branch March 10, 2023 00:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants