Lines Matching refs:getTarget

149 …tNull("javadoc tagged comment #0 target",                                         jtn.getTarget());  in testWordTarget()
150 …"javadoc tagged comment #0 target text", "And", jtn.getTarget().text); in testWordTarget()
151 …javadoc tagged comment #0 target start location", new Location(11, 13), jtn.getTarget().start); in testWordTarget()
152 …("javadoc tagged comment #0 target end location", new Location(11, 15), jtn.getTarget().end); in testWordTarget()
174 …tNull("javadoc tagged comment #0 target", jtn.getTarget()); in testHTMLTarget()
175 …xt", "<a href=\"www.somewhere.tld/something/something\">this</a>", jtn.getTarget().text); in testHTMLTarget()
176 …javadoc tagged comment #0 target start location", new Location(8, 8), jtn.getTarget().start); in testHTMLTarget()
177 …("javadoc tagged comment #0 target end location", new Location(8, 63), jtn.getTarget().end); in testHTMLTarget()
204 …tNull("javadoc tagged comment #0 target", jtn.getTarget()); in testHTMLTargetUppercase()
205 …xt", "<A HREF=\"www.somewhere.tld/something/something\">this</A>", jtn.getTarget().text); in testHTMLTargetUppercase()
206 …javadoc tagged comment #0 target start location", new Location(8, 8), jtn.getTarget().start); in testHTMLTargetUppercase()
207 …("javadoc tagged comment #0 target end location", new Location(8, 63), jtn.getTarget().end); in testHTMLTargetUppercase()
229 …tNull("javadoc tagged comment #0 target", jtn.getTarget()); in testHTMLTargetNoEnd()
230 …t text", "<A HREF=\"www.somewhere.tld/something/something\">this", jtn.getTarget().text); in testHTMLTargetNoEnd()
231 …javadoc tagged comment #0 target start location", new Location(8, 8), jtn.getTarget().start); in testHTMLTargetNoEnd()
232 …("javadoc tagged comment #0 target end location", new Location(8, 59), jtn.getTarget().end); in testHTMLTargetNoEnd()
254 …tNull("javadoc tagged comment #0 target", jtn.getTarget()); in testQuotedTarget()
255 …gged comment #0 target text", "Something#foo(int, double, float)", jtn.getTarget().text); in testQuotedTarget()
256 …ment #0 target start location", new Location(start.line, start.column + 5), jtn.getTarget().start); in testQuotedTarget()
257 …t #0 target end location", new Location(start.line, start.column + 5 + 32), jtn.getTarget().end); in testQuotedTarget()
279 …tNull("javadoc tagged comment #0 target", jtn.getTarget()); in testQuotedTargetNoEnd()
280 …vadoc tagged comment #0 target text", "Something#foo(int, double", jtn.getTarget().text); in testQuotedTargetNoEnd()
281 …ment #0 target start location", new Location(start.line, start.column + 5), jtn.getTarget().start); in testQuotedTargetNoEnd()
282 …t #0 target end location", new Location(start.line, start.column + 5 + 24), jtn.getTarget().end); in testQuotedTargetNoEnd()