import statements (RE: StaticContentLayoutManager)

2003-08-31 Thread Glen Mazza
On another issue, Victor, *please* don't forget to fully qualify the import statements -- that's one of our coding conventions and very helpful in grokking code -- a "import org.apache.fop.apps.*;" was added last week in the PDFRenderer.java: http://cvs.apache.org/viewcvs.cgi/xml-fop/src/java/org/

Bug report for Fop [2003/08/31]

2003-08-31 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Reto Blunschi/EXT/CSS ist außer Haus.

2003-08-31 Thread reto . blunschi
Ich werde ab 30.08.2003 nicht im Büro sein. Ich kehre zurück am 21.09.2003. Ich werde Ihre Nachricht nach meiner Rückkehr beantworten. Während meiner Abwesenheit werde ich vertreten durch Valerio Tricarico ([EMAIL PROTECTED])

Re: import statements (RE: StaticContentLayoutManager)

2003-08-31 Thread J.Pietschmann
Glen Mazza wrote: fully qualify the import statements Eclipse's "organize imports" sorts this out quickly. I'm sure other IDEs have similar features. CheckStyle and PMD reports should point out these too. J.Pietschmann - To unsub

Re: import statements (RE: StaticContentLayoutManager)

2003-08-31 Thread Glen Mazza
No big deal--just fixed it. --- "J.Pietschmann" <[EMAIL PROTECTED]> wrote: > Glen Mazza wrote: > > fully qualify the import statements > > Eclipse's "organize imports" sorts this out quickly. > I'm sure other IDEs have similar features. > CheckStyle > and PMD reports should point out these too.