No Argument Constructor does nothing

Title: No argument constructor does nothing

Number: 20

Specification Reference ( Section 6.1.1.1 page 6)

" (the no-argument constructor for the base class of the application) constructor is not expected to do anything, and need not be implemented by the application. Instead, all application initialization is expected to be handled by the initXlet() method."

Assertion
There is no executable code in the no argument constructor for the base class of the application.

Test Procedures

Task - Expected result

  • Inspect the source code. - No executable code is found.

Alternative procedure
Task - Expected result

  • Use java Reflection API or other tools to inspect the class files. - No executable code is found.