Class Justice

java.lang.Object
  extended by Justice

public class Justice
extends java.lang.Object

Reads a class file from stdin and runs BCEL Justice verifier.

This is supposed to help us by giving us where the generate byte code is wrong, but it turns out that this isn't as useful as I hoped for ...

Usage

 $ cat Foo.class | java Justice
 

Author:
Kohsuke Kawaguchi

Constructor Summary
Justice()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Justice

public Justice()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception


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