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

se-edu / addressbook-level4 / 3984 / 1
94%
master: 94%

Build:
DEFAULT BRANCH: master
Ran 18 Jan 2018 01:24PM UTC
Files 92
Run time 2s
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

18 Jan 2018 01:20PM UTC coverage: 91.987%. Remained the same
3984.1

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

Source Files on job 3984.1
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 3984
  • Travis Job 3984.1
  • e7f43d3f on github
  • Prev Job for on master (#3983.1)
  • Next Job for on master (#4034.1)
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