This is the mail archive of the
java-patches@sources.redhat.com
mailing list for the Java project.
Re: Patch: java.awt.image
Hi,
On Sun, Jul 23, 2000 at 12:53:59PM -0700, Tom Tromey wrote:
> Rolf> I'm a bit unsure
> Rolf> whether the utility classes BitMaskExtent has been put in the
> Rolf> right place.
>
> Usually we put things in gnu.gcj depending on the package they augment
> -- eg gnu.gcj.util is helper code for java.util. So I'd suggest
> making gnu.gcj.awt and putting your code in there.
Might it be an idea to try to have the same directory structure in libgcj
and classpath. In classpath all helper classes are put a gnu.java.package.
See <http://www.gnu.org/software/classpath/doc/hacking.html#SEC13>
If we only put classes that are really gcj specific in gnu.gcj.* and
all other generic helper classes in gnu.java.* then it would be easier
to merge more of libgcj and classpath.
Cheers,
Mark