Replace switch statement with if-else block Eclipse warns about missing case statements for the Change.Status enum, but since we only need to check NEW it makes more sense to replace the switch with an if-else than to add empty cases for the other values. Change-Id: Ia76057da37adca1309c5180082b968bac7d92605