Re: com.sun.jdi.InvocationException occurred invoking method

2012-11-14 Thread Robert Muir
On Wed, Nov 14, 2012 at 5:38 AM, Bernd Fehling wrote: > > AFAIK eclipse is just an ide and using the java debugger, so this is then a > java debugger problem? > > http://stackoverflow.com/questions/4123628/com-sun-jdi-invocationexception-occurred-invoking-method > I have no idea how eclipse's de

Re: com.sun.jdi.InvocationException occurred invoking method

2012-11-14 Thread Bernd Fehling
Are you sure that this is a bug in eclipse? When using a local string and then returning the string the error is gone and the content of the class displayed. AFAIK eclipse is just an ide and using the java debugger, so this is then a java debugger problem? http://stackoverflow.com/questions/412

Re: com.sun.jdi.InvocationException occurred invoking method

2012-11-14 Thread Robert Muir
On Wed, Nov 14, 2012 at 4:04 AM, Bernd Fehling wrote: > Hi list, > while walking through the code with debugger (eclipse juno) I get the > following: > com.sun.jdi.InvocationException occurred invoking method. > This is while trying to see org.apache.lucene.search.ScoreDoc you should report the

Re: com.sun.jdi.InvocationException occurred invoking method

2012-11-14 Thread Bernd Fehling
-Allee 63, D-28213 Bremen > http://www.thetaphi.de > eMail: u...@thetaphi.de > > >> -Original Message- >> From: Bernd Fehling [mailto:bernd.fehl...@uni-bielefeld.de] >> Sent: Wednesday, November 14, 2012 1:18 PM >> To: java-user@lucene.apache.org >> Su

RE: com.sun.jdi.InvocationException occurred invoking method

2012-11-14 Thread Uwe Schindler
2012 1:18 PM > To: java-user@lucene.apache.org > Subject: Re: com.sun.jdi.InvocationException occurred invoking method > > While inspecting the content of topDocs.ScoreDoc I see 4 variables: > - doc > - fields > - score > - shardIndex > But ScoreDoc knows only about 3

Re: com.sun.jdi.InvocationException occurred invoking method

2012-11-14 Thread Bernd Fehling
While inspecting the content of topDocs.ScoreDoc I see 4 variables: - doc - fields - score - shardIndex But ScoreDoc knows only about 3 (doc, score, shardIndex) is this the problem? Regards Bernd Am 14.11.2012 13:04, schrieb Bernd Fehling: > Hi list, > while walking through the code with debugg