Searched defs:equals (Results 1 - 9 of 9) sorted by relevance

/opengrok/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
H A DLine.java83 public boolean equals(Object other) method in class:Line
95 return this.getText().equals(((Line) other).getText());
H A DVersion.java168 if (!Arrays.equals(this.numbers, v.numbers))
313 public boolean equals(Object o) method in class:Version
/opengrok/src/org/opensolaris/opengrok/history/
H A DTagEntry.java29 * equals() using only revision string.
109 public boolean equals(Object aThat) { method in class:TagEntry
121 return this.date.equals(that.date);
/opengrok/src/org/opensolaris/opengrok/search/
H A DHit.java243 public boolean equals(Object o) { method in class:Hit
/opengrok/src/org/opensolaris/opengrok/configuration/
H A DProject.java239 public boolean equals(Object obj) { method in class:Project
252 || !this.description.toUpperCase(Locale.getDefault()).equals(other.description.toUpperCase(Locale.getDefault()))));
H A DGroup.java171 public boolean equals(Object obj) { method in class:Group
184 || !this.name.toUpperCase(Locale.getDefault()).equals(other.name.toUpperCase(Locale.getDefault()))));
198 if (name.equals(grp.getName())) {
/opengrok/src/org/opensolaris/opengrok/configuration/messages/
H A DMessage.java212 public boolean equals(Object obj) { method in class:Message
224 if (!Objects.equals(this.created, other.created)) {
227 if (!Objects.equals(this.expiration, other.expiration)) {
230 if (!Objects.equals(this.text, other.text)) {
233 if (!Objects.equals(this.tags, other.tags)) {
/opengrok/src/org/opensolaris/opengrok/index/
H A DIndexDatabase.java359 if ("".equals(dir)) {
696 if (!absolutePath.equals(canonicalPath)
733 if (f1.equals(f2)) {
742 if (f2.equals(t1)) {
774 && absolutePath.substring(allowedSymlink.length()).equals(canonicalPath.substring(allowedTarget.length()))) {
798 if (project.equals(Project.getProject(relPath))) {
1145 if (path.equals(foundPath)) {
1160 public boolean equals(Object obj) { method in class:IndexDatabase
1168 if (this.project != other.project && (this.project == null || !this.project.equals(other.project))) {
/opengrok/lib/
H A Dbcel-6.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 77 milliseconds