Commit 8b46c34
committed
POM: pin to ij1-patcher 2.0.0
This release of ij1-patcher improves the HeadlessGenericDialog
to handle null label strings without throwing NullPointerException.
The fix is necessary because starting with ImageJ v1.54k, the
ParticleAnalyzer now uses a trailing null label in its checkbox group:
imagej/ImageJ@ccd0b31#diff-4ae3c0fe91258b8099f1c51de5a3923f4aaf08d90699f6b76d923d0a5fb06944R348-R361
Consequently, only when running headlessly, the testPaulsMacro
integration test failed because the ParticleAnalyzer silently crashed
the executed macro, yielding wrong (and inconsistent!) results.
With this fix in place, Paul's macro once again works as intended.1 parent 685df8e commit 8b46c34
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
183 | 186 | | |
184 | 187 | | |
185 | 188 | | |
| |||
0 commit comments