Jan Eglinger
Jan Eglinger
This *might* be the same issue as discussed [here on the forum](https://forum.image.sc/t/problem-with-analyze-particle-in-new-versions-1-53f-error-in-excluding-particles-touching-edges/45126?u=imagejan). If yes, it is fixed in the latest daily build of ImageJ1 (`ij.jar`).
See also https://github.com/scijava/scijava-common/issues/298.
I'll try to chime in with some answers on this one: > * The download for the "all platforms version of ImageJ" is apparently the 20160205 version. > * Help...
I just checked and it does work for me (on Windows 7):  On which system are you, and what version of `scijava-commons` do you have?
From your description, I'd suppose that this an issue in the [`imagej1`](https://github.com/imagej/imagej1) legacy component. But really, in order to judge this, more information is required: what's the macro code you're...
@rasband what do you think about this suggestion?
In connection with this plan, I suggest to setup [issue templates](https://github.com/blog/2111-issue-and-pull-request-templates) on the relevant projects to improve the chances that newcomers will submit all the relevant information to reproduce reported...
Thanks for reporting, @BarchSteel! I cannot reproduce with my local clone, building with Maven 3.3.9 and Java 1.8.0_271 on Mac OSX, using: ``` mvn clean install ``` You can skip...
> How is scijava-maven-plugin referenced from imagej pom.xml? The `pom.xml` in `imagej` directly inherits from its parent POM, `pom-scijava`, which serves as a "bill of materials" (BOM) and itself has...
This is a scijava-commons issue and likely due to the `cancelReason` not being reset on subsequent runs of a `org.scijava.command.DynamicCommand`, see [these lines](https://github.com/scijava/scijava-common/blob/608831075023f9ddf053691a82c2be24458f337c/src/main/java/org/scijava/command/DynamicCommand.java#L125-L140).