Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan D. Brooks2016-09-23 22:38:47 +0000
committerdonald.g.dunne2016-09-23 22:38:47 +0000
commit9e46573b0b4306613a9edd0a24dca2d5c8a2132f (patch)
tree4c73e81b2eb828cf4c061456962123d77f9efa89 /plugins/org.eclipse.osee.ote.client.msg/.pmd
parent99be5120bad092995cbc715d602a34e96ccc7157 (diff)
downloadorg.eclipse.osee-9e46573b0b4306613a9edd0a24dca2d5c8a2132f.tar.gz
org.eclipse.osee-9e46573b0b4306613a9edd0a24dca2d5c8a2132f.tar.xz
org.eclipse.osee-9e46573b0b4306613a9edd0a24dca2d5c8a2132f.zip
refactor: Convert RelationSorter to an enum
- RelationOrderBaseTypes was in the enums package - org.eclipse.osee.framework.core.enums but was not actually an enum - and depended upon RelationSorter and RelationSorterIdComparator and - other unnecessary code to create the effect of an enum. This commit - replaces all this by making RelationSorter a true enum. The final - step of moving RelationSorter to the enum pakcage and removing - RelationOrderBaseTypes will be done in a future commit to keep that - automated refactor separate. Change-Id: I6f36b30f02ba94f5af97ab3fb999a7588700ecb2
Diffstat (limited to 'plugins/org.eclipse.osee.ote.client.msg/.pmd')
0 files changed, 0 insertions, 0 deletions

Back to the top