String key = designationKey;
if (key.equals(oldValue)) {
return;
}
Cloud plugin = _bugCollection != null ? _bugCollection.getCloud() : null;
if (plugin != null && key.equals("I_WILL_FIX") && plugin.supportsClaims()) {
String claimedBy = plugin.claimedBy(bug);
if (claimedBy != null && !plugin.getUser().equals(claimedBy)) {
int result = JOptionPane.showConfirmDialog(null,
bug.getMessage() + "\n"
+ claimedBy + " has already said they will fix this issue\n"