You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exceptions thrown by IUBundleContainer.cacheIUs are lost (eclipse-pde#127)
These exceptions are recorded by IUBundleContainer.synchronizerChanged
but TargetDefinition.resolve(IProgressMonitor) only notices exceptions
that are thrown and does not consider the status that recorded in the
IContainerLocation.
Logging is not needed because the exception was already logged when it
was recorded.
eclipse-pde#126
0 commit comments