"Any fool can write code that a computer can understand. Good programmers write code that humans can understand." --- Martin Fowler
Please correct my English.
SCJP 1.4 - SCJP 6 - SCWCD 5 - OCEEJBD 6 - OCEJPAD 6
How To Ask Questions How To Answer Questions
Jesper de Jong wrote:I really hope that we'll get reified generics - type erasure has many nasty side effects. I wonder though how they're going to do that while maintaining backwards compatibility. It's a complicated subject.
SCJP 1.4 - SCJP 6 - SCWCD 5 - OCEEJBD 6 - OCEJPAD 6
How To Ask Questions How To Answer Questions
Jesper de Jong wrote:I wonder though how they're going to do that while maintaining backwards compatibility.
John Todd wrote:I don't know why Swing isn't getting more attention.
John Todd wrote:No news about Java Micro Edition? really a sad thing.
Stephan van Hulst wrote:I would also enjoy it if a lot more Swing classes were generified, such as TableModel columns and TreeNode.
Paul Clapham wrote:Interestingly, the fact that they made JList a generic class caused some code I wrote to not compile in Java 7, although it did compile in Java 6.
Jesper de Jong wrote:
Paul Clapham wrote:Interestingly, the fact that they made JList a generic class caused some code I wrote to not compile in Java 7, although it did compile in Java 6.
Normally Oracle is extremely careful to not break backward compatibility. I'm curious why your code doesn't compile on Java 7 while it does on Java 6. Can you share your code here?
Paul Clapham wrote:The fix isn't difficult, but not completely obvious.
SCJP 1.4 - SCJP 6 - SCWCD 5 - OCEEJBD 6 - OCEJPAD 6
How To Ask Questions How To Answer Questions
Luc Lieber wrote:How about a 100% pauseless garbage collector that doesn't fall back on "Stop The World" and break application responsiveness.
Pat Farrell wrote:That is actually very, very hard to do. If you let the application run, how can the GC know that the snapshot of memory it has is still valid?
I believe Azul Systems sells one. I seriously doubt that Oracle would put that kind of engineering effort into Java.
Luc Lieber wrote:I come from a C++ background...and I still haven't figured out why Java hasn't implemented a transparent reference counting system. It seems to me that a reference counting system would be more predictable than a GC that seems to do what it wants, when it wants without
anymuch developer control.
Pat Farrell wrote:C++ programmers write leaks. They always do.
Pat Farrell wrote:There is no perfect language.
www.handcraftedgames.net
Steve Fahlbusch wrote:So let us break and embrace the new java.
Everybody's invited. Even this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
|