public interface DiffAlgorithm
JDiffTextPanel
.Modifier and Type | Field and Description |
---|---|
static short |
TYPE_FULL_LINES
The diff always shows full lines diff.
|
static short |
TYPE_WITHIN_LINES_BASIC
The diff shows differences within lines, using a simple string comparison.
|
static short |
TYPE_WITHIN_LINES_DIFF
The diff shows differences within lines, using the diff algorithm within each line.
|
static final short TYPE_FULL_LINES
static final short TYPE_WITHIN_LINES_BASIC
static final short TYPE_WITHIN_LINES_DIFF
Copyright © 2016, 2017, 2018, 2019, 2023 Herve Girod. All Rights Reserved. Documentation and source under the MIT licence