-
Bug
-
Resolution: Unresolved
-
P4
-
None
-
6
-
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.