OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SingleComment
(Results
1 - 6
of
6
) sorted by null
/external/jdiff/src/jdiff/
SingleComment.java
12
class
SingleComment
implements Comparable {
23
public
SingleComment
(String id, String text) {
30
/** Compare two
SingleComment
objects using just the id. */
32
return id_.compareTo(((
SingleComment
)o).id_);
CommentsHandler.java
31
/** The current
SingleComment
object being populated. */
32
private List currSingleComment_ = null; //
SingleComment
[]
78
currSingleComment_ = new ArrayList(); //
SingleComment
[];
82
SingleComment
newComment = new
SingleComment
(id, null);
140
SingleComment
currComment = (
SingleComment
)(iter.next());
Comments.java
35
commentsList_ = new ArrayList(); //
SingleComment
[]
39
public List commentsList_ = null; //
SingleComment
[]
172
* Add the
SingleComment
object to the list of comments kept by this
175
public void addComment(
SingleComment
comment) {
196
SingleComment
key = new
SingleComment
(id, null);
207
SingleComment
singleComment
= (
SingleComment
)(comments.commentsList_.get(idx));
209
return
singleComment
.text_
[
all
...]
HTMLReportGenerator.java
[
all
...]
/external/guava/guava/lib/
jdiff.jar
/external/guice/lib/build/jdiff/
jdiff.jar
Completed in 93 milliseconds