<html>
    <head>
      <base href="http://fiji.sc/bugzilla/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_CONFIRMED "
   title="CONFIRMED - Headless mode incorect macro parsing (grid stitching)"
   href="http://fiji.sc/bugzilla/show_bug.cgi?id=900#c7">Comment # 7</a>
              on <a class="bz_bug_link 
          bz_status_CONFIRMED "
   title="CONFIRMED - Headless mode incorect macro parsing (grid stitching)"
   href="http://fiji.sc/bugzilla/show_bug.cgi?id=900">bug 900</a>
              from <span class="vcard"><a class="email" href="mailto:phsiao@cs.unc.edu" title="phsiao@cs.unc.edu">phsiao@cs.unc.edu</a>
</span></b>
        <pre>I looked briefly on the HeadlessGenericDialog class
(<a href="https://github.com/imagej/ij1-patcher/blob/master/src/main/java/net/imagej/patcher/HeadlessGenericDialog.java#L240-L251">https://github.com/imagej/ij1-patcher/blob/master/src/main/java/net/imagej/patcher/HeadlessGenericDialog.java#L240-L251</a>),
especially getMacroParameter(String label, boolean defaultValue) in line 284,
it seems that this is more like a logic decision rather than a bug.

According to the getMacroParameter function, if a check box name appears in a
macro, its boolean value will be true. If there is no check box name specified,
the boolean value will become the passed in default value.

But I think the macro should work in a way that if users don't specify a check
box'a name in a macro, the boolean value for that check box should be false.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>