Class Diff
java.lang.Object
de.funfried.netbeans.plugins.external.formatter.ui.editor.diff.Diff
Implementation based on NetBeans' org.netbeans.modules.diff.builtin.provider.HuntDiff
but without options, it always takes whitespaces into account.
- Author:
- bahlef
-
Method Summary
-
Method Details
-
diff
- Parameters:
r1
-Reader
from the first sourcer2
-Reader
from the second source- Returns:
- computed diff
- Throws:
IOException
- if there is an I/O issue with the givenReader
s
-
diff
- Parameters:
lines1
- array of lines from the first sourcelines2
- array of lines from the second source- Returns:
- computed diff
-