| method | void decorate(ContentDecoratorContext, Comment) |
| pre | comment != null |
| pre | init'ed(comment.author) |
| pre | init'ed(comment.body) |
| pre | init'ed(comment.email) |
| pre | init'ed(comment.title) |
| pre | init'ed(comment.website) |
| pre | (soft) init'ed(comment.blogEntry) |
| post | comment.author != null |
| post | init'ed(comment.body) |
| post | init'ed(comment.email) |
| post | comment.title != null |
| post | init'ed(comment.website) |
| unanalyzed | call on java.lang.String:length |
| unanalyzed | call on net.sourceforge.pebble.util. StringUtils:filterHTML |
| unanalyzed | call on java.lang.String:startsWith |
| unanalyzed | call on net.sourceforge.pebble.util. StringUtils:transformHTML |
| unanalyzed | call on net.sourceforge.pebble.domain. BlogEntry:getTitle |