Skip to content

Duplicated tree nodes in Java Projects view #588

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

Closed
Tracked by #1006
testforstephen opened this issue Jan 24, 2022 · 2 comments · Fixed by #629
Closed
Tracked by #1006

Duplicated tree nodes in Java Projects view #588

testforstephen opened this issue Jan 24, 2022 · 2 comments · Fixed by #629
Labels
bug Something isn't working
Milestone

Comments

@testforstephen
Copy link
Contributor

image

@jdneo jdneo added the bug Something isn't working label Jan 25, 2022
@jdneo jdneo added this to the 0.20.0 milestone Jun 7, 2022
@jdneo
Copy link
Member

jdneo commented Jun 7, 2022

Looks like a concurrent issue when multiple invocation of reveal() happens at the same time:

public async reveal(uri: Uri, needCheckSyncSetting: boolean = true): Promise<void> {

@jdneo
Copy link
Member

jdneo commented Jun 9, 2022

One way to repro this issue:

  1. Switch to lightweight server mode
  2. Open spring-petclinic project
  3. Open PetClinicApplication.java in editor
  4. Switch to standard mode
  5. After project imported, duplicated nodes can be found in Java Project explorer

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

Successfully merging a pull request may close this issue.

2 participants