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

Should not try to call .equals() on primitive #128

Closed
xpoinsard opened this issue Jun 5, 2015 · 2 comments
Closed

Should not try to call .equals() on primitive #128

xpoinsard opened this issue Jun 5, 2015 · 2 comments
Labels
Milestone

Comments

@xpoinsard
Copy link

The refactoring changed a condition from

filter.equals(SegConstants.ROOT_ID)

to

SegConstants.ROOT_ID.equals(filter)

where SegConstants.ROOT_ID is a primitive constant.
This cause a compilation error.

@JnRouvignac JnRouvignac added the bug label Jun 5, 2015
@JnRouvignac
Copy link
Owner

Thanks for the bug report

@JnRouvignac JnRouvignac changed the title Should no try to call .equals() on primitive constants Should not try to call .equals() on primitive Jun 5, 2015
@JnRouvignac JnRouvignac added this to the v1.1.0 milestone Jun 5, 2015
@JnRouvignac
Copy link
Owner

Fixed! I'll try to do a build this week-end.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants