Community
Participate
Working Groups
As we recently changed some of our coding conventions I would like to take the opportunity and suggest another change: Set the number of imports needed for .* (e.g. org.eclipse.rwt.widgets.*) to 99 (currently 3) With this change, it would be easier to deal with classes that have the same simple name but reside in different packages. Though this leads to larger import statements, the extra amount of lines is not noticable as this section is usually collapsed. For example: Using 3 or more classes from the org.eclipse.swt.widgets package leads to this import statement: org.eclipse.swt.widgets.* Using class List from java.util becomes difficult as it is mistaken for class List from the widgets package.
+1
In my opinion it makes sense to schedule this for one of the RC's
This has been fixed for org.eclipse.rap.rwt bundle in 1.5M2.