Re: [JPP-Devel] strange problem developing a plugin

2010-05-15 Thread Stefan Steiniger
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

Re: [JPP-Devel] strange problem developing a plugin

2010-05-15 Thread Michaël Michaud
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