In Eclipse, when I refresh the project, most of the times it refreshes 98% of the project with regular speed and then the progress of refreshing stucks at 98%.
Any idea why this may be happening?
Thanks in advance!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It might be because you have big files near the end. Normally refresh goes very fast if nothing has changed because it uses only the file modified time, but if many files have been modified, or if they are very large then it can take lots more time.
A simpler way to check than profiling would just be to get a few thread dumps of your Eclipse while it’s happening, then you can easily see what’s going on. If you don’t understand then, then attach them to your question.