]
Brian Stansberry updated WFCORE-952:
------------------------------------
Fix Version/s: 3.0.0.Alpha5
(was: 3.0.0.Alpha4)
Use WildFly Common for null param checks
----------------------------------------
Key: WFCORE-952
URL:
https://issues.jboss.org/browse/WFCORE-952
Project: WildFly Core
Issue Type: Task
Reporter: David Lloyd
Priority: Minor
Fix For: 3.0.0.Alpha5
For each module, do the following:
* Locate any/all null param check methods in the log msg
* Replace them with calls to org.wildfly.common.Assert#checkNotNullParam or related
method as needed
* Replace the old null param check method with a comment that reserves the ID and shows
that it was previously used for that purpose