<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/swtbot/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/swtbot/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Thu, 18 Sep 2008 14:06:07 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/swtbot/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>The bundled commons-collections  have problem</title><link>https://sourceforge.net/p/swtbot/bugs/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;At the moment, when I run a test case with SWTBot, I've encountered a SecurityException about the signing information. I replaced the commons-collections bundled with SWTBot 1.2.0 with the one from Apache (version 3.2.1), everything run fine.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tinh Truong</dc:creator><pubDate>Thu, 18 Sep 2008 14:06:07 -0000</pubDate><guid>https://sourceforge.netdc7bf870b8ce1a23e3d008f01b92d111d8a88b17</guid></item><item><title>Externalize initialization of DefaultChildrenResolver</title><link>https://sourceforge.net/p/swtbot/bugs/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;DefaultChildrenResolver is initialized via a constructor. It would be nice if it could be initialized via a properties file.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 09 Feb 2007 06:10:29 -0000</pubDate><guid>https://sourceforge.net30a05218683021d8daff66dcbf94be2230f72dc5</guid></item><item><title>Better alternative to resolving children</title><link>https://sourceforge.net/p/swtbot/bugs/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;String widgetClassName = someWidget.getClass().getName();&lt;br /&gt;
Resolver resolver = ResolverPool.resolverFor(someWidget);&lt;/p&gt;
&lt;p&gt;ResolverPool.resolverFor(Object someObject){&lt;/p&gt;
&lt;p&gt;String className = someObject.getClass().getName();&lt;/p&gt;
&lt;p&gt;if(className == Object/Widget/Item)&lt;br /&gt;
return new DefaultResolverThatPrintsAnErrorMessageAndObjectHierarchy();&lt;/p&gt;
&lt;p&gt;Resolver resolver = resolverMap.get(className);&lt;/p&gt;
&lt;p&gt;if(resolver == null)&lt;br /&gt;
return resolverFor(someObject.getClass().getParent());&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;If you stick to the lowest level class first, then you'd hit the&lt;br /&gt;
TabFolderResolver rather than the CompositeResolver.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ketan Padegaonkar</dc:creator><pubDate>Thu, 08 Feb 2007 11:35:04 -0000</pubDate><guid>https://sourceforge.netf423ea06487c4b4f067d85e74e834ffd2f02b520</guid></item></channel></rss>