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

JBIDE-20580 Performance: EL resolvers unnecessarily create a lot of empty ArrayList instances #449

Closed
wants to merge 1 commit into from

Conversation

scabanovich
Copy link
Contributor

ELContext.getVarsAsList(int) method is added to prevent creating
auxiliary lists transformed into arrays and then put into lists again.

…mpty ArrayList instances

ELContext.getVarsAsList(int) method is added to prevent creating
auxiliary lists transformed into arrays and then put into lists again.
@alexeykazakov
Copy link
Contributor

rebased and pushed to master

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