Update: Corrected to include Stephen Colebourne's enhanced enhanced for loop proposal. Further update: Added links to updated large arrays and compile time...
Update: Corrected to include Stephen Colebourne's enhanced enhanced for loop proposal. Further update: Added links to updated large arrays and compile time access proposals.Project Coin's fourth week saw continued lively traffic on themailing list. As the submission deadline approaches, a flurry of new proposals were sent in:Named method parameters,Paul MartinEnhanced for each loop iteration control,Stephen ColebourneLoosen Constructor super()/this() call restrictions,Mike...
Update: Corrected to include Stephen Colebourne's enhanced enhanced for loop proposal. Further update: Added links to updated large arrays and compile time access proposals.Project Coin's fourth...
For those interested in specifically following Project Coin related posts, my Project Coin entries are tagged...
For those interested in specifically following Project Coin related posts, my Project Coin entries are tagged with "projectcoin":http://blogs.sun.com/main/tags/projectcoin
In the firstthreeweeks of Project Coin over two dozen proposals have been sent to the mailing list for evaluation.The proposals have ranged the gamut from new...
In the firstthreeweeks of Project Coin over two dozen proposals have been sent to the mailing list for evaluation.The proposals have ranged the gamut from new kinds of expressions, to new statements forms, to improved generics support. Thanks to all Java community members who have sent in interesting, thoughtful proposals and contributed to informative discussions on the list!While there is a bit less than a week left in the call for proposals period, there has been enough...
In the firstthreeweeks of Project Coin over two dozen proposals have been sent to the mailing list for evaluation.The proposals have ranged the gamut from new kinds of expressions, to new statements...
Project Coin's third week was another week of lively traffic on themailing list. New proposals were sent in:Extended arrays declaration and access syntax with...
Project Coin's third week was another week of lively traffic on themailing list. New proposals were sent in:Extended arrays declaration and access syntax with use of enumerated types,Alexey KuznetsovEmbedded Expressions for String Statements, Stefan SchulzAccess to Generic Type Parameters at Compile-Time,David WalendSmall property support,Ruslan Lazukovexisting proposals were revised:Static Methods in Interfaces (v1.1), Reinier Zwitserloot and Roel SpilkerEnhanced String...
Project Coin's third week was another week of lively traffic on themailing list. New proposals were sent in:Extended arrays declaration and access syntax with use of enumerated...
After the vigorous start of week 1, the pace of new proposals being sent to the list slowed:(pre-proposal) Source and Encoding keyword, Reinier Zwitserloot and...
After the vigorous start of week 1, the pace of new proposals being sent to the list slowed:(pre-proposal) Source and Encoding keyword, Reinier Zwitserloot and Roel SpilkerExtend Scope of Imports to Include Package Annotations,Bruce ChapmanEnhanced String constructs for Java,Felix FrostAllow the use of relational operators on Comparable classes (withdrawn),Vilya HarveyMethod and Field Literals ,Jesse WilsonHowever, brisk discussion continued on refining and exploring ARM...
After the vigorous start of week 1, the pace of new proposals being sent to the list slowed:(pre-proposal) Source and Encoding keyword, Reinier Zwitserloot and Roel SpilkerExtend Scope of Imports...
Expanding on a few slides from my JavaOne talk last year, here are a few tips to keep in mind when designing exception types.First, all exceptions are...
Expanding on a few slides from my JavaOne talk last year, here are a few tips to keep in mind when designing exception types.First, all exceptions are serializable since Throwable implements Serializable; therefore, like all other serializable classes, exception types should declare a serialVersionUID field to ease evolving the type in the future. Using's javac's -Xlint:serial option will warn about missing serialVersionUID fields on serializable classes, amongst other...
Expanding on a few slides from my JavaOne talk last year, here are a few tips to keep in mind when designing exception types.First, all exceptions are serializable since Throwable...
Those interested in following JDK 7 happenings from Sun engineers can track "jdk7" tagged entries on http://blogs.sun.com/main/tags/jdk7.
Last week I was off attending my first Java Posse Roundup in scenic Crested Butte Colorado, pictured below. There were many good discussions related to JDK 7...
Last week I was off attending my first Java Posse Roundup in scenic Crested Butte Colorado, pictured below. There were many good discussions related to JDK 7 and other programming, and non-programming, topics.Unfortunately, there were some difficulties with my flight back. Once again, the plane I was flying on had to be rebooted, but at least this time the passengers didn't need to be reinstalled! I missed my scheduled connection in Denver and caught the next flight to the...
Last week I was off attending my first Java Posse Roundup in scenic Crested Butte Colorado, pictured below. There were many good discussions related to JDK 7 and other programming,...
In its first week, Project Coin enjoyed a vigorous start with well over a dozen proposals submitted:Strings in switch, Joe DarcyBlock Expressions for Java, Neal...
In its first week, Project Coin enjoyed a vigorous start with well over a dozen proposals submitted:Strings in switch, Joe DarcyBlock Expressions for Java, Neal GafterImproved Exception Handling for Java , Neal GafterAutomatic Resource Management, Josh BlochImproved Type Inference for Generic Instance Creation,Jeremy Manson Improved Wildcard Syntax for Java,Neal GafterMultiline strings, latest revision, Ruslan ShevchenkoUse "default" keyword for default visibility, updated to...
In its first week, Project Coin enjoyed a vigorous start with well over a dozen proposals submitted:Strings in switch, Joe DarcyBlock Expressions for Java, Neal GafterImproved Exception Handling...