You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mime4j-dev@james.apache.org by Jon Seymour <jo...@gmail.com> on 2016/05/22 09:07:57 UTC

MessageMatcherTest doesn't compile properly within Eclipse

G'day

A recent commit introduced a file called MessageMatcherTest. Rather than
putting this file in a folder called:


 james-utils/src/test/java/org/apache/james/mime4j/utils/search/MessageMatcherTest.java

it has been placed into:


 james-utils/src/test/java/org.apache.james.mime4j.utils.search/MessageMatcherTest.java

As a result this class doesn't compile properly in environments like
Eclipse. Is there a good reason for choosing to name this file in this way?

jon.