-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
P4
-
None
-
Affects Version/s: 6
-
Component/s: client-libs
-
generic
-
generic
The spec for SwingWorker.publish and for SwingWorker.process doesn't state exactly what should be happen if the publish() method (with no arguments) is invoked.
I believe there are three solutions:
- no process() method is invoked,
- process() method with empty list parameter is invoked,
- process() method with null as a list parameter is invoked.
It should be clarified.
I believe there are three solutions:
- no process() method is invoked,
- process() method with empty list parameter is invoked,
- process() method with null as a list parameter is invoked.
It should be clarified.