OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nummethodsremoved
(Results
1 - 1
of
1
) sorted by null
/external/jdiff/src/jdiff/
HTMLStatistics.java
362
int
numMethodsRemoved
= 0;
389
numMethodsRemoved
+= classDiff.methodsRemoved.size();
454
h_.writeText(" <TD ALIGN=\"right\">" +
numMethodsRemoved
+ "</TD>");
457
int numMethods =
numMethodsRemoved
+ numMethodsAdded + numMethodsChanged;
461
numRemoved +=
numMethodsRemoved
;
Completed in 90 milliseconds