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

Delete 'Address' class #77

Merged

Conversation

rayasamhr
Copy link

Delete 'address' field following tutorial

@rayasamhr rayasamhr added this to the v1.2 milestone Oct 6, 2020
@rayasamhr rayasamhr self-assigned this Oct 6, 2020
rayasamhr added 2 commits October 10, 2020 21:30
…into tutorial-removing-field

� Conflicts:
�	src/main/java/seedu/address/logic/commands/AddCommand.java
�	src/main/java/seedu/address/logic/commands/EditCommand.java
�	src/main/java/seedu/address/logic/parser/AddCommandParser.java
�	src/main/java/seedu/address/logic/parser/EditCommandParser.java
�	src/main/java/seedu/address/model/person/Person.java
�	src/main/java/seedu/address/model/util/SampleDataUtil.java
�	src/main/java/seedu/address/storage/JsonAdaptedPerson.java
�	src/main/java/seedu/address/ui/PersonCard.java
�	src/test/data/JsonAddressBookStorageTest/invalidAndValidPersonAddressBook.json
�	src/test/data/JsonAddressBookStorageTest/invalidPersonAddressBook.json
�	src/test/data/JsonSerializableAddressBookTest/duplicatePersonAddressBook.json
�	src/test/data/JsonSerializableAddressBookTest/invalidPersonAddressBook.json
�	src/test/java/seedu/address/logic/parser/AddCommandParserTest.java
�	src/test/java/seedu/address/logic/parser/EditCommandParserTest.java
�	src/test/java/seedu/address/storage/JsonAdaptedPersonTest.java
�	src/test/java/seedu/address/testutil/PersonBuilder.java
�	src/test/java/seedu/address/testutil/TypicalPersons.java
@codecov-io
Copy link

Codecov Report

Merging #77 into master will decrease coverage by 0.62%.
The diff coverage is 50.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #77      +/-   ##
============================================
- Coverage     72.41%   71.78%   -0.63%     
+ Complexity      400      387      -13     
============================================
  Files            71       70       -1     
  Lines          1236     1198      -38     
  Branches        125      118       -7     
============================================
- Hits            895      860      -35     
+ Misses          309      307       -2     
+ Partials         32       31       -1     
Impacted Files Coverage Δ Complexity Δ
...ain/java/seedu/address/logic/parser/CliSyntax.java 80.00% <ø> (-3.34%) 1.00 <0.00> (ø)
.../seedu/address/logic/parser/EditCommandParser.java 92.30% <ø> (-0.55%) 10.00 <0.00> (-1.00)
...in/java/seedu/address/logic/parser/ParserUtil.java 96.77% <ø> (-0.45%) 12.00 <0.00> (-2.00)
.../java/seedu/address/model/util/SampleDataUtil.java 20.00% <0.00%> (ø) 1.00 <0.00> (ø)
src/main/java/seedu/address/ui/PersonCard.java 0.00% <ø> (ø) 0.00 <0.00> (ø)
...c/main/java/seedu/address/model/person/Person.java 97.29% <66.66%> (-0.33%) 19.00 <0.00> (-2.00)
...java/seedu/address/logic/commands/EditCommand.java 96.77% <100.00%> (-0.29%) 12.00 <0.00> (ø)
...a/seedu/address/logic/parser/AddCommandParser.java 100.00% <100.00%> (ø) 5.00 <0.00> (ø)
.../java/seedu/address/storage/JsonAdaptedPerson.java 100.00% <100.00%> (ø) 9.00 <0.00> (-2.00)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 655e69a...05795c5. Read the comment docs.

@rayasamhr rayasamhr merged commit 8890164 into AY2021S1-CS2103T-W16-2:master Oct 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants