-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
1.4.0
-
sparc
-
solaris_9
For the code below,
-------------------
public class test
{
public native void testOne ()
{
System.out.println ("Get Errors");
}
}
Javac fails this case with an error (perfect behaviour) while the Javadoc accepts this and documents the class. Needs a fix.
-------------------
public class test
{
public native void testOne ()
{
System.out.println ("Get Errors");
}
}
Javac fails this case with an error (perfect behaviour) while the Javadoc accepts this and documents the class. Needs a fix.
- duplicates
-
JDK-4494409 javadoc works with native methods with body
-
- Closed
-
-
JDK-4494500 javadoc spec: doesn't say how to handle erroneous input
-
- Closed
-
- relates to
-
JDK-4494403 javadoc works with abstract methods with body
-
- Closed
-