Commit 91d3044
Turn on ImageJ Ops2 tests
They were not running because of the removal of JUnit Jupiter Engine
from the pom.
Once enabled, many of them failed. So there are a set of fixes here that
result in passing tests:
* Export net.imagej.ops2.types to org.scijava.types
* getOpMethod fallback: For the purposes of parsing javadoc parameters,
we need to obtain the Op (read: functional) method of the Class of
interest. Sometimes, however, this Op method isn't in the Class of
interest, instead living in a superclass (and superinterface?). We
cannot throw an error when such an Op class is discovered; we should
just parse the superclass (superinterface?) method instead.
* Partition SciJava Ops ServiceLoader main/test
* Fix tag type from plugin type
* HACK: avoid NPEs when RichOp list null
* Euler tests: correct the conforms tests
* Replace IAE with DependencyMatchingException
* Use candidate type over info type
* Update the tubeness ground truth image for imglib2-algorithm 0.12.0;
see also imagej/imagej-ops@ca5b449
Co-authored-by: Curtis Rueden <ctrueden@wisc.edu>
Co-authored-by: Mark Hiner <hinerm@gmail.com>1 parent b3350dd commit 91d3044
26 files changed
Lines changed: 662 additions & 151 deletions
File tree
- imagej/imagej-ops2
- src
- main/java
- test
- java/net/imagej/ops2
- coloc/kendallTau
- geom/geom3d
- topology/eulerCharacteristic
- resources/net/imagej/ops2/filter/tubeness
- scijava
- scijava-discovery-plugin/src/main/java/org/scijava/discovery/plugin
- scijava-ops-engine/src
- main/java/org/scijava/ops/engine
- impl
- struct
- test/java/org/scijava/ops/engine
- scijava-ops-serviceloader-test
- bin
- src
- main/java
- org/scijava/ops/serviceloader/test
- test/java/org/scijava/ops/serviceloader/test
- scijava-ops-serviceloader/src/main/java
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
326 | 326 | | |
327 | 327 | | |
328 | 328 | | |
329 | | - | |
330 | | - | |
| 329 | + | |
| 330 | + | |
331 | 331 | | |
332 | 332 | | |
333 | 333 | | |
334 | 334 | | |
335 | | - | |
| 335 | + | |
336 | 336 | | |
337 | 337 | | |
338 | 338 | | |
| |||
Large diffs are not rendered by default.
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | 32 | | |
34 | 33 | | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| |||
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
59 | | - | |
60 | | - | |
| 60 | + | |
| 61 | + | |
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
54 | 55 | | |
55 | | - | |
56 | | - | |
| 56 | + | |
| 57 | + | |
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
54 | 55 | | |
55 | | - | |
| 56 | + | |
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
54 | 55 | | |
55 | | - | |
| 56 | + | |
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
| |||
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
58 | 59 | | |
59 | 60 | | |
60 | 61 | | |
| |||
0 commit comments