Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-core-dev] Things to test for M4



Test focus should be on newly added features: autoboxing and annotations.
We are looking to prevent runtime exceptions, and secondarily having the
right behavior (i.e. exceptions should be resolved for M4, behavior can be
tuned during M5).

Olivier:
- bug verification
- try combined scenarii: new features + generics and varargs
- challenge syntax recovery (i.e. ensure no stack overflow)
- check JCK failures for presence of exception stack traces

Kent:
- check performance/footprint compared to M3
- check model footprint
- challenge incremental builder

Jerome:
- bug verification
- challenge search with all J2SE 5.0 features
- check reconciler vs. builder (SourceTypeConverter)

Frederic:
- bug verification
- challence javadoc with all J2SE 5.0 features
- play with DOMAST view and 1.5 code (source libs 1.5)



Back to the top