Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reposense update #210

Closed
wants to merge 133 commits into from
Closed

Reposense update #210

wants to merge 133 commits into from

Conversation

meisbokai
Copy link

No description provided.

Neow Bo Kai and others added 30 commits October 12, 2018 16:58
…port statements to prevent unwanted dependencies.
# Conflicts:
#	src/seedu/addressbook/data/person/Attendance.java
#	src/seedu/addressbook/data/person/Person.java
#	src/seedu/addressbook/parser/Parser.java
#	test/java/seedu/addressbook/logic/LogicTest.java
Import statements allow the use of non-fully qualified names. The use of a fully qualified name which is covered by an import statement is redundant. Consider using the non-fully qualified name.
Position literals first in comparisons, if the second argument is null then NullPointerExceptions can be avoided, they will just return false.
Reassigning values to incoming parameters is not recommended. Use temporary local variables instead.
meisbokai added 27 commits October 30, 2018 02:39
# Conflicts:
#	src/seedu/addressbook/data/person/UniquePersonList.java
#	src/seedu/addressbook/privilege/user/TutorUser.java
#	src/seedu/addressbook/storage/jaxb/AdaptedPerson.java
#	test/java/seedu/addressbook/logic/LogicTest.java
# Conflicts:
#	docs/DeveloperGuide.adoc
#	docs/UserGuide.adoc
#	src/seedu/addressbook/commands/attendance/ReplaceAttendanceCommand.java
#	src/seedu/addressbook/commands/attendance/UpdateAttendanceCommand.java
#	src/seedu/addressbook/commands/attendance/ViewAttendanceDateCommand.java
#	src/seedu/addressbook/commands/attendance/ViewAttendancePersonCommand.java
#	src/seedu/addressbook/common/Messages.java
#	src/seedu/addressbook/common/Utils.java
#	src/seedu/addressbook/parser/Parser.java
#	src/seedu/addressbook/privilege/user/TutorUser.java
#	test/java/seedu/addressbook/logic/AttendanceTest.java
#	test/java/seedu/addressbook/logic/LogicTest.java
@0WN463
Copy link

0WN463 commented Nov 8, 2018

Er, it is still not a clean PR

@meisbokai meisbokai closed this Nov 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants