210211212213214215216217218219220
{ SchemaProcessor sp = new SchemaProcessorImpl(null, null, null); // The sp is pushed onto the stack itself sp.pop(); try { sp.pop(); unreachable();
214215216217218219220221222223224
sp.pop(); try { sp.pop(); unreachable(); } catch (ArrayIndexOutOfBoundsException ex) {
8586878889909192939495
rule.begin(processor, element); verifyControls(); processor.pop(); control.setReturnValue(null); replayControls(); rule.end(processor, element);
215216217218219220221222223224225
{ SchemaProcessor sp = new SchemaProcessorImpl(null, null); // The sp is pushed onto the stack itself sp.pop(); try { sp.pop(); unreachable();
219220221222223224225226227228229
211212213214215216217218219220221
4950515253545556575859
mockModule.expandSymbols("${flintstone}", element.getLocation()); moduleControl.setReturnValue("FLINTSTONE"); mockProcessor.push("FLINTSTONE"); mockProcessor.pop(); control.setReturnValue("FLINTSTONE"); replayControls();
5556575859606162636465