CPD Results

The following document contains the results of PMD's CPD 3.7.

Duplications

FileLine
hu/elte/tribus/util/TransactionalFilesystemDirectory.java53
hu/elte/tribus/util/idx/DaoDirectory.java40
	}

	@Override
	public long fileLength(String arg0) throws IOException {
		return 0;
	}

	@Override
	public long fileModified(String arg0) throws IOException {
		// TODO Auto-generated method stub
		return 0;
	}

	@Override
	public String[] list() throws IOException {
		// TODO Auto-generated method stub
		return null;
	}

	@Override
	public Lock makeLock(String arg0) {
		// TODO Auto-generated method stub
		return null;
	}

	@Override
	public IndexInput openInput(String arg0) throws IOException {
		// TODO Auto-generated method stub
		return null;
	}

	@Override
	public void renameFile(String arg0, String arg1) throws IOException {
		// TODO Auto-generated method stub
		
	}

	@Override
	public void touchFile(String arg0) throws IOException {
		// TODO Auto-generated method stub
		
	}