Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
nanshuge
/
java-diff-utils
Public
forked from
dnaumenko/java-diff-utils
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 11, 2018
Merge pull request #39 from koppor/patch-1
Show description for 8c71647
dnaumenko
authored
8c71647
View commit details
Copy full SHA for 8c71647
Browse repository at this point
Commits on Jun 26, 2018
Fix XML in pom.xml
koppor
authored
1743825
View commit details
Copy full SHA for 1743825
Browse repository at this point
Commits on Jun 25, 2018
Merge pull request #37 from catbref/master
Show description for 04e6c43
dnaumenko
authored
04e6c43
View commit details
Copy full SHA for 04e6c43
Browse repository at this point
Merge pull request #38 from java-diff-utils/fix/license
Show description for 8b1e374
dnaumenko
authored
8b1e374
View commit details
Copy full SHA for 8b1e374
Browse repository at this point
Add Juancarlo Añez (based on JRCS sources)
koppor
committed
0a4a346
View commit details
Copy full SHA for 0a4a346
Browse repository at this point
Commits on Jun 24, 2018
Update license header to Apache-1.1
Show description for e2d4b0a
koppor
committed
e2d4b0a
View commit details
Copy full SHA for e2d4b0a
Browse repository at this point
Commits on Feb 28, 2018
Further to issue #20: corresponding fix to generateUnifiedDiff()
Show description for 8df661f
catbref
committed
8df661f
View commit details
Copy full SHA for 8df661f
Browse repository at this point
Correct mistaken use of InsertDelta instead of DeleteDelta
Show description for 1d6d7c6
catbref
committed
1d6d7c6
View commit details
Copy full SHA for 1d6d7c6
Browse repository at this point
Fix for issue #20 correcting empty-context add-only patches
Show description for 614e861
catbref
committed
614e861
View commit details
Copy full SHA for 614e861
Browse repository at this point
Commits on Feb 28, 2016
typo fixes
Dmitry Naumenko
committed
683d192
View commit details
Copy full SHA for 683d192
Browse repository at this point
add LICENSE file
Dmitry Naumenko
committed
ec48576
View commit details
Copy full SHA for ec48576
Browse repository at this point
small fixes in javadocs, fix GNU license in myers package
Dmitry Naumenko
committed
bdaf7e8
View commit details
Copy full SHA for bdaf7e8
Browse repository at this point
update scm details to use github
Dmitry Naumenko
committed
fc40fbd
View commit details
Copy full SHA for fc40fbd
Browse repository at this point
fix readme
Dmitry Naumenko
committed
cb19bdb
View commit details
Copy full SHA for cb19bdb
Browse repository at this point
Remove idea file
Dmitry Naumenko
committed
62560f8
View commit details
Copy full SHA for 62560f8
Browse repository at this point
Remove .idea
Dmitry Naumenko
committed
561327c
View commit details
Copy full SHA for 561327c
Browse repository at this point
add .gitignore
Dmitry Naumenko
committed
983dca8
View commit details
Copy full SHA for 983dca8
Browse repository at this point
remove .idea
Dmitry Naumenko
committed
cfb9b5e
View commit details
Copy full SHA for cfb9b5e
Browse repository at this point
update readme
Dmitry Naumenko
committed
de91b3d
View commit details
Copy full SHA for de91b3d
Browse repository at this point
README.md
dnaumenko
committed
e2072d1
View commit details
Copy full SHA for e2072d1
Browse repository at this point
Commits on Mar 4, 2013
Set version to 1.4.0-SNAPSHOT (instead of 1.3.1-SNAPSHOT)
simonmit
committed
8ceaacc
View commit details
Copy full SHA for 8ceaacc
Browse repository at this point
Updated version from 1.3.0 to 1.3.1 (as branch is 1.3.0)
simonmit
committed
40d41ef
View commit details
Copy full SHA for 40d41ef
Browse repository at this point
Introduced generic type to some tests. Close IO streams in tests.
simonmit
committed
76fa0b4
View commit details
Copy full SHA for 76fa0b4
Browse repository at this point
Add version to artifacts (as Maven 3 requires them).
Show description for a4292fd
simonmit
committed
a4292fd
View commit details
Copy full SHA for a4292fd
Browse repository at this point
Commits on Mar 1, 2013
Replace Object with generic type T (issue #22).
simonmit
committed
9925ddf
View commit details
Copy full SHA for 9925ddf
Browse repository at this point
Changed to default maven layout: src/main/java, src/test/java, src/test/resources.
simonmit
committed
39f92a7
View commit details
Copy full SHA for 39f92a7
Browse repository at this point
Test commit.
simonmit
committed
0bf3be2
View commit details
Copy full SHA for 0bf3be2
Browse repository at this point
Commits on Jun 10, 2011
unit tests missed
dnaumenko
committed
211b517
View commit details
Copy full SHA for 211b517
Browse repository at this point
DiffRowGenerator updates:
Show description for 58086a9
dnaumenko
committed
58086a9
View commit details
Copy full SHA for 58086a9
Browse repository at this point
Commits on Jun 7, 2011
do not produce any diffs if there is not any changes at all
dnaumenko
committed
fe01fd3
View commit details
Copy full SHA for fe01fd3
Browse repository at this point
unit tests code polishing
dnaumenko
committed
97a74c3
View commit details
Copy full SHA for 97a74c3
Browse repository at this point
Commits on May 25, 2011
further perf optimization: do not create integer objects at all
shotwave
committed
0d2b068
View commit details
Copy full SHA for 0d2b068
Browse repository at this point
mock files submitted
shotwave
committed
81c71e4
View commit details
Copy full SHA for 81c71e4
Browse repository at this point
do not fail silently in case of exception inside of test methods
dnaumenko
committed
f8b34b5
View commit details
Copy full SHA for f8b34b5
Browse repository at this point
issue 14: use Integer.valueOf in delta comparison
dnaumenko
committed
3217eac
View commit details
Copy full SHA for 3217eac
Browse repository at this point
Previous
Next
You can’t perform that action at this time.