eclipse-jdt / eclipse-jdt/eclipse.jdt.ui
CPListElement does not take existing attributes into account
Open
- Dominant language
- Java
- Stars
- 59
- Forks
- 127
- Avg merge
- 22h 47m
- Merged PRs (30d)
- 28
Description
`LibrariesWorkbookPage` calls `org.eclipse.jdt.internal.ui.wizards.buildpaths.CPListElement.CPListElement(Object, IJavaProject, IClasspathEntry, int, IPath, IModuleDescription, boolean, IResource, IPath)` but in the case of an edited classpath entry every custom attribute is not updated because `CPListElement` ignores the `IClasspathEntry` supplied extra attributes.
Contributor guide
Assessment
This issue has not been assessed yet.