| method | AtomService documentToService(Document) |
| pre | init'ed(ATOM_PROTOCOL) |
| pre | document != null |
| pre | (soft) init'ed(ATOM_FORMAT) |
| presumption | java.util.Iterator:next(...)@78 != null |
| presumption | org.jdom.Document:getRootElement(...)@74 != null |
| presumption | org.jdom.Element:getChildren(...)@75 != null |
| post | return_value == &new AtomService(documentToServ ice#1) |
| post | new ArrayList(AtomService#1) num objects == 1 |
| post | new AtomService(documentToService#1) num objects == 1 |
| post | return_value.workspaces == &new ArrayList(AtomService#1) |
| unanalyzed | call on java.util.ArrayList |
| unanalyzed | call on java.util.List:add |
| unanalyzed | call on java.util.List:iterator |
| unanalyzed | call on java.lang.String:equals |
| unanalyzed | call on java.util.List:size |
| unanalyzed | call on org.jdom.Element:getChild |
| unanalyzed | call on org.jdom.Element:getText |
| unanalyzed | call on org.jdom.Element:getAttribute |
| unanalyzed | call on org.jdom.Attribute:getValue |
| unanalyzed | call on org.jdom.Element:getChildren |
| unanalyzed | call on org.jdom.Element:getTextTrim |
| unanalyzed | call on com.sun.syndication.feed.atom.Category |
| unanalyzed | call on org.jdom.Element:getAttributeValue |
| unanalyzed | call on com.sun.syndication.feed.atom. Category:setTerm |
| unanalyzed | call on com.sun.syndication.feed.atom. Category:setLabel |
| unanalyzed | call on com.sun.syndication.feed.atom. Category:setScheme |
| test_vector | java.util.Iterator:hasNext(...)@77: {0}, {1} |
| method | Document serviceToDocument(AtomService) |
| pre | init'ed(ATOM_PROTOCOL) |
| pre | service != null |
| pre | service.workspaces != null |
| pre | (soft) init'ed(ATOM_FORMAT) |
| presumption | java.util.Iterator:next(...)@93 != null |
| presumption | space.collections@93 != null |
| post | return_value == &new Document(serviceToDocument #1) |
| post | new Document(serviceToDocument#1) num objects == 1 |
| unanalyzed | call on java.util.List:iterator |
| unanalyzed | call on java.lang.String:equals |
| unanalyzed | call on org.jdom.Element |
| unanalyzed | call on org.jdom.Element:setText |
| unanalyzed | call on org.jdom.Element:addContent |
| unanalyzed | call on org.jdom.Element:setAttribute |
| unanalyzed | call on com.sun.syndication.feed.atom. Category:getTerm |
| unanalyzed | call on com.sun.syndication.feed.atom. Category:getScheme |
| unanalyzed | call on com.sun.syndication.feed.atom. Category:getLabel |
| test_vector | java.util.Iterator:hasNext(...)@92: {0}, {1} |