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

se-edu / addressbook-level4 / 3984
94%

Build:
DEFAULT BRANCH: master
Ran 18 Jan 2018 01:24PM UTC
Jobs 1
Files 92
Run time 3s
Badge
Embed â–¾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
3984

push

travis-ci

web-flow
[#795] EditPersonDescriptor: update methods to perform defensive copy

getTags() returns the same set of tags stored by this object, while
setTags(Set<Tag>) assigns the given Set<Tag> to its field without
defensive copy.

Callers can modify the state of the Set<Tag> externally, thus breaking
EditPersonDescriptor’s encapsulation.

Let's update getTags() to return an unmodifiable set, and 
setTags(Set<Tag>) to perform a defensive copy of the input before 
assigning it to its field.

1435 of 1560 relevant lines covered (91.99%)

0.92 hits per line

Jobs
ID Job ID Ran Files Coverage
1 3984.1 18 Jan 2018 01:24PM UTC 0
91.99
Travis Job 3984.1
Source Files on build 3984
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #3984
  • e7f43d3f on github
  • Prev Build on master (#3983)
  • Next Build on master (#4034)
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

© 2026 Coveralls, Inc