Victor
Victor

Reputation: 395

Why Eclipse duplicate folders and files?

I'm trying to test Eventuate (framework JAVA that implement event sourcing) But I have a huge feature with eclipse, when I imported the project eclipse display the same files a lot of time.

For information the project is a spring-boot project using gradle.

This is a screen shot:

enter image description here

Would do you have an idea why this happens ?

Upvotes: 2

Views: 2123

Answers (1)

john16384
john16384

Reputation: 8044

Use the Package Explorer instead of the Project Explorer, and you won't get the second duplicate.

Upvotes: 6

Related Questions