• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

se-edu / addressbook-level4 / 3965

Builds Branch Commit Type Ran Committer Via Coverage
3965 master UndoableCommand: Update redo() to restore previous view before executing The method undo() sets the Addressbook view to show all persons after restoring the Addressbook state. This leads to redo() potentially executing its command on the incorre... Pull #792 14 Jan 2018 04:46PM UTC web-flow travis-ci pending completion   set done
3964 master Add documentation on how to set up and use Coveralls There is no documentation on how to set up Coveralls. With a detailed explanation, new developers can set up Coveralls easily and receive coverage report after each Travis build. Let's add d... Pull #787 14 Jan 2018 02:56PM UTC web-flow travis-ci pending completion   set done
3963 master EditCommand: Store `Person` to be edited EditCommand only stores the `Index` of the `Person` in the current `filteredPersonList` to be edited. This could cause the wrong `Person` to be edited during the re-execution of the same command during `r... Pull #792 14 Jan 2018 04:08AM UTC web-flow travis-ci pending completion   set done
3962 master Person: Remove copy constructor This copy constructor existed for the purpose of defensive copying. Person is immutable. There is no need for defensive copying. Let’s remove it. Some methods depended on Person's copy constructor to throw NullP... Pull #765 13 Jan 2018 11:08AM UTC web-flow travis-ci pending completion   set done
3961 master Person: Remove copy constructor This copy constructor existed for the purpose of defensive copying. Person is immutable. There is no need for defensive copying. Let’s remove it. Some methods depended on Person's copy constructor to throw NullP... Pull #765 13 Jan 2018 11:07AM UTC web-flow travis-ci pending completion   set done
3960 master Model: Add deleteTag(Tag) The Model API does not expose a way to delete a particular Tag entirely from the AddressBook (i.e. removing the Tag from all Persons and purging the Tag in the AddressBook's tag list). Let's add Model#deleteTag(Tag). Pull #790 12 Jan 2018 01:17PM UTC web-flow travis-ci pending completion   set done
3959 master Model: Add deleteTag(Tag) The Model API does not expose a way to delete a particular Tag entirely from the AddressBook (i.e. removing the Tag from all Persons and purging the Tag in the AddressBook's tag list). Let's add Model#deleteTag(Tag). Pull #790 12 Jan 2018 01:10PM UTC web-flow travis-ci pending completion   set done
3958 master Add documentation on how to set up and use Coveralls There is no documentation on how to set up Coveralls. With a detailed explanation, new developers can set up Coveralls easily and receive coverage report after each Travis build. Let's add d... Pull #787 12 Jan 2018 11:53AM UTC web-flow travis-ci pending completion   set done
3957 master Add documentation on how to set up and use Coveralls There is no documentation on how to set up Coveralls. With a detailed explanation, new developers can set up Coveralls easily and receive coverage report after each Travis build. Let's add d... Pull #787 12 Jan 2018 08:08AM UTC web-flow travis-ci pending completion   set done
3956 master Add documentation on how to set up and use Coveralls There is no documentation on how to set up Coveralls. With a detailed explanation, new developers can set up Coveralls easily and receive coverage report after each Travis build. Let's add d... Pull #787 11 Jan 2018 06:10PM UTC web-flow travis-ci pending completion   set done
3955 master EditPersonDescriptor#getTags(): Return unmodifiable set getTags() returns the same set of tags store by this object. Callers can modify the state of the Set<Tag> externally, thus breaking EditPersonDescriptor’s encapsulation. Let’s teach getTag... Pull #795 11 Jan 2018 12:21PM UTC web-flow travis-ci pending completion   set done
3954 master AddressBook: Inline setter methods setPersons(...) and setTags(...) are only used once. It is unnecessary have the logic of setting persons and tags to be extracted as separate setter methods, since they do not help to introduce a new level of a... Pull #794 11 Jan 2018 11:38AM UTC web-flow travis-ci pending completion   set done
3953 master Add documentation on how to set up and use Coveralls There is no documentation on how to set up Coveralls. With a detailed explanation, new developers can set up Coveralls easily and receive coverage report after each Travis build. Let's add d... Pull #787 11 Jan 2018 04:13AM UTC web-flow travis-ci pending completion   set done
3952 master Update BrowserPanel tests to pass if Google redirects webpage Google rejects search requests if it detects unusually high traffic, by redirecting us another web page to verify that we are not robots. This may occur when too many students are usin... Pull #793 11 Jan 2018 03:10AM UTC web-flow travis-ci pending completion   set done
3951 master Update BrowserPanel tests to pass if Google redirects webpage Google rejects search requests if it detects unusually high traffic, by redirecting us another web page to verify that we are not robots. This may occur when too many students are usin... Pull #793 11 Jan 2018 03:06AM UTC web-flow travis-ci pending completion   set done
  • ← Previous
  • 1
  • 2
  • …
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • …
  • 77
  • 78
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc