Hi, A few people wanted the JRefactory pretty printer to enable package statements to appear above the header. ATM the pretty printer doesnt support this. I've been in touch with the JRefactory guys and they can implement this but with one side effect. If you have header below the package, you can't have comments with the import statements due to complications when sorting import statements. So the pretty printer can be configured
1) package at top, with no import comments or 2) header at top with import comments allowed is this good enough for our needs? cheers Nathan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
