FAQ
Cover
This is the archive Discourse for the Processing (ALPHA) software.
Please visit the new Processing forum for current information.

   Processing 1.0 _ALPHA_
   Bugs
   Software Bugs
(Moderator: fry)
   splitStrings("") crash
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: splitStrings("") crash  (Read 912 times)
jedierikb

WWW
splitStrings("") crash
« on: Feb 25th, 2004, 12:18am »

String[] lala = splitStrings("");
 
java.lang.ArrayIndexOutOfBoundsException: -1
 at BApplet.splitStrings(BApplet.java:1779)
 at BApplet.splitStrings(BApplet.java:1770)
 at carMapplet.setup(carMapplet.java:67)
 at BApplet.init(BApplet.java:185)
 at sun.applet.AppletPanel.run(AppletPanel.java:353)
 at java.lang.Thread.run(Thread.java:534)
 
fry


WWW
Re: splitStrings("") crash
« Reply #1 on: Feb 25th, 2004, 5:00pm »

fixed for the next release. also found another inconsistency inside that code, which is some of the oldest in p5. interesting that this one hasn't come up before.
 
thanks for the heads up.
 
Pages: 1 

« Previous topic | Next topic »