<html>
    <head>
      <base href="http://fiji.sc/bugzilla/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:hinerm@gmail.com" title="Mark Hiner <hinerm@gmail.com>"> <span class="fn">Mark Hiner</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED INVALID - java.lang.NoSuchMethodException: Could not find method net.imglib2.view.Views.extendMirrorDouble"
   href="http://fiji.sc/bugzilla/show_bug.cgi?id=1061">bug 1061</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEW
           </td>
           <td>RESOLVED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>hinerm@gmail.com
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>INVALID
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED INVALID - java.lang.NoSuchMethodException: Could not find method net.imglib2.view.Views.extendMirrorDouble"
   href="http://fiji.sc/bugzilla/show_bug.cgi?id=1061#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED INVALID - java.lang.NoSuchMethodException: Could not find method net.imglib2.view.Views.extendMirrorDouble"
   href="http://fiji.sc/bugzilla/show_bug.cgi?id=1061">bug 1061</a>
              from <span class="vcard"><a class="email" href="mailto:hinerm@gmail.com" title="Mark Hiner <hinerm@gmail.com>"> <span class="fn">Mark Hiner</span></a>
</span></b>
        <pre>Hi Lukas,

The problem comes from the return type:

<span class="quote">>net.imglib2.view.Views.extendMirrorDouble(Lnet/imglib2/RandomAccessibleInterval;)Lnet/imglib2/ExtendedRandomAccessibleInterval</span >

Note the return value: net/imglib2/ExtendedRandomAccessibleInterval

This class moved to net.imglib2.view.ExtendedRandomAccessibleInterval before
the official 2.0.0 release[1], so that's why you're getting the
NoSuchMethodException.

<span class="quote">>imglib2-2.0.0.jar library is used</span >

Given the dependency skew, it seems very likely that this jar is NOT the actual
ImgLib2-2.0.0 release jar. In any case, you should update your plugin to use
the same ImgLib2 release that is distributed with Fiji.

The most robust way to do this is to use Maven[2] to manage your dependency
versions. If you convert your plugin to a Maven project and extend the latest
pom-fiji[3] you are guaranteed to see the same version of all dependencies that
ship with Fiji. A good starting point for your own pom would be to look at
other Fiji plugins, like Stitching[4], that also use ImgLib2.

I'm going to close this issue since it's not truly a bug, but you are welcome
to reply with any questions you may have. The mailing lists and chat[5] are
also good resources for getting development help.

Thank you for taking the time to contact us!

Best,
Mark

[1]
<a href="https://github.com/imglib/imglib2/blob/imglib2-2.0.0/src/main/java/net/imglib2/view/ExtendedRandomAccessibleInterval.java">https://github.com/imglib/imglib2/blob/imglib2-2.0.0/src/main/java/net/imglib2/view/ExtendedRandomAccessibleInterval.java</a>
[2] <a href="http://imagej.net/Maven">http://imagej.net/Maven</a>
[3] <a href="https://github.com/fiji/pom-fiji/releases">https://github.com/fiji/pom-fiji/releases</a>
[4] <a href="https://github.com/fiji/Stitching/blob/Stitching_-3.0.2/pom.xml">https://github.com/fiji/Stitching/blob/Stitching_-3.0.2/pom.xml</a>
[5] <a href="http://imagej.net/Help:Contents">http://imagej.net/Help:Contents</a></pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>