extraneous duplicate code in ClientGen9Mojo
-------------------------------------------
Key: MWEBLOGIC-13
URL: http://jira.codehaus.org/browse/MWEBLOGIC-13
Project: Mojo WebLogic Plugin
Issue Type: Improvement
Reporter: Mike Calmus
Assignee: David J. M. Karlsen
Priority: Trivial
ClientGen9Mojo has the same code block twice in succession in the SVN Trunk
code. One should be removed.
// clientGen.setDestdir( new File( this.outputDir ) );
method = ReflectionUtils.getSetter("destdir",
clientGen.getClass());
if (method != null) {
method.invoke(clientGen, new Object[] { new
File( this.outputDir ) });
}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email