« first day (2126 days earlier)   

12:10 AM
heeey is anyone on ?
 
Nope.
 
anyone know why i get this error ?? pastebin.com/xfddXwxi
 
12:33 AM
because Circle doesn't have a constructor with that signature (double, string)
 
so i need to go on my circle class and change it ? or can i change it on this class ?
 
you can do either one.
 
alright sweet thank you :) !
 
1:23 AM
I'm trying to create a PrintWriter with a FileOutputStream with append to false, but it always appends to the file:
javaFile = new PrintWriter(new FileOutputStream(folder + "/Session.java", false));
It doesn't overwrite the file, it just appends even if I explicitly tell it not to. Does println or flush effect it?
 
 
1 hour later…
2:35 AM
@Michael When in doubt, blame photoshop?
 
 
4 hours later…
6:45 AM
@fge @ItachiUchiha Does java.beans.XmlDecoder#readObject() has a bug?
ByteArrayInputStream baos = new ByteArrayInputStream(xml.getBytes());
			XMLDecoder d = new XMLDecoder(baos);
			return d.readObject();
java.lang.ArrayIndexOutOfBoundsException: 0
	at java.beans.XMLDecoder.readObject(XMLDecoder.java:250)
 String xml = "<?xml version=\"1.0\" encoding=\"UTF-8\"?> <Patient><PID>0001</PID><pName>GGG</pName></Patient>";
 
 
1 hour later…
8:04 AM
morn
 
fge
8:30 AM
@CrazyNinja no idea, I don't do XML
 

« first day (2126 days earlier)