Use the valditor's message in HelloWorld in SE Hello World
Example
------------------------------------------------------------------
Key: WELDSE-13
URL:
https://jira.jboss.org/browse/WELDSE-13
Project: Weld support for Java SE
Issue Type: Feature Request
Environment: n/a
Reporter: Wolfgang Frech
Fix For: 1.0.1.Final
It looks like an incomplete refactoring:
The CommandLineArgsValidator creates an error message, but the HellWorld class does not
read the message from the validator, but prints its own (identical) message.
Use
for (String message: argsValidator.getErrors())
System.out.println( message );
instead of
System.out.println( "Please provide just one argument: your first name" );
in printHello
by the way - cosmetic: use emptyList instead of deprecated EMPTY_LIST in
CommandLineArgsValidator in SE Hello World Example
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: