All Downloads are FREE. Search and download functionalities are using the official Maven repository.

conf.testdata.JavaSourceFileUnix Maven / Gradle / Ivy

package testpackage;


/**
 * Test file: UNIX converted file
 */
public class JavaSourceFileUnix
{
    private int Number; 
    private String name;
    
    /**
     * Do something
     */
    public void run()
    {
    	for( int i = 0; i<256; i++ )
    	{
    		// test
    		name += name;
        }
    }
    
 
    /**
     * Gets the name
     */   
    public int getName()
    {
    	return name;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy