<div dir="auto">Sorry, I haven&#39;t. Could you file a JIRA under <a href="https://issues.jboss.org/browse/ROASTER">https://issues.jboss.org/browse/ROASTER</a> and I&#39;ll have a look when possible.<div dir="auto"><br></div><div dir="auto">Thanks!</div></div><div class="gmail_extra"><br><div class="gmail_quote">Em 22 de mai de 2017 07:47, &quot;Luca Burgazzoli&quot; &lt;<a href="mailto:lburgazzoli@gmail.com">lburgazzoli@gmail.com</a>&gt; escreveu:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi George,<br>
have you had any time to look at this issue ?<br>
<br>
Luca<br>
<br>
---<br>
Luca Burgazzoli<br>
<br>
<br>
On Mon, Feb 27, 2017 at 8:12 AM, Luca Burgazzoli &lt;<a href="mailto:lburgazzoli@gmail.com">lburgazzoli@gmail.com</a>&gt; wrote:<br>
&gt; Same result<br>
&gt;<br>
&gt; ---<br>
&gt; Luca Burgazzoli<br>
&gt;<br>
&gt;<br>
&gt; On Mon, Feb 27, 2017 at 1:38 AM, George Gastaldi &lt;<a href="mailto:ggastald@redhat.com">ggastald@redhat.com</a>&gt; wrote:<br>
&gt;&gt; Right, see if it changes anything when using the constants without the<br>
&gt;&gt; shaded package value:<br>
&gt;&gt;<br>
&gt;&gt;   Properties prefs = new Properties();<br>
&gt;&gt;   prefs.put(&quot;org.eclipse.jdt.<wbr>core.formatter.comment.line_<wbr>length&quot;, &quot;25&quot;);<br>
&gt;&gt;<br>
&gt;&gt; prefs.put(&quot;org.eclipse.jdt.<wbr>core.formatter.comment.new_<wbr>lines_at_javadoc_boundaries&quot;,<br>
&gt;&gt; &quot;false&quot;);<br>
&gt;&gt;<br>
&gt;&gt; George Gastaldi<br>
&gt;&gt;<br>
&gt;&gt; <a href="https://onename.com/gastaldi" rel="noreferrer" target="_blank">https://onename.com/gastaldi</a><br>
&gt;&gt;<br>
&gt;&gt; On Fri, Feb 24, 2017 at 9:55 AM, Luca Burgazzoli &lt;<a href="mailto:lburgazzoli@gmail.com">lburgazzoli@gmail.com</a>&gt;<br>
&gt;&gt; wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Hi George,<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; yes I&#39;m using the latest version:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;   @Grab(group=&#39;org.jboss.forge.<wbr>roaster&#39;, module=&#39;roaster-api&#39;,<br>
&gt;&gt;&gt; version=&#39;2.20.0.Final&#39;)<br>
&gt;&gt;&gt;   @Grab(group=&#39;org.jboss.forge.<wbr>roaster&#39;, module=&#39;roaster-jdt&#39;,<br>
&gt;&gt;&gt; version=&#39;2.20.0.Final&#39;)<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; I&#39;m also using constants from DefaultCodeFormatterConstants, like:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;     properties.put(<wbr>DefaultCodeFormatterConstants.<wbr>FORMATTER_LINE_SPLIT,<br>
&gt;&gt;&gt; &quot;120&quot;)<br>
&gt;&gt;&gt;     properties.put(<wbr>DefaultCodeFormatterConstants.<wbr>FORMATTER_TAB_CHAR,<br>
&gt;&gt;&gt; &quot;space&quot;)<br>
&gt;&gt;&gt;     properties.put(<wbr>DefaultCodeFormatterConstants.<wbr>FORMATTER_TAB_SIZE, &quot;4&quot;)<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; ---<br>
&gt;&gt;&gt; Luca Burgazzoli<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; On Fri, Feb 24, 2017 at 1:37 PM, George Gastaldi &lt;<a href="mailto:ggastald@redhat.com">ggastald@redhat.com</a>&gt;<br>
&gt;&gt;&gt; wrote:<br>
&gt;&gt;&gt; &gt; Are you using the latest Roaster version (2.20.0.Final)?<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; Try using the constants without the shaded package value (eg.<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; Properties prefs = new Properties();<br>
&gt;&gt;&gt; &gt; prefs.put(&quot;org.eclipse.jdt.<wbr>core.formatter.comment.line_<wbr>length&quot;, &quot;25&quot;);<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; prefs.put(&quot;org.eclipse.jdt.<wbr>core.formatter.comment.new_<wbr>lines_at_javadoc_boundaries&quot;,<br>
&gt;&gt;&gt; &gt; &quot;false&quot;);<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; Em 24 de fev de 2017 06:07, &quot;Luca Burgazzoli&quot; &lt;<a href="mailto:lburgazzoli@gmail.com">lburgazzoli@gmail.com</a>&gt;<br>
&gt;&gt;&gt; &gt; escreveu:<br>
&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; Hello,<br>
&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; I&#39;m doing some small experiments with Forge Roaster and I&#39;m unable to<br>
&gt;&gt;&gt; &gt;&gt; get some formatting options taken into account.<br>
&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; My code and the result is here:<br>
&gt;&gt;&gt; &gt;&gt; <a href="https://gist.github.com/lburgazzoli/115377c3887972696f77db3a71fef85f" rel="noreferrer" target="_blank">https://gist.github.com/<wbr>lburgazzoli/<wbr>115377c3887972696f77db3a71fef8<wbr>5f</a><br>
&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; As you can notice, I configured some properties so that the code<br>
&gt;&gt;&gt; &gt;&gt; should wrap at column 120 and it should use spaces instead of tabs but<br>
&gt;&gt;&gt; &gt;&gt; my setup is ignored and the resulting code is still formatted with<br>
&gt;&gt;&gt; &gt;&gt; some defaults.<br>
&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; Am I doing something wrong ?<br>
&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; Thx,<br>
&gt;&gt;&gt; &gt;&gt; Luca<br>
&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; ---<br>
&gt;&gt;&gt; &gt;&gt; Luca Burgazzoli<br>
&gt;&gt;&gt; &gt;&gt; ______________________________<wbr>_________________<br>
&gt;&gt;&gt; &gt;&gt; forge-users mailing list<br>
&gt;&gt;&gt; &gt;&gt; <a href="mailto:forge-users@lists.jboss.org">forge-users@lists.jboss.org</a><br>
&gt;&gt;&gt; &gt;&gt; <a href="https://lists.jboss.org/mailman/listinfo/forge-users" rel="noreferrer" target="_blank">https://lists.jboss.org/<wbr>mailman/listinfo/forge-users</a><br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; ______________________________<wbr>_________________<br>
&gt;&gt;&gt; &gt; forge-users mailing list<br>
&gt;&gt;&gt; &gt; <a href="mailto:forge-users@lists.jboss.org">forge-users@lists.jboss.org</a><br>
&gt;&gt;&gt; &gt; <a href="https://lists.jboss.org/mailman/listinfo/forge-users" rel="noreferrer" target="_blank">https://lists.jboss.org/<wbr>mailman/listinfo/forge-users</a><br>
&gt;&gt;&gt; ______________________________<wbr>_________________<br>
&gt;&gt;&gt; forge-users mailing list<br>
&gt;&gt;&gt; <a href="mailto:forge-users@lists.jboss.org">forge-users@lists.jboss.org</a><br>
&gt;&gt;&gt; <a href="https://lists.jboss.org/mailman/listinfo/forge-users" rel="noreferrer" target="_blank">https://lists.jboss.org/<wbr>mailman/listinfo/forge-users</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; ______________________________<wbr>_________________<br>
&gt;&gt; forge-users mailing list<br>
&gt;&gt; <a href="mailto:forge-users@lists.jboss.org">forge-users@lists.jboss.org</a><br>
&gt;&gt; <a href="https://lists.jboss.org/mailman/listinfo/forge-users" rel="noreferrer" target="_blank">https://lists.jboss.org/<wbr>mailman/listinfo/forge-users</a><br>
______________________________<wbr>_________________<br>
forge-users mailing list<br>
<a href="mailto:forge-users@lists.jboss.org">forge-users@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/forge-users" rel="noreferrer" target="_blank">https://lists.jboss.org/<wbr>mailman/listinfo/forge-users</a><br>
</blockquote></div></div>