Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 302217

Summary: [visualization] Google widgets core and demo codebase in not in conformance with J2SE1.4
Product: [RT] RAP Reporter: Austin Riddle <austin.riddle>
Component: IncubatorAssignee: 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 CLA 2010-02-08 21:59:40 EST
Use of generics and for each loop needs to be removed.
Comment 1 Austin Riddle CLA 2010-02-09 17:15:38 EST
There is some autoboxing in the demo application.
Comment 2 Benjamin Muskalla CLA 2010-02-15 10:33:00 EST
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
Comment 3 Austin Riddle CLA 2010-04-16 14:18:11 EDT
Finished compliance with 1.4 and cleaned up warnings