Message1070

Author cgroves
Recipients
Date 2006-09-07.04:18:35
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=1174327

The implementing class for Graphics2D is
sun.java2d.SunGraphics2D.  That class has a public stroke
field which is set by 'g.stroke =' in Jython but not by the
g.setStroke method.  We'll have to figure out how to handle
when a bean accessor maps to the same name as an existing
field.  This is somewhat similar to bug #1509095 which is
about how to access a method with the same name as a field
in a java class from jython.  

I think the yFiles stuff is a separate bug.  Would you mind
opening a new entry for it with a test case I can reproduce?
 Something like your initial entry for this bug would be
great.  I can't do anything without the source for yFiles to
make it happen.
History
Date User Action Args
2008-02-20 17:17:26adminlinkissue1337592 messages
2008-02-20 17:17:26admincreate