<div dir="ltr">Hey Galder, Sanne!<div><br></div><div>The author is no longer anonymous! It was me [1]!</div><div><br></div><div>Jokes aside; Galder - may I ask you to double check your configuration? I extracted formatter archive and it seems to be fine [2]. Perhaps you didn&#39;t enable it (watch out, the formatter name was changed some time ago from Horizon to Infinispan) or this is some tooling problem (which probably should be reported to Jetbrains). Anyway - could you please double check it? I&#39;ll try to catch you tomorrow on IRC and talk about it...</div><div><br></div><div>BTW - There are 2 different errors in your output - the first one is the start import which should be avoided. The second one is duplicated import (also should be avoided). Please don&#39;t confuse those two.</div><div><br></div><div>@Sanne - before you trow a &#39;git revert&#39; axe on me - may I ask you to import the latest formatter and check if the amount of imports before replacing them with star looks correctly? It looks fine to me but I may have some old installation, old configuration etc...</div><div><br></div><div>Thanks</div><div>Sebastian &quot;the Troublemaker&quot;</div><div><br></div><div>[1] <a href="https://www.youtube.com/watch?v=a43kowi2ncI">https://www.youtube.com/watch?v=a43kowi2ncI</a></div><div>[2] unzip IntelliJ_IDEA_Code_Style.jar and look into attached XML. Those two properties are responsible for star imports. </div><div>&lt;option name=&quot;CLASS_COUNT_TO_USE_IMPORT_ON_DEMAND&quot; value=&quot;999&quot; /&gt;</div><div>&lt;option name=&quot;NAMES_COUNT_TO_USE_IMPORT_ON_DEMAND&quot; value=&quot;999&quot; /&gt;</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Aug 16, 2016 at 8:21 PM, Sanne Grinovero <span dir="ltr">&lt;<a href="mailto:sanne@infinispan.org" target="_blank">sanne@infinispan.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Please don&#39;t forget Eclipse users. It&#39;s hard enough to contribute to<br>
Infinispan for non-IDEA users; if you enforce specific style rules, at<br>
the very least provide compatible formatters for the other IDEs or the<br>
barrier for contributors becomes too high.<br>
<br>
Galder: to answer your specific question I&#39;d personally say you should<br>
revert the offending commit. I don&#39;t know who did it nor who merged<br>
it, but it&#39;s just not nice for others that such things get merged<br>
carelessly. Errors can be forgiven, but should be fixed by those who<br>
create the mess ;)<br>
<div class="HOEnZb"><div class="h5"><br>
On 16 August 2016 at 16:37, Galder Zamarreño &lt;<a href="mailto:galder@redhat.com">galder@redhat.com</a>&gt; wrote:<br>
&gt; Hi all,<br>
&gt;<br>
&gt; After integrating [1] I&#39;m getting build errors such as:<br>
&gt;<br>
&gt; [INFO] --- maven-checkstyle-plugin:2.17:<wbr>checkstyle (checkstyle) @ infinispan-core ---<br>
&gt; [INFO] Starting audit...<br>
&gt; /home/g/0/infinispan/git/core/<wbr>src/main/java/org/infinispan/<wbr>marshall/core/internal/<wbr>InternalExternalizerTable.<wbr>java:55: error: Using the &#39;.*&#39; form of import should be avoided - org.infinispan.marshall.exts.*<wbr>.<br>
&gt; /home/g/0/infinispan/git/core/<wbr>src/main/java/org/infinispan/<wbr>marshall/core/<wbr>ExternalizerTable.java:76: error: Using the &#39;.*&#39; form of import should be avoided - org.infinispan.marshall.exts.*<wbr>.<br>
&gt; /home/g/0/infinispan/git/core/<wbr>src/test/java/org/infinispan/<wbr>filter/<wbr>CompositeKeyValueFilterConvert<wbr>er.java:11:1: error: Duplicate import to line 10 - org.infinispan.metadata.<wbr>Metadata.<br>
&gt;<br>
&gt; Even after installing the latest style for IntelliJ [2], reformatting InternalExternalizerTable.java won&#39;t fix those how errors.<br>
&gt;<br>
&gt; So, what do we do? :(<br>
&gt;<br>
&gt; Cheers,<br>
&gt;<br>
&gt; [1] <a href="https://github.com/infinispan/infinispan/commit/313b19301055c6267c6f2ea9065a7ab1b68099fe" rel="noreferrer" target="_blank">https://github.com/infinispan/<wbr>infinispan/commit/<wbr>313b19301055c6267c6f2ea9065a7a<wbr>b1b68099fe</a><br>
&gt; [2] <a href="https://github.com/infinispan/infinispan/blob/master/ide-settings/intellij/IntelliJ_IDEA_Code_Style.jar" rel="noreferrer" target="_blank">https://github.com/infinispan/<wbr>infinispan/blob/master/ide-<wbr>settings/intellij/IntelliJ_<wbr>IDEA_Code_Style.jar</a><br>
&gt; --<br>
&gt; Galder Zamarreño<br>
&gt; Infinispan, Red Hat<br>
&gt;<br>
&gt;<br>
&gt; ______________________________<wbr>_________________<br>
&gt; infinispan-dev mailing list<br>
&gt; <a href="mailto:infinispan-dev@lists.jboss.org">infinispan-dev@lists.jboss.org</a><br>
&gt; <a href="https://lists.jboss.org/mailman/listinfo/infinispan-dev" rel="noreferrer" target="_blank">https://lists.jboss.org/<wbr>mailman/listinfo/infinispan-<wbr>dev</a><br>
<br>
______________________________<wbr>_________________<br>
infinispan-dev mailing list<br>
<a href="mailto:infinispan-dev@lists.jboss.org">infinispan-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/infinispan-dev" rel="noreferrer" target="_blank">https://lists.jboss.org/<wbr>mailman/listinfo/infinispan-<wbr>dev</a></div></div></blockquote></div><br></div>