org.sonar.ide.api
Class SourceCodeDiff
java.lang.Object
org.sonar.ide.api.SourceCodeDiff
public final class SourceCodeDiff
- extends Object
- Since:
- 0.2
NOT_FOUND
public static final int NOT_FOUND
- See Also:
- Constant Field Values
SourceCodeDiff
public SourceCodeDiff()
map
public void map(int oldLine,
int newLine)
- Parameters:
oldLine - line in Sonar server (starting from 1)newLine - line in working copy (starting from 0), -1 if not found
newLine
public Integer newLine(int oldLine)
- Parameters:
oldLine - line in Sonar server (starting from 1)
- Returns:
- line in working copy (starting from 0), -1 if not found
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2010 Evgeny Mandrikov. All Rights Reserved.