Hi Cedric,
I really appreciate all your bug reports. Its just that Kizna =
Corporation is going through a major rollout - we are open sourcing our =
main product - a collaboration server, and that is taking up all my time =
at present.
As soon as our server rolls out, most of our remaining products also =
will be open source.=20
I will definitely look at your reports tomorrow (our release date is =
today).=20
One request - its a little difficult to track bug reports thru mail. =
Can you enter the reports from the site =
(http://htmlparser.sourceforge.net)
I also want to mention that the bug report you gave yesterday was =
very good. In the resulting bug fix, I have further optimized the String =
parsing, and I think there will be some performance improvement. I will =
provide detailed info later.
Also - Cedric ---> Can you consider joining the developer list- we =
can keep the user list free for doubts on the API, and hammer out the =
bugs in the dev list.
Cheers,
Somik
----- Original Message -----=20
From: C=E9dric Rosa=20
To: htm...@li...=20
Sent: Wednesday, July 17, 2002 8:10 PM
Subject: [Htmlparser-user] euh ... another fix
Hello,
To test with: www.revues.org/calenda/articles/1379.html
... <br> <>PROGRAMME</b><br> ..
=3D> String Index out of range : 0
In HTMLTagScanner.java:
-------------------------------------
public static String absorbLeadingBlanks(String s)
{
String temp =3D new String(s);
file://here we add a check for "temp.length()!=3D0" to prevent a =
bug with empty=20
mark out.
while (temp.length()!=3D0 && temp.charAt(0)=3D=3D' ')
{
temp =3D temp.substring(1,temp.length());
}
return temp;
}
I know my bugs report and my fixes are not useful (because bugs quasi =
never=20
happen) but they contribute to increase the software stability. I hope =
my=20
contribution help you.
Regards,
Cedric.
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Htmlparser-user mailing list
Htm...@li...
https://lists.sourceforge.net/lists/listinfo/htmlparser-user
|