[ImageJ-bugs] [Bug 891] biovoxxel toolbox broke fter latest update
bugzilla at fiji.sc
bugzilla at fiji.sc
Mon Aug 11 09:07:16 CDT 2014
http://fiji.sc/bugzilla/show_bug.cgi?id=891
--- Comment #9 from Aryeh Weiss <aryeh at cc.huji.ac.il> ---
I confirm that the patched version solved the biovoxxel plugins problem.
I actually wrote this earlier (with thanks to Johannes for his quick action),
but I don't see it in the thread, so I must have not submitted it correctly.
I still have a problem compiling some of those plugins. Here is an example of
two errors:
Started Adaptive_Filter.java at Mon Aug 11 14:55:50 IDT 2014
Compiling 1 file in
/var/folders/z5/zp1ywtqs03q4g1jltsnm7bbr0000gs/T/java660616256586672352
/var/folders/z5/zp1ywtqs03q4g1jltsnm7bbr0000gs/T/java660616256586672352/src/main/java/Adaptive_Filter.java:235:
cannot find symbol
symbol : method duplicate()
location: class ij.ImagePlus
ImagePlus copyImp = imp.duplicate();
Started Pseudo_flat_field_correction.java at Mon Aug 11 14:57:14 IDT 2014
Compiling 1 file in
/var/folders/z5/zp1ywtqs03q4g1jltsnm7bbr0000gs/T/java2831776213303448382
/var/folders/z5/zp1ywtqs03q4g1jltsnm7bbr0000gs/T/java2831776213303448382/src/main/java/Pseudo_flat_field_correction.java:109:
cannot find symbol
symbol : method convertToFloatProcessor()
location: class ij.process.ImageProcessor
duplicatedIp = duplicatedIp.convertToFloatProcessor();
^
This may not be related to biovoxxel, so perhaps it should be a new thread.
--
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/20140811/5014fd59/attachment.html>
More information about the Imagej-bugs
mailing list