| Summary: | [visualization] Google widgets core and demo codebase in not in conformance with J2SE1.4 | ||
|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Austin Riddle <austin.riddle> |
| Component: | Incubator | Assignee: | Project Inbox <rap.incubator-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Austin Riddle
There is some autoboxing in the demo application. And two occurrences of JRE method usage that are not available in 1.4: Description Resource Path Location Type The method getCanonicalName() is undefined for the type Class VisualizationWidgetLCA.java /org.eclipse.rap.rwt.visualization.google/src/org/eclipse/rap/rwt/visualization/google/internal line 41 Java Problem The method isEmpty() is undefined for the type String VisualizationWidget.java /org.eclipse.rap.rwt.visualization.google/src/org/eclipse/rap/rwt/visualization/google line 50 Java Problem Finished compliance with 1.4 and cleaned up warnings |