Skip to content

Commit

Permalink
Fix codacy issues
Browse files Browse the repository at this point in the history
gosso22 committed Oct 17, 2023
1 parent f252bbf commit 4d66a7a
Showing 1 changed file with 42 additions and 37 deletions.
Original file line number Diff line number Diff line change
@@ -119,7 +119,7 @@ public class GcFinalStepFragment extends BaseGroupSessionRegisterFragment {
private SessionModelUpdatedListener sessionModelUpdatedListener;
private GroupSessionModel sessionModel;

public GcFinalStepFragment(SessionModelUpdatedListener listener){
public GcFinalStepFragment(SessionModelUpdatedListener listener) {
this.sessionModelUpdatedListener = listener;
}

@@ -200,15 +200,20 @@ public void onCheckedChanged(CompoundButton compoundButton, boolean b) {
listOfDifficultActivities.remove(ACTIVITY_2);
});

difficultNutrition = view.findViewById(R.id.difficult_nutrition_activity);

difficultNutrition.setOnCheckedChangeListener((buttonView, isChecked) -> {
if(isChecked){
listOfDifficultActivities.add(KkConstants.GCActivities.NUTRITION_ACTIVITY);
} else {
listOfDifficultActivities.remove(KkConstants.GCActivities.NUTRITION_ACTIVITY);
}
});
difficultNutrition = view
.findViewById(
R.id.difficult_nutrition_activity
);

difficultNutrition
.setOnCheckedChangeListener(
(buttonView, isChecked) -> {
if (isChecked) {
listOfDifficultActivities.add(KkConstants.GCActivities.NUTRITION_ACTIVITY);
} else {
listOfDifficultActivities.remove(KkConstants.GCActivities.NUTRITION_ACTIVITY);
}
});

difficultRecap = view.findViewById(R.id.difficult_recap_session);
difficultRecap.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() {
@@ -260,7 +265,7 @@ public void onCheckedChanged(CompoundButton compoundButton, boolean b) {
materialsScheduledUsedNo.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() {
@Override
public void onCheckedChanged(CompoundButton compoundButton, boolean b) {
if (b){
if (b) {
materialsScheduledUsedYes.setChecked(false);
teachingLearningMaterialsUsed = false;
}
@@ -271,10 +276,10 @@ public void onCheckedChanged(CompoundButton compoundButton, boolean b) {
materialsScheduledUsedYes.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() {
@Override
public void onCheckedChanged(CompoundButton compoundButton, boolean b) {
if (b){
materialsScheduledUsedNo.setChecked(false);
teachingLearningMaterialsUsed = true;
}
if (b) {
materialsScheduledUsedNo.setChecked(false);
teachingLearningMaterialsUsed = true;
}
}
});

@@ -283,9 +288,9 @@ public void onCheckedChanged(CompoundButton compoundButton, boolean b) {
activityWelcome.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() {
@Override
public void onCheckedChanged(CompoundButton compoundButton, boolean b) {
if (b){
if (b) {
activitiesTookPlace.add(WELCOME_AND_FREE_PLAY);
}else{
} else {
activitiesTookPlace.remove(WELCOME_AND_FREE_PLAY);
}

@@ -340,9 +345,9 @@ public void onCheckedChanged(CompoundButton compoundButton, boolean b) {
activityNutrition.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() {
@Override
public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) {
if(isChecked){
activitiesTookPlace.add(KkConstants.GCActivities.NUTRITION_ACTIVITY);
}else{
if (isChecked) {
activitiesTookPlace.add(KkConstants.GCActivities.NUTRITION_ACTIVITY);
} else {
activitiesTookPlace.remove(KkConstants.GCActivities.NUTRITION_ACTIVITY);
}
}
@@ -411,7 +416,7 @@ public void onCheckedChanged(CompoundButton compoundButton, boolean b) {
activitiesDifficultNo.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() {
@Override
public void onCheckedChanged(CompoundButton compoundButton, boolean b) {
if (b){
if (b) {
activitiesDifficultYes.setChecked(false);
anyDifficultActivities = false;
}
@@ -421,7 +426,7 @@ public void onCheckedChanged(CompoundButton compoundButton, boolean b) {
activitiesDifficultYes.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() {
@Override
public void onCheckedChanged(CompoundButton compoundButton, boolean b) {
if (b){
if (b) {
activitiesDifficultNo.setChecked(false);
anyDifficultActivities = true;
}
@@ -434,9 +439,9 @@ public void onCheckedChanged(CompoundButton compoundButton, boolean b) {
topicLanguage.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() {
@Override
public void onCheckedChanged(CompoundButton compoundButton, boolean b) {
if (b){
if (b) {
topicsCovered.add(TOPIC_LANGUAGE);
}else{
} else {
activitiesTookPlace.remove(TOPIC_LANGUAGE);
}

@@ -446,9 +451,9 @@ public void onCheckedChanged(CompoundButton compoundButton, boolean b) {
topicCognitive.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() {
@Override
public void onCheckedChanged(CompoundButton compoundButton, boolean b) {
if (b){
if (b) {
topicsCovered.add(TOPIC_COGNITIVE);
}else{
} else {
topicsCovered.remove(TOPIC_COGNITIVE);
}
}
@@ -458,9 +463,9 @@ public void onCheckedChanged(CompoundButton compoundButton, boolean b) {
topicSocialemotional.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() {
@Override
public void onCheckedChanged(CompoundButton compoundButton, boolean b) {
if (b){
if (b) {
topicsCovered.add(TOPIC_SOCIAL_EMOTIONAL);
}else{
} else {
topicsCovered.remove(TOPIC_SOCIAL_EMOTIONAL);
}
}
@@ -470,9 +475,9 @@ public void onCheckedChanged(CompoundButton compoundButton, boolean b) {
topicCreativity.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() {
@Override
public void onCheckedChanged(CompoundButton compoundButton, boolean b) {
if (b){
if (b) {
topicsCovered.add(TOPIC_CREATIVITY);
}else{
} else {
topicsCovered.remove(TOPIC_CREATIVITY);
}
}
@@ -482,9 +487,9 @@ public void onCheckedChanged(CompoundButton compoundButton, boolean b) {
topicFormalTeaching.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() {
@Override
public void onCheckedChanged(CompoundButton compoundButton, boolean b) {
if (b){
if (b) {
topicsCovered.add(TOPIC_FORMAL_TEACHING);
}else{
} else {
topicsCovered.remove(TOPIC_FORMAL_TEACHING);
}
}
@@ -521,7 +526,7 @@ private void saveGroupSession() {
presenter().saveGroupSession(sessionModel);
}

private void difficultActivitiesLayoutController(boolean isDifficult){
private void difficultActivitiesLayoutController(boolean isDifficult) {
difficultActivitiesList.setVisibility(isDifficult ? View.VISIBLE : View.GONE);
}

@@ -547,8 +552,8 @@ public void getSessionDetails() {
sessionModel.setTopicsCovered(topicsCovered);
String durationString = etDurationInHours != null ? etDurationInHours.getText().toString().trim() : "";
String durationMinutesString = etDurationMinutes != null ? etDurationMinutes.getText().toString().trim() : "";
sessionModel.setDurationInHours(!durationString.isEmpty() ? Integer.parseInt(durationString): 0);
sessionModel.setDurationInMinutes(!durationMinutesString.isEmpty() ? Integer.parseInt(durationMinutesString): 0);
sessionModel.setDurationInHours(!durationString.isEmpty() ? Integer.parseInt(durationString) : 0);
sessionModel.setDurationInMinutes(!durationMinutesString.isEmpty() ? Integer.parseInt(durationMinutesString) : 0);
//Toast.makeText(getContext(), "Group Session Information Recorded", Toast.LENGTH_SHORT).show();

}
@@ -576,7 +581,7 @@ public void finishGroupSession() {
requireActivity().finish();
}

private boolean validateFields(){
private boolean validateFields() {

boolean isValid = true;

@@ -632,7 +637,7 @@ private boolean validateFields(){
return isValid;
}

private void createSessionObject(){
private void createSessionObject() {

}

0 comments on commit 4d66a7a

Please sign in to comment.