<div dir="ltr">Can you send PR with a fix?<br><div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Feb 10, 2014 at 9:34 AM, Galder Zamarreño <span dir="ltr">&lt;<a href="mailto:galder@redhat.com" target="_blank">galder@redhat.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Actually, split/join does not work with JDK7. The following code seems to work with both:<br>
<div class=""><br>
name = name.split(&quot;.&quot;).join(&quot;/&quot;);<br>
</div>if (name) {<br>
  self.log(&quot;Use JDK8 method to build module names&quot;);<br>
} else {<br>
  name = attributes.get(&quot;name&quot;);<br>
  name = name.replace(&quot;.&quot;, &quot;/&quot;);<br>
  self.log(&quot;Use JDK7 method to build module names&quot;);<br>
}<br>
<br>
Cheers,<br>
<div class=""><br>
</div><br></blockquote></div><br></div></div></div>