()
| 182 | } |
| 183 | |
| 184 | public boolean isEmpty() { |
| 185 | return document.getLength() == 0; |
| 186 | } |
| 187 | |
| 188 | public void insertString(String str, SimpleAttributeSet attributes) throws BadLocationException { |
| 189 | // Separate the string into content, newlines and lone carriage |
no outgoing calls
no test coverage detected