]
Tristan Tarrant closed ISPN-2391.
---------------------------------
Resolution: Out of Date
Throw consistent IllegalStateException(s) for
ReplicableCommand#setParameters(int commandId, Object[] parameters)
-----------------------------------------------------------------------------------------------------------------
Key: ISPN-2391
URL:
https://issues.jboss.org/browse/ISPN-2391
Project: Infinispan
Issue Type: Task
Components: Core
Affects Versions: 5.2.0.Beta1
Reporter: Vladimir Blagojevic
Priority: Minor
During review of
https://github.com/infinispan/infinispan/pull/1369 Manik observed
inconsistency in wording of IllegalStateException thrown from
ReplicableCommand#setParameters(int commandId, Object[] parameters). However, upon further
review it was noted that all implementations of ReplicableCommand#setParameters(int
commandId, Object[] parameters) are inconsistent potentially confusing sys admins and
support engineers. We should create a single consistent messages for all implementations
of ReplicableCommand#setParameters(int commandId, Object[] parameters).