Skip to content

I20230925-1800

@jjohnstn jjohnstn tagged this 25 Sep 21:57
- new split of proposals into jdt.core.manipulation changed the
  computeNumberOfFixesForCleanUp() method to be passed an ICleanUpCore
  that is wrappered to be an ICleanUp but this code looks for an
  IMultiFix which gets lost in wrapping
- change computeNumberOfFixesForClean() to use the fCleanUp field
  that is already stored and is an ICleanUp
- fix getCleanUp() to return fCleanUp
- fix AbstractAnnotationHover.createCompletionProposalsList() to
  just call proposal.getCleanUp() and don't do any wrapping
Assets 2
Loading