You are on page 1of 1

if (!iscritto.

isIndividuale()
&& isCds
&& tipiPremiazioniAtleti.getType
Of() == TypeOfPremiation.CSIT) {
society4Csit.add(iscritto.getSocieta().g
etId());
if (i == 0) {
totalScore--;
totalScore-=2;
if (i < clas.length - 1 && iscri
tto.compareTo(clas[i + 1]) != 0)
currentScore = totalScor
e;
if (i < clas.length - 1
&& !clas[i + 1].
getSocieta().getId().equals(
iscritto.getSocieta().getId()))
totalScore--;
if (posScore.get(pos-1) != null
&& posScore.get(pos-1) == 1)
currentScore = totalScor
e;
} else if (i < clas.length - 1
&& !society4Csit.contain
s(clas[i + 1].getSocieta()
.getId()
)) {
if(currentScore == 0)
currentScore = totalScor
e;
totalScore--;
if (posScore.get(pos) != null &&
posScore.get(pos) == 1)
currentScore = totalScor
e;
} else
currentScore = 0;
} else if (!iscritto.isIndividuale() && isCds
&& !tipiPremiazioniAtleti.isTabe
llapunti()
&& totalScore > 1) {
totalScore--;
currentScore = totalScore;
}
} else {
currentIscritto.setScore(0);
saveScoreCurrentView(iscritto, 0);
}
if (iscritto.isIndividuale()) {
currentIscritto.setScore(0);
saveScoreCurrentView(iscritto, 0);
}
currentList.add(iscritto);

You might also like