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

/javamail/mail/src/main/java/com/sun/mail/util/logging/
H A DMailHandler.java109 * property. If the prefixed property is not found, then the mail property
2171 Object found = m.get(key); //Transitive equals test.
2172 if (found == null) {
2178 found = m.put(o, o);
2179 if (found != null) {
2180 reportNonDiscriminating(key, found);
2181 found = m.remove(key);
2182 if (found != o) {
2183 reportNonDiscriminating(key, found);
2195 if (o.getClass() == found
3723 reportNonSymmetric(final Object o, final Object found) argument
3738 reportNonDiscriminating(final Object o, final Object found) argument
4119 attachmentMismatch(int expected, int found) argument
[all...]

Completed in 15 milliseconds