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

Improve sorting algorithms #76

Closed
matozoid opened this issue Dec 12, 2014 · 7 comments
Closed

Improve sorting algorithms #76

matozoid opened this issue Dec 12, 2014 · 7 comments
Milestone

Comments

@matozoid
Copy link
Contributor

A rather horrible sort was found here: #75

Fix it by using built in JDK sorting algorithms, and search around for more of these bubble sorts.

@ftomassetti
Copy link
Member

Maybe PositionUtils.sortByBeginPosition could be a good candidate (also, the name of the variable arrayNodos is misspelled)

@ftomassetti
Copy link
Member

Created a pull request for this one (pull request #94 ). Do we have more of those?

@ptitjes ptitjes added this to the 2.1 milestone Mar 9, 2015
@ptitjes
Copy link
Contributor

ptitjes commented Apr 5, 2015

Can we close this ?

@matozoid
Copy link
Contributor Author

matozoid commented Apr 6, 2015

@matozoid matozoid closed this as completed Apr 6, 2015
@ftomassetti
Copy link
Member

@matozoid ar you learning Italian?

@matozoid
Copy link
Contributor Author

matozoid commented Apr 6, 2015

No, aprendo español. ¡Tengo amigos en España!

@ftomassetti
Copy link
Member

oh well, close enough :D

ftomassetti added a commit to ftomassetti/javaparser that referenced this issue Jan 10, 2018
issue75: avoid infinite recursion when a class invoke its own methods
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

No branches or pull requests

3 participants