could it be that you are trying to access the method from outside
because it is a private method?
Michaël Michaud schrieb:
> Hi,
>
> This one is very strange. Line 115 seems OK to me.
> And constructor LinearComponentExtracter(Collection list) does exist in
> JTS 1.11
>
> About NoSuchMethodExc
Hi,
This one is very strange. Line 115 seems OK to me.
And constructor LinearComponentExtracter(Collection list) does exist in
JTS 1.11
About NoSuchMethodException, javadoc says :
Normally, this error is caught by the compiler; this error can only
occur at run time if the definition of a class
Hi,
I start to develop a plugin that is a sort of enrichment of
LineNoderPlugin so I copied code and arrange environment, and test it
without change
when I execute the code I got this error
java.lang.NoSuchMethodError:
com.vividsolutions.jts.geom.util.LinearComponentExtracter.(Ljava/util/List;)V