InternalComponentResources resources = new InternalComponentResourcesImpl(null, element, null, ins, null);
resources.storeRenderVariable("fred", "FRED");
resources.storeRenderVariable("barney", "BARNEY");
resources.postRenderCleanup();
try
{
resources.getRenderVariable("fred");
unreachable();