Menu

#50 Wrong index in SLPServiceDiscoveryHandler?

open
nobody
jSLP-OSGi (18)
5
2011-05-17
2011-05-17
Anonymous
No

I get an ArrayOutOfBoundsException on line 271 in SLPServiceDiscoveryHandler (latest on trunk). I suspect a wrong index is being used on the refs array. Shouldn't refs[i].getProperty.. be refs[j].getProperty.. (if I understand the code).

Discussion


Log in to post a comment.