// incremental compilation and the original document might
// not have needed to be recompiled, so the resolved
// VirtualFile won't be cached in the ThreadLocalToolkit.
// The LocalFilePathResolver should be sufficient to turn
// the resolved path into a VirtualFile.
context.addSinglePathResolver(LocalFilePathResolver.getSingleton());
}
if (!unit.hasAssets() || !unit.getAssets().contains(className))
{
results = transcode(transcoders, symbolTable, className, args, line, col, generateCode, source, context);