I start API tests for JavaHelp under JCK/JavaTest. All tests have passed under JDK1.3.X but under JDK1.4.0-build66 two tests failed.
The failed tests are importing NoPackBean. Result of the JavaTest is:
api/javax_help/HelpUtilities/test.html#GetHelpSetNameFromBean Error. Compilation failed unexpectedly [exit code 1]
api/javax_help/HelpUtilities/test.html#GetIDStringFromBean Error. Compilation failed unexpectedly [exit code 1]
Attached is the *.java classes and *.jtr files. Problem is, that the NoPackBean.class and NoPackBeanBeanInfo.class are exist in the correct place.
The failed tests are importing NoPackBean. Result of the JavaTest is:
api/javax_help/HelpUtilities/test.html#GetHelpSetNameFromBean Error. Compilation failed unexpectedly [exit code 1]
api/javax_help/HelpUtilities/test.html#GetIDStringFromBean Error. Compilation failed unexpectedly [exit code 1]
Attached is the *.java classes and *.jtr files. Problem is, that the NoPackBean.class and NoPackBeanBeanInfo.class are exist in the correct place.
- duplicates
-
JDK-4466793 Public class NoPackBean no longer available in JDK1.4
-
- Closed
-
- relates to
-
JDK-4361575 Correct scoping and diagnostics for import declarations
-
- Closed
-