A suggestion regarding fixing the ambiguous package problem
Open
- Dominant language
- Java
- Stars
- 2k
- Forks
- 392
- Avg merge
- 11h 24m
- Merged PRs (30d)
- 36
Description
At work, I got quite tired of seeing exceptions caused by ambiguous package names in user code. So I made a fix for the issue by merging such packages together, and deleting duplicated packages.
Here's the change:
https://github.com/WarpspeedSCP/spoon/commit/1e62e4b99b286d6152ec786efcca4edbc2437501
What I'd like to explore is if it makes sense to take it forward, as this had actually helped in improving support for packages that are split across multiple source roots.
Contributor guide
Assessment
This issue has not been assessed yet.