Re: Checkstyle RedundantThrowsCheck

2009-09-27 Thread Alexander Kiel
Hi Jeremias, Makes sense. I stumbled over that myself from time to time but it didn't really bother me so much to take action. Okay. Can you please modify the checkstyle XML files to reflect that? I'm a great fan of that checkstyle stuff. I didn't use it before, but I find a common coding

Re: Unit Tests in Intellij Idea

2009-09-27 Thread Alexander Kiel
Hi Jeremias, thanks for that. I just changed the Idea output dirs to match that from Ant and now almost all tests run. Best Regards Alex On Sat, 2009-09-26 at 23:05 +0200, Jeremias Maerki wrote: I assume the META-INF/services directory doesn't get copied over to the place where IDEA places

Re: Checkstyle RedundantThrowsCheck

2009-09-27 Thread Jeremias Maerki
On 27.09.2009 13:27:35 Alexander Kiel wrote: Hi Jeremias, Makes sense. I stumbled over that myself from time to time but it didn't really bother me so much to take action. Okay. Can you please modify the checkstyle XML files to reflect that? Sure, but only after a period of at least 72

LZW embedding experiment

2009-09-27 Thread Jeremias Maerki
(a bit long, just for those interested, for the archives and for my lame memory) I've been asked by a client to implement support for embedding CMYK TIFF in AFP without conversion to RGB. Even without the RGB conversion the process is relatively slow. So it makes sense to investigate optimization

Confused about checkstyle use

2009-09-27 Thread Jonathan Levinson
I've installed the Checkstyle plugin for IDEA and the current code when scanned by the plugin shows lots of Checkstyle errors. Here are some errors scanning BlockStackingLayoutManager.java: Missing package-info.java file (0:0) Line is longer than 80 characters. (18:0) First sentence

Questionable whether font-shorthand grammar LL(1)

2009-09-27 Thread Jonathan Levinson
Hi Vincent, I dusted off my books on parsing and compiling (also using some Web-sites to do research) and looked at writing a formal grammar for font-shorthand. Because font-variant font-style and font-weight can occur in any order, I could not (currently) come up with a grammar in which

Re: Checkstyle RedundantThrowsCheck

2009-09-27 Thread Alexander Kiel
Hi Jeremias, Makes sense. I stumbled over that myself from time to time but it didn't really bother me so much to take action. Okay. Can you please modify the checkstyle XML files to reflect that? Sure, but only after a period of at least 72 hours to allow the other committers to

Re: Confused about checkstyle use

2009-09-27 Thread Alexander Kiel
Hi Jonathan, did you use the checkstyle-5.0.xml from FOP or the default SUN profile? I'm currently not able to start IDEA, but two days ago as I downloaded the plugin, I noticed that the SUn profile was active and I had to define the FOP profile. And if you define the FOP profile, you will

RE: Confused about checkstyle use

2009-09-27 Thread Jonathan Levinson
Thanks to your advice (and my finding the checkstyle configurator in Idea) I'm now using checkstyle-5.0.xml from FOP. Thank you very much! However, I notice there are still warnings. BlockStackingLayoutManager.java: 16 items Missing a Javadoc comment. (58:5) 'parentArea' hides a field.

omit first table header/last footer

2009-09-27 Thread Carlos Villegas
Hi, I searched the mailing lists and it seems that although some people had worked at several times at trying to implement retrieve-table-marker, it's not yet done. Is somebody working on this? What's the status? In many use cases omitting the first table header and the last table footer