If I reverse engineer the following Java class to UML, none of the DataHandler parameters are shown on the resulting UML diagram. Neither are the DataHandler parameters shown in the parameters list displayed as part of the properties view.
package bugs.myeclipse;
import javax.activation.DataHandler;
public class Demo {
public void method1(String theInput1) {
}
public void method2(String theInput1, DataHandler theInput2) {
}
public void method3(DataHandler theInput1) {
}
public void method4(DataHandler theInput1, String theInput2) {
}
public DataHandler method5() {
return null;
}
}
*** Date: Fri Dec 16 14:21:14 GMT 2005
*** System properties:
OS=Windows2000
OS version=5.0
Java version=1.4.2_08
*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 4.0.3 GA
Build id: 20051025-4.0.3-GA
*** Eclipse details:
Eclipse SDK
Version: 3.1.0
Build id: I20050627-1435
Eclipse Platform
Version: 3.1.0
Build id: I20050627-1435
Eclipse RCP
Version: 3.1.0
Build id: I20050627-1435
Eclipse Java Development Tools
Version: 3.1.0
Build id: I20050627-1435
Eclipse Plug-in Development Environment
Version: 3.1.0
Build id: I20050627-1435
Eclipse Project SDK
Version: 3.1.0
Build id: I20050627-1435
Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-launcher
C:\Program Files\eclipse\eclipse.exe
-name
Eclipse
-showsplash
600
-exitdata
5dc_48
-vm
C:\j2sdk1.4.2_08\bin\javaw.exe
[/img]