org.apache.commons.javaflow.bytecode.transformation.rewrite
Class Stack

java.lang.Object
  extended by org.apache.commons.javaflow.bytecode.transformation.rewrite.Stack
All Implemented Interfaces:
java.lang.Runnable

public final class Stack
extends java.lang.Object
implements java.lang.Runnable

Regression test case.

When the stack size reaches the maximum in a constructor method invocation, there was a bug where we failed to expand the stack size appropriately. This is a regression test for that case.

Author:
Kohsuke Kawaguchi

Constructor Summary
Stack()
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Stack

public Stack()
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable


Copyright © 2004-2008 The Apache Software Foundation. All Rights Reserved.