[ImageJ-bugs] [Bug 900] Headless mode incorect macro parsing (grid stitching)

bugzilla at fiji.sc bugzilla at fiji.sc
Wed Mar 25 15:37:16 CDT 2015


http://fiji.sc/bugzilla/show_bug.cgi?id=900

--- Comment #7 from phsiao at cs.unc.edu ---
I looked briefly on the HeadlessGenericDialog class
(https://github.com/imagej/ij1-patcher/blob/master/src/main/java/net/imagej/patcher/HeadlessGenericDialog.java#L240-L251),
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://imagej.net/pipermail/imagej-bugs/attachments/20150325/6351002a/attachment.html>


More information about the Imagej-bugs mailing list