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

eclipse IDE tries to access files from wrong locations #222

Open
jukzi opened this issue Aug 12, 2024 · 0 comments
Open

eclipse IDE tries to access files from wrong locations #222

jukzi opened this issue Aug 12, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@jukzi
Copy link
Contributor

jukzi commented Aug 12, 2024

I traced which files eclipse.exe tries to access during full build on windows using sysinternals process monitor. Turns out eclipse tries to open images and . xml files relative to c:\ for example C:\icons\annotation_obj.png

image

Here is a summary of files searched at wrong locations:

image

Why is that a problem? On the one hand it is wasted time to look at wrong locations in the file system - but that is almost non measurable. On the other hand if those files would exist those wrong files could be used - leading to unwanted behavior.

@jukzi jukzi added the bug Something isn't working label Aug 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant