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

gr.uom.java.xmi.diff.UMLDocumentationDiffProvider Maven / Gradle / Ivy

Go to download

RefactoringMiner is a library/API written in Java that can detect refactorings applied in the history of a Java project.

There is a newer version: 3.0.9
Show newest version
package gr.uom.java.xmi.diff;

import java.util.Optional;

import gr.uom.java.xmi.VariableDeclarationContainer;

public interface UMLDocumentationDiffProvider {
	public Optional getJavadocDiff();
	public UMLCommentListDiff getCommentListDiff();
	public VariableDeclarationContainer getContainer1();
	public VariableDeclarationContainer getContainer2();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy