When will we have Documentation for the classes and listing the methods in the classes J# doesn’t support (ie exist but throw a NotSupported exception)
When will you have something like the standard javadocs Sun has At the moment the best way to code under J# is to use the Sun documentation and then see if the methods you write compile. Which is not a good approach.
Pet peeve of the day
vmmdesai
Here are the comments from J# PM - Pratap:
Documentation Content has been one of our focus areas for Visual J# 2005.
Thanks,
Varun
alwz_nikhil
I looked. Only http://msdn2.microsoft.com/en-us/library/hyx4hd7e(en-US,VS.80).aspx had links to some of the standard java classes and it has the disclaimer "but only the most important classes in the following packages are documented at this time".
When will you have something like the standard javadocs Sun has At the moment the best way to code under J# is to use the Sun documentation and then see if the methods you write compile. Which is not a good approach.
thanks - dave