startXlet() re-initializes only those released while paused
Title: startXlet() re-initializes only those released while paused
Number: 60
Specification reference: (Section 6.1.2 page 7)
“Applications SHOULD take care to only re-initialize objects or data that were released while in the paused state.”
Assertions:
1. The application only re-initialized objects that were released while in the paused state.
2. The application only re-initialized data that were released while in the paused state.
Test Procedures:
1.
2. Manually inspect the source code.
3. Use Java reflection API or other tools to inspect the application .class files
Task – Expected result
1. The invocations are found within startXlet()
- Printer-friendly version
- Login or register to post comments


community