-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
have MavenTargetLocation.equals eventually return true
In the TargetPlatformPreferencePage, upon the Apply button, some target definition containing some MavenTargetLocation always was rewritten to it's .target file. This was because MavenTargetLocation.equals never returned true for multiple reasons, starting with MavenTargetDependency lacking an impl of equals(). Using serialize(), we can be sure to perform the equals check on any relevant attribute, including deeply nested ones.
- Loading branch information
Showing
3 changed files
with
4 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters