utdrobotchess / xbee-api

Automatically exported from code.google.com/p/xbee-api
GNU General Public License v3.0
0 stars 0 forks source link

StackOverflowError at com.rapplogic.xbee.api.wpan.IoSample.isD7On #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Sorry, I use a machine translation.

What steps will reproduce the problem?
1. I tried to execute Examples(Receive I/O samples from a remote 802.15.4
XBee) of Project Home. 

What do you see instead?
Exception in thread "XBee Packet Parser Thread" java.lang.StackOverflowError
    at com.rapplogic.xbee.api.wpan.IoSample.isD7On(IoSample.java:175)

What version of the product are you using? On what operating system?
xbee-api-0.5 + JDK6_u11
Microsoft Windows XP Professional SP3

Please provide any additional information below.
http://code.google.com/p/xbee-api/source/browse/trunk/src/com/rapplogic/xbee/api
/wpan/IoSample.java
176:    public Boolean isD7On() {
175:        if (this.isD7On()) {
Is only here different from another?

I'm sorry. I don't know what I should write especially:(
thx.

Original issue reported on code.google.com by white.no...@gmail.com on 20 Jan 2009 at 1:20

GoogleCodeExporter commented 9 years ago
This has been resolved in version 0.5.1

Original comment by andrew.rapp@gmail.com on 25 Jan 2009 at 9:08