Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#4262 - don't restore rowIndex in UIData#invokeOnComponent, if it … #4506

Closed
wants to merge 1 commit into from

Conversation

fcaputo
Copy link

@fcaputo fcaputo commented Oct 28, 2018

Don't restore rowIndex in UIData#invokeOnComponent, if it was not modified

setRowIndex is called in finally, even if the rowIndex was not modified
by invokeOnComponent. This leads to unexpected method calls. This commit
reduces the scope of the try catch finally.

Fixes #4262

…was not modified

setRowIndex is called in finally, even if the rowIndex was not modified
by invokeOnComponent. This leads to unexpected method calls. This commit
reduces the scope of the try catch finally.
@arjantijms
Copy link
Contributor

Hi Frank, in order for us to merge this you have to pass the Eclipse IP validation.

To do so, it's necessary to create an Eclipse account and accept the ECA. Then make sure you link your Eclipse account to the same account used for the commit. Finally, you have to sign off the commit (see https://stackoverflow.com/questions/1962094/what-is-the-sign-off-feature-in-git-for)

Then, you have to redo the PR or do a new commit unfortunately, as that's needed to kick the IP Validation check to test again.

Also, not sure why you referenced bug 4262: https://bugs.eclipse.org/bugs/show_bug.cgi?id=4262 it seems to be totally unrelated to Mojarra.

@manorrock
Copy link
Contributor

manorrock commented Oct 28, 2018 via email

@pzygielo
Copy link
Contributor

@arjantijms: I think PR is about #4262, but eclipsewebmaster somehow linked here different one.

@arjantijms
Copy link
Contributor

@pzygielo Ah I see, my mistake as well, since I did look for a Github issue but accidentally looked for 4622 :O

@arjantijms arjantijms changed the title Bug 4262 - don't restore rowIndex in UIData#invokeOnComponent, if it … #4262 - don't restore rowIndex in UIData#invokeOnComponent, if it … Oct 28, 2018
@eclipse-ee4j eclipse-ee4j deleted a comment from eclipsewebmaster Oct 28, 2018
@eclipse-ee4j eclipse-ee4j deleted a comment from eclipsewebmaster Oct 28, 2018
@fcaputo fcaputo closed this Nov 1, 2018
@fcaputo fcaputo deleted the 4262fix branch November 1, 2018 11:18
@fcaputo
Copy link
Author

fcaputo commented Nov 1, 2018 via email

@pzygielo
Copy link
Contributor

pzygielo commented Nov 1, 2018

@fcaputo: as per my understanding The_Commit_Record is about every single commit.

@fcaputo
Copy link
Author

fcaputo commented Nov 1, 2018 via email

@pzygielo
Copy link
Contributor

as per my understanding The_Commit_Record is about every single commit.

@fcaputo Apparently I was wrong about every single commit part, as explained to me by Ben.

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.

4 participants