private static void collectDemos(final ArrayList list, final DemoSelector selector)
{
final DemoHandler[] demoHandlers = selector.getDemos();
for (int i = 0; i < demoHandlers.length; i++)
{
final DemoHandler demoHandler = demoHandlers[i];
if (demoHandler instanceof InternalDemoHandler)
{
if (demoHandler instanceof VeryLargeReportDemo)
{
// Insanely large; slows down the whole run. Test separately if you have to, or use