CVS: xjavadoc/test XJD64Part2.java,NONE,1.1 XJD64part1.java,NONE,1.1

Adamansky Anton <[email protected]>
Newsgroups gmane.comp.java.xdoclet.devel
Message-ID <[email protected]>
Update of /cvsroot/xdoclet/xjavadoc/test
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3659/test

Added Files:
	XJD64Part2.java XJD64part1.java 
Log Message:
Test cases concerning XJD-64

--- NEW FILE: XJD64Part2.java ---
public class XJD64Part2 extends Exception
{

    public enum Code
    {
        EXAMPLE("Example text");
        String text = "";

        Code(String t)
        {
            this.text = t;
        }

        public String getText()
        {
            return this.text;
        }
    }

    private Code errorCode;

    public XJD64Part2(Code ec)
    {
        errorCode = ec;
    }

    public Code getErrorCode()
    {
        return this.errorCode;
    }

    public String getMessage()
    {
        return this.errorCode.getText();
    }
}
--- NEW FILE: XJD64part1.java ---
/**
 * @author Adamansky Anton ([email protected])
 * @version $Id: XJD64part1.java,v 1.1 2005/09/02 07:02:37 adamansky Exp $
 */
public class XJD64part1
{

    @SuppressWarnings("unused")
    PoolableConnectionFactory poolableConnectionFactory;


    @SuppressWarnings("unused")
    protected void test()
    {

    }

    @SuppressWarnings("")
    public enum TEST
    {

        ONE,
        TWO
    }

    @SuppressWarnings("unused")
    public XJD64part1()
    {
    }

}



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.