Serialized Form
-
Package org.netbeans.api.diff
-
Class org.netbeans.api.diff.Difference
class Difference extends Object implements Serializable- serialVersionUID:
- 7638201981188907148L
-
Serialized Fields
-
firstEnd
int firstEnd
-
firstLineDiffs
Difference.Part[] firstLineDiffs
-
firstStart
int firstStart
-
firstText
String firstText
The text of the difference in the first file. -
secondEnd
int secondEnd
-
secondLineDiffs
Difference.Part[] secondLineDiffs
-
secondStart
int secondStart
-
secondText
String secondText
The text of the difference in the second file. -
type
int type
-
-
Class org.netbeans.api.diff.Difference.Part
class Part extends Object implements Serializable- serialVersionUID:
- 7638201981188907149L
-
Serialized Fields
-
line
int line
-
pos1
int pos1
-
pos2
int pos2
-
text
String text
-
type
int type
-
-