I'm trying to build a quickfix to instantiate a mock object using mockito
when the JDT encounters an unresolved name error. After looking at the
source code for the standard JDT quickfixes, it all looks a _lot_ more
complicated than simply modifying the file.
ASTRewriteCorrectionProposal looks like it would work best, but of course
it is internal. Is there a simpler way that I'm just missing?