Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-11-05Potential NPE when switching files in the compare dialog3.3.9M33.3.9lgoubet2-7/+15
2019-11-05Switch EMF Compare to Guava 27lgoubet31-86/+86
2019-09-25Re-enable signing and tycho-p2-plugin, switch website to antrun3.3.9M2lgoubet4-38/+12
2019-09-25Build testing - disable eclipse jarsignerlgoubet1-2/+1
2019-09-24EMF Compare documentation jar is unsignedlgoubet1-1/+2
2019-09-19Replace Guava with Java 83.3.9M1lgoubet11-50/+258
2019-09-19Potential race condition when loading EPackages for comparisonlgoubet1-0/+21
2019-09-19Potential NPE with some implementations of the property sheet pageslgoubet1-1/+5
2019-09-19Some implementations of Resource.Diagnostic may return null locationslgoubet1-1/+2
2019-09-19EMF Compare does not support relative xsi:schemaLocation declarationslgoubet1-0/+3
2019-09-19API compatibilitylgoubet1-2/+25
2019-09-18Remove part of guava useslgoubet11-240/+233
2019-09-18Bump to 3.3.9lgoubet1-1/+1
2019-09-18Open the compare navigatable as internal APIlgoubet1-1/+1
2019-09-18Register the navigatable so that the toolbar actions worklgoubet1-0/+1
2019-09-17The navigatable's cache needs to be cleared when we refresh the viewerlgoubet1-0/+10
2019-09-16The MatchEngineFactory doesn't make use of its setterslgoubet1-19/+15
2019-09-16Happy checkstylelgoubet15-85/+297
2019-09-10Target platform based on 2019-063.3.8RC13.3.8lgoubet1-2/+2
2019-09-10Behavior change in 2019-06 - Exceptions are now in the diagnosticlgoubet1-30/+31
2019-09-06Index issue when merging non-unique attributes' elements3.3.8M7lgoubet1-0/+7
2019-09-06Diffs depending on pseudo-conflicts do not reject the other sidelgoubet3-8/+15
2019-09-06MOVE differences also need to take into account the FeatureFilterlgoubet1-3/+16
2019-09-06Inaccurate conflict detection for moves in non-containment featureslgoubet2-8/+16
2019-09-06Moves with non-unique values and addition/deletions of duplicateslgoubet2-20/+48
2019-09-06Only MOVE diffs need to be ignored when computing the LCSlgoubet1-4/+6
2019-09-04Conflict detection on index changes must take FeatureFilter into accountlgoubet9-19/+139
2019-09-04Make sure the UI won't try to compute the LCS for huge listslgoubet4-16/+20
2019-08-30The "accept/reject" all non-conflicting action shouldn't touch conflilts3.3.8M6lgoubet3-26/+57
2019-08-30Fix diff, conflict detection and merging of non-unique attributeslgoubet61-199/+1770
2019-08-28Potential out of bounds exceptionlgoubet3-5/+5
2019-08-27Compatibility with jgit 5.4.23.3.8M5lgoubet4-10/+142
2019-08-22Performance - use DiffCrossReferencer when possiblelgoubet1-5/+35
2019-08-22regression - right-click actions on single diff selections not shownlgoubet1-0/+2
2019-08-06Open SMV API to allow implementers to access the raw list of children3.3.8M4lgoubet1-3/+29
2019-08-06Prevents exceptions from being thrown from the viewer refreshlgoubet1-20/+151
2019-08-05Performance - use streams instead of guava iterations/concatenationlgoubet13-134/+103
2019-08-05Performance - remove useless guava transformationlgoubet1-59/+13
2019-07-23549477 - NPE in TreeNodeItemProviderSpec.getChildren3.3.8M3Michael Keppler1-0/+3
2019-07-22[549463] Save fails when content merge viewer swappedChristian W. Damus1-3/+4
2019-07-17[522080] [UML] Add-add conflicts in stereotype application not detectedChristian W. Damus23-6/+744
2019-07-17Fix detection of pseudo conflicts on single-valued attribute changeslgoubet10-10/+131
2019-07-16Regression on the group/match right-click actions in SMWlgoubet1-2/+2
2019-07-16Properly describe what the conflict resolving actions will do.lgoubet1-2/+2
2019-07-16[506928] ComparisonScopeEditorInput does not respect configuration3.3.8M2Martin Fleck6-5/+172
2019-07-16Cancel Faster in ProximityEObjectMatcherStefan Dirix1-6/+22
2019-07-16Add StructureMergeViewer customization optionslgoubet2-38/+70
2019-07-16Shortcut the UMLPostProcessor's subset implications when possiblelgoubet1-4/+10
2019-07-16Activation of all Git testsAxel Richard13-1207/+36
2019-07-16Prevent NPE from overriden Resource implementationslgoubet2-7/+13

Back to the top