https://github.com/xwiki/xwiki-commons
Revision 738a9661dc9bd4ff98fd52bbfe88923774718289 authored by Marius Dumitru Florea on 11 January 2013, 14:51:32 UTC, committed by Marius Dumitru Florea on 11 January 2013, 14:51:32 UTC
* Compute the inline diff when the number of removed elements equals the number of added elements.
* Use the new ComponentManagerRule instead of AbstractComponentTestCase
1 parent 7551a46
Raw File
Tip revision: 738a9661dc9bd4ff98fd52bbfe88923774718289 authored by Marius Dumitru Florea on 11 January 2013, 14:51:32 UTC
XCOMMONS-326: Improve diff algorithm
Tip revision: 738a966
.gitignore
# Build
target
target-eclipse

# IDEA
*.iml
*.ipr
*.iws
.idea
atlassian-ide-plugin.xml

# Eclipse
.classpath
.project
.settings
.checkstyle
.fbprefs
bin
# Automatically generated by WTP
/*/src/main/java/META-INF/
/*/*/src/main/java/META-INF/
/*/*/*/src/main/java/META-INF/
/*/*/*/*/src/main/java/META-INF/
/*/*/*/*/*/src/main/java/META-INF/
/*/*/*/*/*/*/src/main/java/META-INF/
/*/src/META-INF/
/*/*/src/META-INF/
/*/*/*/src/META-INF/
/*/*/*/*/src/META-INF/
/*/*/*/*/*/src/META-INF/
/*/*/*/*/*/*/src/META-INF/

# NetBeans
nbproject

# Other
*.log.*
*.log
.sonar-ide.properties
.clover
back to top