DO NOT REPLY [Bug 40577] - return type not verified by JustIce

2007-04-01 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=40577.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=40577





--- Additional Comments From [EMAIL PROTECTED]  2007-04-01 14:58 ---
Created an attachment (id=19863)
 -- (http://issues.apache.org/bugzilla/attachment.cgi?id=19863action=view)
basic implementation

This class is used to test the happy scenarios

public class Test
{
String ss4;
static String ss6;
static String ss9;

public String getSS()
{
return getSS1();
}

public String getSS1()
{
return (String)getSS2();
}

public Object getSS2()
{
return getSS3();
}

public String getSS3()
{
return ;
}

public String getSS4()
{
return ss4;
}

public String getSS5()
{
String ss5 = ;
return ss5;
}

public String getSS6()
{
return ss6;
}

public Test getSS7()
{
return this;
}

public int getSS8()
{
return 1;
}

public String getSS9()
{
ss9 = 1;
return ss6;
}

public String[] getSS10()
{
String[] ss10 = new String[1];
ss10[0] = ;
return ss10;
}

}


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 40577] - return type not verified by JustIce

2007-03-10 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=40577.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=40577





--- Additional Comments From [EMAIL PROTECTED]  2007-03-10 07:14 ---
care to work out a patch?

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 40577] - return type not verified by JustIce

2006-09-22 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=40577.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=40577





--- Additional Comments From [EMAIL PROTECTED]  2006-09-22 09:45 ---
Created an attachment (id=18897)
 -- (http://issues.apache.org/bugzilla/attachment.cgi?id=18897action=view)
the class illustrating the problem


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]