alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

What this is

This file is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Other links

The source code

/*
 * MoveMe.java
 *
 * Created on 03 February 2004, 22:13
 */

package org.netbeans.test.moveclass.abc.test_folder;

/**
 *
 * @author  Dan
 */
public class MoveMe extends RuntimeException {
    
    public static String NAME = "The Name";
    
    static String name = "";
    
    private ClassOne instanceOfClassOne = null;
    
    /** Creates a new instance of MoveMe */
    public MoveMe() {
    }
    
    public org.netbeans.test.moveclass.abc.test_folder.MoveMe go(MoveMe param_1, String s, org.netbeans.test.moveclass.abc.test_folder.MoveMe param_2) throws org.netbeans.test.moveclass.abc.test_folder.MoveMe {
        if (instanceOfClassOne instanceof org.netbeans.test.moveclass.abc.test_folder.ClassOne) {
            System.out.println("It is an instance !");
        }
        instanceOfClassOne.callMe();
        return (org.netbeans.test.moveclass.abc.test_folder.MoveMe) null;
    }
    
    public static class Inner {
        
        public static class Nested {
        }
        
    }
    
}
... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.