| method | void org.apache.roller.weblogger.webservices. adminprotocol.AppUrl(URL) |
| pre | ENDPOINT_PATTERN != null |
| pre | ID_PATTERN != null |
| pre | url != null |
| post | this.entryUrl == &new URL(AppUrl#1) |
| post | init'ed(this.handle) |
| post | this.resourceUrl == &new URL(AppUrl#3) |
| post | new URL(AppUrl#1) num objects == 1 |
| post | new URL(AppUrl#3) num objects == 1 |
| unanalyzed | call on java.net.URL |
| unanalyzed | call on java.net.URL:toString |
| unanalyzed | call on java.util.regex.Pattern:matcher |
| unanalyzed | call on java.util.regex.Matcher:matches |
| unanalyzed | call on java.util.regex.Matcher:group |