Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Upcoming batch compiler change wrt -warn option
Upcoming batch compiler change wrt -warn option [message #249878] Thu, 29 November 2007 14:35
Maxime Daniel is currently offline Maxime DanielFriend
Messages: 4
Registered: July 2009
Junior Member
I have prepared a fix for
https://bugs.eclipse.org/bugs/show_bug.cgi?id=210518
[batch][compiler][options] -warn:unused wrongly behaves as -warn:+unused
that will align the batch compiler behavior with its doc, namely
'-warn:null -warn:unused' will then behave as '-warn:unused' (as spec'd),
instead of behaving as '-warn:null -warn:+unused'.

If there are any users who rely too heavily on the previous behavior, they
may want to speak up. We would then weight our options again (the opposite
direction would be to attempt to craft a sensible documentation that would
reflect the current behavior, instead of fixing the behavior).

Cheers,
Maxime Daniel
Developer, Eclipse JDT Core
maxime_daniel@fr.ibm.com
Previous Topic:ASTParser on a JSP page
Next Topic:Locational attributes of ASTNodes.
Goto Forum:
  


Current Time: Wed Jan 15 06:44:41 GMT 2025

Powered by FUDForum. Page generated in 0.02258 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top