MCPcopy Index your code
hub / github.com/apache/tomcat / markEquals

Method markEquals

java/org/apache/jasper/compiler/JspReader.java:263–265  ·  view source on GitHub ↗

This method avoids a call to #mark() when doing comparison.

(Mark another)

Source from the content-addressed store, hash-verified

261 * This method avoids a call to {@link #mark()} when doing comparison.
262 */
263 private boolean markEquals(Mark another) {
264 return another.equals(current);
265 }
266
267 void reset(Mark mark) {
268 current = new Mark(mark);

Callers 1

getTextMethod · 0.95

Calls 1

equalsMethod · 0.65

Tested by

no test coverage detected