Skip to content
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.

Adding two jars with the same class names causes collision conflicts #52

Closed
terminalsin opened this issue Oct 28, 2021 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@terminalsin
Copy link

Adding two jars (eg obfuscated and non-obfuscated) with the same classpath causes conflicts of the sort:

  • Opening a class always opens the one of the first jar imported, never the second
  • Cannot open both classes with the same name side by side
  • Everything just dicks itself
@Col-E Col-E added the bug Something isn't working label Oct 29, 2021
@terminalsin
Copy link
Author

Moved to Col-E/Recaf#696

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants