« Return to Thread: [67cat] Bug at Java editor parsing

Re: [67cat] Bug at Java editor parsing

by Michel Graciano :: Rate this Message:

Reply to Author | View in Thread

The issue was closed as duplicated and the reason why this different behaviour happens too.
The reason is because it is acceptable for JDK 7, what looks like an error at pre jdk 7 javac. So, since IDE uses an updated javac implementation, looks like it is already fixed. The question now is if IDE should or not follow the JDK defined for the project...

Regards

On Thu, Jun 18, 2009 at 6:10 PM, Ulf Zibis <Ulf.Zibis@...> wrote:
For me on RC3, NB shows no warning, no error, but compile reports error for:
  Map<String, List<String>> status = new <String,List<String>>HashMap();

-Ulf

Am 18.06.2009 22:22, Michel Graciano schrieb:

An friend of mine just face an issue yesterday at Java editor. Take a look at issue http://www.netbeans.org/issues/show_bug.cgi?id=167336 for details, but basically some Generics scenarios just doesn't compile but the editor shows as everything is okey or just some warnings are visible.

Regards
--
Michel Graciano
Summa Technologies do Brasil Ltda.
http://www.michelgraciano.com
https://genesis.dev.java.net/
http://translatedfiles.netbeans.org/index_pt_BR.html
https://copypastehistory.dev.java.net/




--
Michel Graciano
Summa Technologies do Brasil Ltda.
http://www.michelgraciano.com
https://genesis.dev.java.net/
http://translatedfiles.netbeans.org/index_pt_BR.html
https://copypastehistory.dev.java.net/

 « Return to Thread: [67cat] Bug at Java editor parsing