New Benchmark framework

173 views
Skip to first unread message

kohlerm

unread,
Jun 4, 2007, 6:48:09 AM6/4/07
to Google Web Toolkit
Hi all,
I really like the idea of the new Benchmark framework and I tried to
get some of the examples running.

The AllocBenchmark doesn't seem to work for me :

java.lang.StringIndexOutOfBoundsException: String index out of range:
2082
at java.lang.String.<init>(String.java:206)
at com.google.gwt.junit.benchmarks.BenchmarkReport
$Parser.getMethod(BenchmarkReport.java:250)
at
com.google.gwt.junit.benchmarks.BenchmarkReport.addBenchmark(BenchmarkReport.java:
442)
at
com.google.gwt.junit.rebind.BenchmarkGenerator.writeSource(BenchmarkGenerator.java:
203)
at
com.google.gwt.junit.rebind.JUnitTestCaseStubGenerator.generate(JUnitTestCaseStubGenerator.java:
174)
at
com.google.gwt.dev.cfg.RuleGenerateWith.realize(RuleGenerateWith.java:
43)
at com.google.gwt.dev.shell.StandardRebindOracle
$Rebinder.tryRebind(StandardRebindOracle.java:116)
at com.google.gwt.dev.shell.StandardRebindOracle
$Rebinder.rebind(StandardRebindOracle.java:61)
at
com.google.gwt.dev.shell.StandardRebindOracle.rebind(StandardRebindOracle.java:
173)
at
com.google.gwt.dev.shell.ShellModuleSpaceHost.rebind(ShellModuleSpaceHost.java:
127)
at com.google.gwt.dev.shell.ModuleSpace.rebind(ModuleSpace.java:494)
at
com.google.gwt.dev.shell.ModuleSpace.rebindAndCreate(ModuleSpace.java:
380)
at com.google.gwt.dev.shell.ModuleSpace.onLoad(ModuleSpace.java:338)
at
com.google.gwt.dev.shell.BrowserWidget.attachModuleSpace(BrowserWidget.java:
326)
at com.google.gwt.dev.shell.ie.BrowserWidgetIE6.access
$200(BrowserWidgetIE6.java:36)
at
com.google.gwt.dev.shell.ie.BrowserWidgetIE6$External.gwtOnLoad(BrowserWidgetIE6.java:
70)
at
com.google.gwt.dev.shell.ie.BrowserWidgetIE6$External.invoke(BrowserWidgetIE6.java:
125)
at
com.google.gwt.dev.shell.ie.IDispatchImpl.Invoke(IDispatchImpl.java:
293)
at
com.google.gwt.dev.shell.ie.IDispatchImpl.method6(IDispatchImpl.java:
196)
at
org.eclipse.swt.internal.ole.win32.COMObject.callback6(COMObject.java:
117)
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1925)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2966)
at com.google.gwt.dev.GWTShell.pumpEventLoop(GWTShell.java:689)
at com.google.gwt.junit.JUnitShell.runTestImpl(JUnitShell.java:442)
at com.google.gwt.junit.JUnitShell.runTest(JUnitShell.java:167)
at com.google.gwt.junit.client.GWTTestCase.runTest(GWTTestCase.java:
194)
at junit.framework.TestCase.runBare(TestCase.java:130)
at junit.framework.TestResult$1.protect(TestResult.java:106)
at junit.framework.TestResult.runProtected(TestResult.java:124)
at junit.framework.TestResult.run(TestResult.java:109)
at junit.framework.TestCase.run(TestCase.java:120)
at com.google.gwt.junit.client.GWTTestCase.run(GWTTestCase.java:114)
at junit.framework.TestSuite.runTest(TestSuite.java:230)
at junit.framework.TestSuite.run(TestSuite.java:225)
at
org.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestReference.run(JUnit3TestReference.java:
130)
at
org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:
38)
at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:
460)
at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:
673)
at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:
386)
at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:
196)
[ERROR] Failure to load module 'com.sap.gwt.MyModule'


The more complicated ArrayListAndVectorBenchmark works fine.

Is this a known problem ?

Regards,
Markus

Matthieu

unread,
Jun 4, 2007, 10:58:56 AM6/4/07
to Google Web Toolkit
Hi,

I have the exact same problem. But my other test that extends
GWTTestCase are working just fine. So, if someone have a solution for
us, i would like to know it.

Thanks in advance,

Matthieu

On Jun 4, 6:48 am, kohlerm <markus.koh...@gmail.com> wrote:
> Hi all,
> I really like the idea of the new Benchmark framework and I tried to
> get some of the examples running.
>
> The AllocBenchmark doesn't seem to work for me :
>
> java.lang.StringIndexOutOfBoundsException: String index out of range:
> 2082
> at java.lang.String.<init>(String.java:206)
> at com.google.gwt.junit.benchmarks.BenchmarkReport
> $Parser.getMethod(BenchmarkReport.java:250)
> at

> com.google.gwt.junit.benchmarks.BenchmarkReport.addBenchmark(BenchmarkRepor­t.java:
> 442)
> at
> com.google.gwt.junit.rebind.BenchmarkGenerator.writeSource(BenchmarkGenerat­or.java:
> 203)
> at
> com.google.gwt.junit.rebind.JUnitTestCaseStubGenerator.generate(JUnitTestCa­seStubGenerator.java:


> 174)
> at
> com.google.gwt.dev.cfg.RuleGenerateWith.realize(RuleGenerateWith.java:
> 43)
> at com.google.gwt.dev.shell.StandardRebindOracle
> $Rebinder.tryRebind(StandardRebindOracle.java:116)
> at com.google.gwt.dev.shell.StandardRebindOracle
> $Rebinder.rebind(StandardRebindOracle.java:61)
> at

> com.google.gwt.dev.shell.StandardRebindOracle.rebind(StandardRebindOracle.j­ava:
> 173)
> at
> com.google.gwt.dev.shell.ShellModuleSpaceHost.rebind(ShellModuleSpaceHost.j­ava:


> 127)
> at com.google.gwt.dev.shell.ModuleSpace.rebind(ModuleSpace.java:494)
> at
> com.google.gwt.dev.shell.ModuleSpace.rebindAndCreate(ModuleSpace.java:
> 380)
> at com.google.gwt.dev.shell.ModuleSpace.onLoad(ModuleSpace.java:338)
> at
> com.google.gwt.dev.shell.BrowserWidget.attachModuleSpace(BrowserWidget.java­:
> 326)
> at com.google.gwt.dev.shell.ie.BrowserWidgetIE6.access
> $200(BrowserWidgetIE6.java:36)
> at

> com.google.gwt.dev.shell.ie.BrowserWidgetIE6$External.gwtOnLoad(BrowserWidg­etIE6.java:
> 70)
> at
> com.google.gwt.dev.shell.ie.BrowserWidgetIE6$External.invoke(BrowserWidgetI­E6.java:

> org.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestReference.run(JUnit3­TestReference.java:


> 130)
> at
> org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:
> 38)
> at

> org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestR­unner.java:
> 460)
> at
> org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestR­unner.java:
> 673)
> at
> org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner­.java:
> 386)
> at
> org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunne­r.java:

Sumit Chandel

unread,
Jun 5, 2007, 6:50:33 PM6/5/07
to Google Web Toolkit
Hi Markus,

Sorry you've had a rough encounter with Benchmark. Could post up some
of your benchmark subclass source code? It would help us diagnose the
problem a bit further.

Thanks,
-Sumit Chandel

Matthieu

unread,
Jun 6, 2007, 10:43:10 AM6/6/07
to Google Web Toolkit
Hi Sumit,

Thank you for helping us with this issue. I have the same problem as
Markus. Here my code it is very simple. My other tests that extend
GWTTestCase are just running well but benchmark still crash. Here the
code of my benchmark :

package com.xxx.application.dashboard.client;

import com.google.gwt.junit.client.Benchmark;

public class BenchmarkTests extends Benchmark
{

public String getModuleName()
{
return "com.xxx.application.dashboard.Test";
}

public void testIsTypeMethods()
{

assertTrue(true);

}

}

I Have a module named Test in this path, its only here for my test :

src\com\xxx\application\dashboard\Test.gwt.xml

And it's contain :

<module>
<!-- Standard inherit. -->
<inherits name='com.google.gwt.user.User'/>

<!-- implicitly includes com.xxx.application..dashboard.client
package -->

<!-- This gets ignored when running under JUnit. -->
<entry-point class='com.xxx.application.dashboard.client.Dashboard'/
>

<!-- You can also test remote services during a JUnit run. -->
<servlet path='/test'
class='com.xxx.application.dashboard.server.rpc.ParameterServiceImpl'/
>

</module>

Here my real module file located at the same path of Test module :

<module>

<!-- Inherit the core Web Toolkit stuff.-->
<inherits name='com.google.gwt.user.User'/>

<!-- Specify the app entry point class.-->
<entry-point class='com.xxx.application.dashboard.client.Dashboard'></
entry-point>

<!--Web Service definition-->
<servlet path='/test'
class='com.xxx.application.dashboard.server.rpc.ParameterServiceImpl'></
servlet>

</module>

Finally, here the error reported by the shell :

ERROR] Unable to load module entry point class
com.xxx.application.dashboard.client.BenchmarkTests (see associated
exception for details)


java.lang.StringIndexOutOfBoundsException: String index out of range:

449
at java.lang.String.<init>(String.java:196)


at com.google.gwt.junit.benchmarks.BenchmarkReport
$Parser.getMethod(BenchmarkReport.java:250)
at

com.google.gwt.junit.benchmarks.BenchmarkReport.addBenchmark(BenchmarkReport.java:
442)
at
com.google.gwt.junit.rebind.BenchmarkGenerator.writeSource(BenchmarkGenerator.java:
203)
at
com.google.gwt.junit.rebind.JUnitTestCaseStubGenerator.generate(JUnitTestCaseStubGenerator.java:

174)
at
com.google.gwt.dev.cfg.RuleGenerateWith.realize(RuleGenerateWith.java:
43)
at com.google.gwt.dev.shell.StandardRebindOracle
$Rebinder.tryRebind(StandardRebindOracle.java:116)
at com.google.gwt.dev.shell.StandardRebindOracle
$Rebinder.rebind(StandardRebindOracle.java:61)
at

com.google.gwt.dev.shell.StandardRebindOracle.rebind(StandardRebindOracle.java:
173)
at
com.google.gwt.dev.shell.ShellModuleSpaceHost.rebind(ShellModuleSpaceHost.java:


127)
at com.google.gwt.dev.shell.ModuleSpace.rebind(ModuleSpace.java:494)
at
com.google.gwt.dev.shell.ModuleSpace.rebindAndCreate(ModuleSpace.java:
380)
at com.google.gwt.dev.shell.ModuleSpace.onLoad(ModuleSpace.java:338)
at
com.google.gwt.dev.shell.BrowserWidget.attachModuleSpace(BrowserWidget.java:
326)
at com.google.gwt.dev.shell.ie.BrowserWidgetIE6.access
$200(BrowserWidgetIE6.java:36)
at

com.google.gwt.dev.shell.ie.BrowserWidgetIE6$External.gwtOnLoad(BrowserWidgetIE6.java:
70)
at
com.google.gwt.dev.shell.ie.BrowserWidgetIE6$External.invoke(BrowserWidgetIE6.java:


125)
at
com.google.gwt.dev.shell.ie.IDispatchImpl.Invoke(IDispatchImpl.java:
293)
at
com.google.gwt.dev.shell.ie.IDispatchImpl.method6(IDispatchImpl.java:
196)
at
org.eclipse.swt.internal.ole.win32.COMObject.callback6(COMObject.java:
117)
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1925)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2966)
at com.google.gwt.dev.GWTShell.pumpEventLoop(GWTShell.java:689)
at com.google.gwt.junit.JUnitShell.runTestImpl(JUnitShell.java:442)
at com.google.gwt.junit.JUnitShell.runTest(JUnitShell.java:167)
at com.google.gwt.junit.client.GWTTestCase.runTest(GWTTestCase.java:
194)

at junit.framework.TestCase.runBare(TestCase.java:127)


at junit.framework.TestResult$1.protect(TestResult.java:106)
at junit.framework.TestResult.runProtected(TestResult.java:124)
at junit.framework.TestResult.run(TestResult.java:109)

at junit.framework.TestCase.run(TestCase.java:118)
at com.google.gwt.junit.client.GWTTestCase.run(GWTTestCase.java:114)
at junit.framework.TestSuite.runTest(TestSuite.java:208)
at junit.framework.TestSuite.run(TestSuite.java:203)
at
org.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestReference.run(JUnit3TestReference.java:
128)


at
org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:
38)
at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:
460)
at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:
673)
at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:
386)
at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:

196)
[ERROR] Failure to load module 'com.xxx.application.dashboard.Test'
com.google.gwt.core.ext.UnableToCompleteException: (see previous log
entries)
at com.google.gwt.dev.shell.ModuleSpace.onLoad(ModuleSpace.java:367)


at
com.google.gwt.dev.shell.BrowserWidget.attachModuleSpace(BrowserWidget.java:
326)
at com.google.gwt.dev.shell.ie.BrowserWidgetIE6.access
$200(BrowserWidgetIE6.java:36)
at

com.google.gwt.dev.shell.ie.BrowserWidgetIE6$External.gwtOnLoad(BrowserWidgetIE6.java:
70)
at
com.google.gwt.dev.shell.ie.BrowserWidgetIE6$External.invoke(BrowserWidgetIE6.java:


125)
at
com.google.gwt.dev.shell.ie.IDispatchImpl.Invoke(IDispatchImpl.java:
293)
at
com.google.gwt.dev.shell.ie.IDispatchImpl.method6(IDispatchImpl.java:
196)
at
org.eclipse.swt.internal.ole.win32.COMObject.callback6(COMObject.java:
117)
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1925)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2966)
at com.google.gwt.dev.GWTShell.pumpEventLoop(GWTShell.java:689)
at com.google.gwt.junit.JUnitShell.runTestImpl(JUnitShell.java:442)
at com.google.gwt.junit.JUnitShell.runTest(JUnitShell.java:167)
at com.google.gwt.junit.client.GWTTestCase.runTest(GWTTestCase.java:
194)

at junit.framework.TestCase.runBare(TestCase.java:127)


at junit.framework.TestResult$1.protect(TestResult.java:106)
at junit.framework.TestResult.runProtected(TestResult.java:124)
at junit.framework.TestResult.run(TestResult.java:109)

at junit.framework.TestCase.run(TestCase.java:118)
at com.google.gwt.junit.client.GWTTestCase.run(GWTTestCase.java:114)
at junit.framework.TestSuite.runTest(TestSuite.java:208)
at junit.framework.TestSuite.run(TestSuite.java:203)
at
org.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestReference.run(JUnit3TestReference.java:
128)


at
org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:
38)
at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:
460)
at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:
673)
at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:
386)
at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:
196)

Thanks in advance Sumit for your help, it's very appreciated and i
hope to use benchmarking framework soon,

Matthieu

On Jun 5, 6:50 pm, Sumit Chandel <gwt.team.sumitchan...@gmail.com>
wrote:

Matthieu

unread,
Jun 6, 2007, 10:46:17 AM6/6/07
to Google Web Toolkit
Hi,

Just for your information i'm using this versions :

GWT 1.4.10 RC
JRE 1.4.2_14
JUnit 3.8.1

And my classpath for testing in this order :

bin folder
src folder
test folder
dashboard project
junit.jar
gwt-dev-windows.jar
gwt-user.jar

Matthieu

On Jun 5, 6:50 pm, Sumit Chandel <gwt.team.sumitchan...@gmail.com>
wrote:

Toby Reyelts

unread,
Jun 6, 2007, 1:21:40 PM6/6/07
to Google-We...@googlegroups.com
Hi Matthieu / Markus,

Unfortunately, I'm unable to reproduce this problem on my end. I've attached a patch which you can apply to the RC by placing it at the very front of your classpath. If you turn on debugging (use -logLevel DEBUG, for example, - Dgwt.args="-web -logLevel DEBUG"), then I can see what BenchmarkReport believes it's reading. You can either send the entire output, or you can just post what you find at:

"BenchmarkReport read the contents of "

As a side note, do either of you know what system character encoding you're using?

Thanks,
-Toby
gwt-user-patch.jar

Matthieu

unread,
Jun 6, 2007, 2:03:31 PM6/6/07
to Google Web Toolkit
Hi Toby,

Thank you for your fast reply. Since i didn't find "BenchmarkReport
read the contents of " in my output i'm posting everything it gaves
me. My encoding in eclipse is set to ISO-8859-1. The output :

Found com/google/gwt/user/client/ui/CellPanel.java
Found com/google/gwt/user/client/ui/ChangeListener.java
Found com/google/gwt/user/client/ui/
ChangeListenerCollection.java
Found com/google/gwt/user/client/ui/CheckBox.java
Found com/google/gwt/user/client/ui/ClickListener.java
Found com/google/gwt/user/client/ui/ClickListenerCollection.java
Found com/google/gwt/user/client/ui/ComplexPanel.java
Found com/google/gwt/user/client/ui/Composite.java
Found com/google/gwt/user/client/ui/CustomButton.java
Found com/google/gwt/user/client/ui/DeckPanel.java
Found com/google/gwt/user/client/ui/
DelegatingChangeListenerCollection.java
Found com/google/gwt/user/client/ui/
DelegatingClickListenerCollection.java
Found com/google/gwt/user/client/ui/
DelegatingFocusListenerCollection.java
Found com/google/gwt/user/client/ui/
DelegatingKeyboardListenerCollection.java
Found com/google/gwt/user/client/ui/DialogBox.java
Found com/google/gwt/user/client/ui/DisclosureEvent.java
Found com/google/gwt/user/client/ui/DisclosureHandler.java
Found com/google/gwt/user/client/ui/DisclosurePanel.java
Found com/google/gwt/user/client/ui/DisclosurePanelImages.java
Found com/google/gwt/user/client/ui/DockPanel.java
Found com/google/gwt/user/client/ui/FastStringMap.java
Found com/google/gwt/user/client/ui/FileUpload.java
Found com/google/gwt/user/client/ui/FiresDisclosureEvents.java
Found com/google/gwt/user/client/ui/FiresFormEvents.java
Found com/google/gwt/user/client/ui/FlexTable.java
Found com/google/gwt/user/client/ui/FlowPanel.java
Found com/google/gwt/user/client/ui/FocusListener.java
Found com/google/gwt/user/client/ui/FocusListenerAdapter.java
Found com/google/gwt/user/client/ui/FocusListenerCollection.java
Found com/google/gwt/user/client/ui/FocusPanel.java
Found com/google/gwt/user/client/ui/FocusWidget.java
Found com/google/gwt/user/client/ui/FormHandler.java
Found com/google/gwt/user/client/ui/FormHandlerCollection.java
Found com/google/gwt/user/client/ui/FormPanel.java
Found com/google/gwt/user/client/ui/FormSubmitCompleteEvent.java
Found com/google/gwt/user/client/ui/FormSubmitEvent.java
Found com/google/gwt/user/client/ui/Frame.java
Found com/google/gwt/user/client/ui/Grid.java
Found com/google/gwt/user/client/ui/HTML.java
Found com/google/gwt/user/client/ui/HTMLPanel.java
Found com/google/gwt/user/client/ui/HTMLTable.java
Found com/google/gwt/user/client/ui/HasAlignment.java
Found com/google/gwt/user/client/ui/HasCaption.java
Found com/google/gwt/user/client/ui/HasFocus.java
Found com/google/gwt/user/client/ui/HasHTML.java
Found com/google/gwt/user/client/ui/HasHorizontalAlignment.java
Found com/google/gwt/user/client/ui/HasKeyPreview.java
Found com/google/gwt/user/client/ui/HasName.java
Found com/google/gwt/user/client/ui/HasText.java
Found com/google/gwt/user/client/ui/HasVerticalAlignment.java
Found com/google/gwt/user/client/ui/HasWidgets.java
Found com/google/gwt/user/client/ui/HasWordWrap.java
Found com/google/gwt/user/client/ui/Hidden.java
Found com/google/gwt/user/client/ui/HorizontalPanel.java
Found com/google/gwt/user/client/ui/HorizontalSplitPanel.java
Found com/google/gwt/user/client/ui/Hyperlink.java
Found com/google/gwt/user/client/ui/Image.java
Found com/google/gwt/user/client/ui/ImageBundle.java
Found com/google/gwt/user/client/ui/IndexedPanel.java
Found com/google/gwt/user/client/ui/KeyboardListener.java
Found com/google/gwt/user/client/ui/KeyboardListenerAdapter.java
Found com/google/gwt/user/client/ui/
KeyboardListenerCollection.java
Found com/google/gwt/user/client/ui/Label.java
Found com/google/gwt/user/client/ui/ListBox.java
Found com/google/gwt/user/client/ui/LoadListener.java
Found com/google/gwt/user/client/ui/LoadListenerCollection.java
Found com/google/gwt/user/client/ui/MenuBar.java
Found com/google/gwt/user/client/ui/MenuItem.java
Found com/google/gwt/user/client/ui/MouseListener.java
Found com/google/gwt/user/client/ui/MouseListenerAdapter.java
Found com/google/gwt/user/client/ui/MouseListenerCollection.java
Found com/google/gwt/user/client/ui/MouseWheelListener.java
Found com/google/gwt/user/client/ui/
MouseWheelListenerCollection.java
Found com/google/gwt/user/client/ui/MouseWheelVelocity.java
Found com/google/gwt/user/client/ui/MultiWordSuggestOracle.java
Found com/google/gwt/user/client/ui/NamedFrame.java
Found com/google/gwt/user/client/ui/Panel.java
Found com/google/gwt/user/client/ui/PasswordTextBox.java
Found com/google/gwt/user/client/ui/PopupListener.java
Found com/google/gwt/user/client/ui/PopupListenerCollection.java
Found com/google/gwt/user/client/ui/PopupPanel.java
Found com/google/gwt/user/client/ui/PrefixTree.java
Found com/google/gwt/user/client/ui/PushButton.java
Found com/google/gwt/user/client/ui/RadioButton.java
Found com/google/gwt/user/client/ui/RichTextArea.java
Found com/google/gwt/user/client/ui/RootPanel.java
Found com/google/gwt/user/client/ui/ScrollListener.java
Found com/google/gwt/user/client/ui/
ScrollListenerCollection.java
Found com/google/gwt/user/client/ui/ScrollPanel.java
Found com/google/gwt/user/client/ui/SimplePanel.java
Found com/google/gwt/user/client/ui/SourcesChangeEvents.java
Found com/google/gwt/user/client/ui/SourcesClickEvents.java
Found com/google/gwt/user/client/ui/SourcesFocusEvents.java
Found com/google/gwt/user/client/ui/SourcesKeyboardEvents.java
Found com/google/gwt/user/client/ui/SourcesLoadEvents.java
Found com/google/gwt/user/client/ui/SourcesMouseEvents.java
Found com/google/gwt/user/client/ui/SourcesMouseWheelEvents.java
Found com/google/gwt/user/client/ui/SourcesPopupEvents.java
Found com/google/gwt/user/client/ui/SourcesScrollEvents.java
Found com/google/gwt/user/client/ui/SourcesTabEvents.java
Found com/google/gwt/user/client/ui/SourcesTableEvents.java
Found com/google/gwt/user/client/ui/SourcesTreeEvents.java
Found com/google/gwt/user/client/ui/SplitPanel.java
Found com/google/gwt/user/client/ui/StackPanel.java
Found com/google/gwt/user/client/ui/SuggestBox.java
Found com/google/gwt/user/client/ui/SuggestOracle.java
Found com/google/gwt/user/client/ui/TabBar.java
Found com/google/gwt/user/client/ui/TabListener.java
Found com/google/gwt/user/client/ui/TabListenerCollection.java
Found com/google/gwt/user/client/ui/TabPanel.java
Found com/google/gwt/user/client/ui/TableListener.java
Found com/google/gwt/user/client/ui/TableListenerCollection.java
Found com/google/gwt/user/client/ui/TextArea.java
Found com/google/gwt/user/client/ui/TextBox.java
Found com/google/gwt/user/client/ui/TextBoxBase.java
Found com/google/gwt/user/client/ui/ToggleButton.java
Found com/google/gwt/user/client/ui/Tree.java
Found com/google/gwt/user/client/ui/TreeImages.java
Found com/google/gwt/user/client/ui/TreeItem.java
Found com/google/gwt/user/client/ui/TreeListener.java
Found com/google/gwt/user/client/ui/TreeListenerCollection.java
Found com/google/gwt/user/client/ui/UIObject.java
Found com/google/gwt/user/client/ui/VerticalPanel.java
Found com/google/gwt/user/client/ui/VerticalSplitPanel.java
Found com/google/gwt/user/client/ui/Widget.java
Found com/google/gwt/user/client/ui/WidgetCollection.java
Found com/google/gwt/user/client/ui/WidgetIterators.java
Found com/google/gwt/user/client/ui/impl/
AbstractItemPickerImpl.java
Found com/google/gwt/user/client/ui/impl/ClippedImageImpl.java
Found com/google/gwt/user/client/ui/impl/
ClippedImageImplIE6.java
Found com/google/gwt/user/client/ui/impl/
ClippedImagePrototype.java
Found com/google/gwt/user/client/ui/impl/FocusImpl.java
Found com/google/gwt/user/client/ui/impl/FocusImplIE6.java
Found com/google/gwt/user/client/ui/impl/FocusImplOld.java
Found com/google/gwt/user/client/ui/impl/FocusImplSafari.java
Found com/google/gwt/user/client/ui/impl/FormPanelImpl.java
Found com/google/gwt/user/client/ui/impl/FormPanelImplHost.java
Found com/google/gwt/user/client/ui/impl/FormPanelImplIE6.java
Found com/google/gwt/user/client/ui/impl/
ItemPickerDropDownImpl.java
Found com/google/gwt/user/client/ui/impl/PopupImpl.java
Found com/google/gwt/user/client/ui/impl/PopupImplIE6.java
Found com/google/gwt/user/client/ui/impl/PopupImplMozilla.java
Found com/google/gwt/user/client/ui/impl/RichTextAreaImpl.java
Found com/google/gwt/user/client/ui/impl/
RichTextAreaImplIE6.java
Found com/google/gwt/user/client/ui/impl/
RichTextAreaImplMozilla.java
Found com/google/gwt/user/client/ui/impl/
RichTextAreaImplOpera.java
Found com/google/gwt/user/client/ui/impl/
RichTextAreaImplSafari.java
Found com/google/gwt/user/client/ui/impl/
RichTextAreaImplStandard.java
Found com/google/gwt/user/client/ui/impl/SuggestPickerImpl.java
Found com/google/gwt/user/client/ui/impl/TextBoxImpl.java
Found com/google/gwt/user/client/ui/impl/TextBoxImplIE6.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
core/client/
Found com/google/gwt/core/client/EntryPoint.java
Found com/google/gwt/core/client/GWT.java
Found com/google/gwt/core/client/Impl.java
Found com/google/gwt/core/client/JavaScriptException.java
Found com/google/gwt/core/client/JavaScriptObject.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
i18n/client/
Found com/google/gwt/i18n/client/Constants.java
Found com/google/gwt/i18n/client/ConstantsWithLookup.java
Found com/google/gwt/i18n/client/DateRecord.java
Found com/google/gwt/i18n/client/DateTimeFormat.java
Found com/google/gwt/i18n/client/Dictionary.java
Found com/google/gwt/i18n/client/Localizable.java
Found com/google/gwt/i18n/client/Messages.java
Found com/google/gwt/i18n/client/NumberFormat.java
Found com/google/gwt/i18n/client/constants/
CurrencyCodeMapConstants.java
Found com/google/gwt/i18n/client/constants/
DateTimeConstants.java
Found com/google/gwt/i18n/client/constants/NumberConstants.java
Found com/google/gwt/i18n/client/impl/ConstantMap.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
junit/client/
Found com/google/gwt/junit/client/Benchmark.java
Found com/google/gwt/junit/client/Category.java
Ignoring already-resolved com/google/gwt/junit/client/
GWTTestCase.java
Found com/google/gwt/junit/client/IntRange.java
Found com/google/gwt/junit/client/Operator.java
Found com/google/gwt/junit/client/Range.java
Found com/google/gwt/junit/client/RangeIterator.java
Found com/google/gwt/junit/client/TestResults.java
Found com/google/gwt/junit/client/TimeoutException.java
Found com/google/gwt/junit/client/Trial.java
Found com/google/gwt/junit/client/impl/ExceptionWrapper.java
Found com/google/gwt/junit/client/impl/JUnitHost.java
Found com/google/gwt/junit/client/impl/JUnitHostAsync.java
Found com/google/gwt/junit/client/impl/PermutationIterator.java
Found com/google/gwt/junit/client/impl/StackTraceWrapper.java
Public resources found in...
file:/K:/dev/dashboard/bin/com/xxx/application/dashboard/public/
Found Dashboard.html
Found images/calendar.gif
Found images/delete.gif
Found images/delete_old.gif
Found images/doubleArrow.gif
Found images/edit.gif
Found images/key.gif
Found images/key_old.gif
Found images/xxx_logo.png
Found images/Thumbs.db
Found stylesheets/style.css
file:/K:/dev/dashboard/src/com/xxx/application/dashboard/public/
Ignoring already-resolved Dashboard.html
Ignoring already-resolved images/calendar.gif
Ignoring already-resolved images/delete.gif
Ignoring already-resolved images/delete_old.gif
Ignoring already-resolved images/doubleArrow.gif
Ignoring already-resolved images/edit.gif
Ignoring already-resolved images/key.gif
Ignoring already-resolved images/key_old.gif
Ignoring already-resolved images/xxx_logo.png
Ignoring already-resolved images/Thumbs.db
Ignoring already-resolved stylesheets/style.css
file:/K:/dev/dashboard/bin/com/xxx/application/dashboard/public/
Ignoring already-resolved Dashboard.html
Ignoring already-resolved images/calendar.gif
Ignoring already-resolved images/delete.gif
Ignoring already-resolved images/delete_old.gif
Ignoring already-resolved images/doubleArrow.gif
Ignoring already-resolved images/edit.gif
Ignoring already-resolved images/key.gif
Ignoring already-resolved images/key_old.gif
Ignoring already-resolved images/xxx_logo.png
Ignoring already-resolved images/Thumbs.db
Ignoring already-resolved stylesheets/style.css
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/public/
Found clear.cache.gif
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
core/public/
Found gwt.js
Found history.html
Found hosted.html
Analyzing source in module 'com.xxx.application.dashboard.Test'
Adding compilation units...
K:\dev\dashboard\src\com\xxx\application\dashboard\client
\Dashboard.java
K:\dev\dashboard\src\com\xxx\application\dashboard\client\model
\Application.java
K:\dev\dashboard\src\com\xxx\application\dashboard\client\model
\Category.java
K:\dev\dashboard\src\com\xxx\application\dashboard\client\model
\DateCustom.java
K:\dev\dashboard\src\com\xxx\application\dashboard\client\model
\Parameter.java
K:\dev\dashboard\src\com\xxx\application\dashboard\client\model
\TimeCustom.java
K:\dev\dashboard\src\com\xxx\application\dashboard\client\model
\type\BooleanType.java
K:\dev\dashboard\src\com\xxx\application\dashboard\client\model
\type\DateType.java
K:\dev\dashboard\src\com\xxx\application\dashboard\client\model
\type\DoubleType.java
K:\dev\dashboard\src\com\xxx\application\dashboard\client\model
\type\Editable.java
K:\dev\dashboard\src\com\xxx\application\dashboard\client\model
\type\IntegerType.java
K:\dev\dashboard\src\com\xxx\application\dashboard\client\model
\type\IntervalType.java
K:\dev\dashboard\src\com\xxx\application\dashboard\client\model
\type\ListType.java
K:\dev\dashboard\src\com\xxx\application\dashboard\client\model
\type\RecordType.java
K:\dev\dashboard\src\com\xxx\application\dashboard\client\model
\type\StringType.java
K:\dev\dashboard\src\com\xxx\application\dashboard\client\model
\type\TimeType.java
K:\dev\dashboard\src\com\xxx\application\dashboard\client\model
\type\Type.java
K:\dev\dashboard\src\com\xxx\application\dashboard\client\model
\value\BooleanValue.java
K:\dev\dashboard\src\com\xxx\application\dashboard\client\model
\value\DateValue.java
K:\dev\dashboard\src\com\xxx\application\dashboard\client\model
\value\DoubleValue.java
K:\dev\dashboard\src\com\xxx\application\dashboard\client\model
\value\IntegerValue.java
K:\dev\dashboard\src\com\xxx\application\dashboard\client\model
\value\IntervalValue.java
K:\dev\dashboard\src\com\xxx\application\dashboard\client\model
\value\ListValue.java
K:\dev\dashboard\src\com\xxx\application\dashboard\client\model
\value\RecordValue.java
K:\dev\dashboard\src\com\xxx\application\dashboard\client\model
\value\StringValue.java
K:\dev\dashboard\src\com\xxx\application\dashboard\client\model
\value\TimeValue.java
K:\dev\dashboard\src\com\xxx\application\dashboard\client\model
\value\Value.java
K:\dev\dashboard\src\com\xxx\application\dashboard\client\model
\value\ValueChangeListener.java
K:\dev\dashboard\src\com\xxx\application\dashboard\client\model
\value\ValueChangeListenerCollection.java
K:\dev\dashboard\src\com\xxx\application\dashboard\client\rpc
\ParameterService.java
K:\dev\dashboard\src\com\xxx\application\dashboard\client\rpc
\ParameterServiceAsync.java
K:\dev\dashboard\src\com\xxx\application\dashboard\client\rpc
\ServiceConstant.java
K:\dev\dashboard\src\com\xxx\application\dashboard\client\ui
\Calendar.java
K:\dev\dashboard\src\com\xxx\application\dashboard\client\ui
\ListTypeChooser.java
K:\dev\dashboard\src\com\xxx\application\dashboard\client\ui
\RecordKeyChanger.java
K:\dev\dashboard\src\com\xxx\application\dashboard\client\ui
\RecordTypeChooser.java
K:\dev\dashboard\src\com\xxx\application\dashboard\client\ui
\RollOverFlexTable.java
K:\dev\dashboard\src\com\xxx\application\dashboard\client\ui
\RollOverListener.java
K:\dev\dashboard\src\com\xxx\application\dashboard\client\ui
\RollOverListenerCollection.java
K:\dev\dashboard\src\com\xxx\application\dashboard\client\ui
\editor\BooleanEditor.java
K:\dev\dashboard\src\com\xxx\application\dashboard\client\ui
\editor\DateEditor.java
K:\dev\dashboard\src\com\xxx\application\dashboard\client\ui
\editor\DoubleEditor.java
K:\dev\dashboard\src\com\xxx\application\dashboard\client\ui
\editor\Editor.java
K:\dev\dashboard\src\com\xxx\application\dashboard\client\ui
\editor\IntegerEditor.java
K:\dev\dashboard\src\com\xxx\application\dashboard\client\ui
\editor\IntervalEditor.java
K:\dev\dashboard\src\com\xxx\application\dashboard\client\ui
\editor\ListEditor.java
K:\dev\dashboard\src\com\xxx\application\dashboard\client\ui
\editor\RecordEditor.java
K:\dev\dashboard\src\com\xxx\application\dashboard\client\ui
\editor\StringEditor.java
K:\dev\dashboard\src\com\xxx\application\dashboard\client\ui
\editor\TimeEditor.java
K:\dev\dashboard\test\com\xxx\application\dashboard\client
\BenchmarkTests.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-dev-windows.jar!/com/
google/gwt/dev/jjs/intrinsic/com/google/gwt/lang/Array.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-dev-windows.jar!/com/
google/gwt/dev/jjs/intrinsic/com/google/gwt/lang/Cast.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-dev-windows.jar!/com/
google/gwt/dev/jjs/intrinsic/com/google/gwt/lang/Exceptions.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
core/client/EntryPoint.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
core/client/GWT.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
core/client/Impl.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
core/client/JavaScriptException.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
core/client/JavaScriptObject.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
emul/java/io/FilterOutputStream.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
emul/java/io/OutputStream.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
emul/java/io/PrintStream.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
emul/java/io/Serializable.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
emul/java/lang/ArrayStoreException.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
emul/java/lang/AssertionError.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
emul/java/lang/Boolean.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
emul/java/lang/Byte.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
emul/java/lang/CharSequence.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
emul/java/lang/Character.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
emul/java/lang/Class.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
emul/java/lang/ClassCastException.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
emul/java/lang/Cloneable.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
emul/java/lang/Comparable.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
emul/java/lang/Double.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
emul/java/lang/Error.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
emul/java/lang/Exception.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
emul/java/lang/Float.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
emul/java/lang/IllegalArgumentException.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
emul/java/lang/IllegalStateException.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
emul/java/lang/IndexOutOfBoundsException.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
emul/java/lang/Integer.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
emul/java/lang/Long.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
emul/java/lang/Math.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
emul/java/lang/NegativeArraySizeException.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
emul/java/lang/NullPointerException.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
emul/java/lang/Number.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
emul/java/lang/NumberFormatException.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
emul/java/lang/Object.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
emul/java/lang/RuntimeException.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
emul/java/lang/Short.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
emul/java/lang/StackTraceElement.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
emul/java/lang/String.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
emul/java/lang/StringBuffer.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
emul/java/lang/StringIndexOutOfBoundsException.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
emul/java/lang/System.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
emul/java/lang/Throwable.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
emul/java/lang/UnsupportedOperationException.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
emul/java/util/AbstractCollection.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
emul/java/util/AbstractList.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
emul/java/util/AbstractMap.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
emul/java/util/AbstractSet.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
emul/java/util/ArrayList.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
emul/java/util/Arrays.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
emul/java/util/Collection.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
emul/java/util/Collections.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
emul/java/util/Comparator.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
emul/java/util/Comparators.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
emul/java/util/ConcurrentModificationException.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
emul/java/util/Date.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
emul/java/util/EmptyStackException.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
emul/java/util/EventListener.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
emul/java/util/EventObject.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
emul/java/util/HashMap.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
emul/java/util/HashSet.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
emul/java/util/Iterator.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
emul/java/util/List.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
emul/java/util/ListIterator.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
emul/java/util/Map.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
emul/java/util/MissingResourceException.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
emul/java/util/NoSuchElementException.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
emul/java/util/RandomAccess.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
emul/java/util/Set.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
emul/java/util/Stack.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
emul/java/util/TooManyListenersException.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
emul/java/util/Vector.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
i18n/client/Constants.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
i18n/client/ConstantsWithLookup.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
i18n/client/DateRecord.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
i18n/client/DateTimeFormat.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
i18n/client/Dictionary.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
i18n/client/Localizable.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
i18n/client/Messages.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
i18n/client/NumberFormat.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
i18n/client/constants/CurrencyCodeMapConstants.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
i18n/client/constants/DateTimeConstants.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
i18n/client/constants/NumberConstants.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
i18n/client/impl/ConstantMap.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
junit/client/Benchmark.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
junit/client/Category.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
junit/client/IntRange.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
junit/client/Operator.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
junit/client/Range.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
junit/client/RangeIterator.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
junit/client/TestResults.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
junit/client/TimeoutException.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
junit/client/Trial.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
junit/client/impl/ExceptionWrapper.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
junit/client/impl/JUnitHost.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
junit/client/impl/JUnitHostAsync.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
junit/client/impl/PermutationIterator.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
junit/client/impl/StackTraceWrapper.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
junit/translatable/com/google/gwt/junit/client/GWTTestCase.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
junit/translatable/com/google/gwt/junit/client/impl/
GWTTestCaseImpl.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
junit/translatable/junit/framework/Assert.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
junit/translatable/junit/framework/AssertionFailedError.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
junit/translatable/junit/framework/Test.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
junit/translatable/junit/framework/TestCase.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/Command.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/CommandCanceledException.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/CommandExecutor.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/Cookies.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/DOM.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/DeferredCommand.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/Element.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/Event.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/EventListener.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/EventPreview.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/HTTPRequest.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/History.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/HistoryListener.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/IncrementalCommand.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/IncrementalCommandCanceledException.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/Random.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ResponseTextHandler.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/Timer.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/Window.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/WindowCloseListener.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/WindowResizeListener.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/impl/DOMImpl.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/impl/DOMImplIE6.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/impl/DOMImplMozilla.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/impl/DOMImplMozillaOld.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/impl/DOMImplOpera.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/impl/DOMImplSafari.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/impl/DOMImplStandard.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/impl/HTTPRequestImpl.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/impl/HTTPRequestImplIE6.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/impl/HistoryImpl.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/impl/HistoryImplFrame.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/impl/HistoryImplIE6.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/impl/HistoryImplMozilla.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/impl/HistoryImplSafari.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/impl/HistoryImplStandard.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/rpc/AsyncCallback.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/rpc/IncompatibleRemoteServiceException.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/rpc/InvocationException.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/rpc/IsSerializable.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/rpc/RemoteService.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/rpc/SerializableException.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/rpc/SerializationException.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/rpc/SerializationStreamReader.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/rpc/SerializationStreamWriter.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/rpc/ServiceDefTarget.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/rpc/core/java/lang/Boolean_CustomFieldSerializer.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/rpc/core/java/lang/Byte_CustomFieldSerializer.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/rpc/core/java/lang/Character_CustomFieldSerializer.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/rpc/core/java/lang/Double_CustomFieldSerializer.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/rpc/core/java/lang/Float_CustomFieldSerializer.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/rpc/core/java/lang/Integer_CustomFieldSerializer.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/rpc/core/java/lang/Long_CustomFieldSerializer.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/rpc/core/java/lang/Object_Array_CustomFieldSerializer.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/rpc/core/java/lang/Short_CustomFieldSerializer.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/rpc/core/java/lang/String_CustomFieldSerializer.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/rpc/core/java/lang/
boolean_Array_CustomFieldSerializer.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/rpc/core/java/lang/byte_Array_CustomFieldSerializer.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/rpc/core/java/lang/char_Array_CustomFieldSerializer.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/rpc/core/java/lang/double_Array_CustomFieldSerializer.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/rpc/core/java/lang/float_Array_CustomFieldSerializer.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/rpc/core/java/lang/int_Array_CustomFieldSerializer.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/rpc/core/java/lang/long_Array_CustomFieldSerializer.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/rpc/core/java/lang/short_Array_CustomFieldSerializer.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/rpc/core/java/util/ArrayList_CustomFieldSerializer.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/rpc/core/java/util/Date_CustomFieldSerializer.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/rpc/core/java/util/HashMap_CustomFieldSerializer.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/rpc/core/java/util/HashSet_CustomFieldSerializer.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/rpc/core/java/util/Vector_CustomFieldSerializer.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/rpc/impl/AbstractSerializationStream.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/rpc/impl/AbstractSerializationStreamReader.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/rpc/impl/AbstractSerializationStreamWriter.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/rpc/impl/ClientSerializationStreamReader.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/rpc/impl/ClientSerializationStreamWriter.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/rpc/impl/Serializer.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/AbsolutePanel.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/AbstractImagePrototype.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/Button.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/ButtonBase.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/CellPanel.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/ChangeListener.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/ChangeListenerCollection.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/CheckBox.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/ClickListener.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/ClickListenerCollection.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/ComplexPanel.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/Composite.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/CustomButton.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/DeckPanel.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/DelegatingChangeListenerCollection.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/DelegatingClickListenerCollection.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/DelegatingFocusListenerCollection.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/DelegatingKeyboardListenerCollection.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/DialogBox.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/DisclosureEvent.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/DisclosureHandler.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/DisclosurePanel.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/DisclosurePanelImages.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/DockPanel.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/FastStringMap.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/FileUpload.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/FiresDisclosureEvents.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/FiresFormEvents.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/FlexTable.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/FlowPanel.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/FocusListener.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/FocusListenerAdapter.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/FocusListenerCollection.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/FocusPanel.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/FocusWidget.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/FormHandler.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/FormHandlerCollection.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/FormPanel.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/FormSubmitCompleteEvent.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/FormSubmitEvent.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/Frame.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/Grid.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/HTML.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/HTMLPanel.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/HTMLTable.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/HasAlignment.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/HasCaption.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/HasFocus.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/HasHTML.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/HasHorizontalAlignment.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/HasKeyPreview.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/HasName.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/HasText.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/HasVerticalAlignment.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/HasWidgets.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/HasWordWrap.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/Hidden.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/HorizontalPanel.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/HorizontalSplitPanel.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/Hyperlink.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/Image.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/ImageBundle.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/IndexedPanel.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/KeyboardListener.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/KeyboardListenerAdapter.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/KeyboardListenerCollection.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/Label.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/ListBox.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/LoadListener.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/LoadListenerCollection.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/MenuBar.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/MenuItem.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/MouseListener.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/MouseListenerAdapter.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/MouseListenerCollection.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/MouseWheelListener.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/MouseWheelListenerCollection.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/MouseWheelVelocity.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/MultiWordSuggestOracle.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/NamedFrame.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/Panel.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/PasswordTextBox.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/PopupListener.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/PopupListenerCollection.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/PopupPanel.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/PrefixTree.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/PushButton.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/RadioButton.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/RichTextArea.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/RootPanel.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/ScrollListener.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/ScrollListenerCollection.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/ScrollPanel.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/SimplePanel.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/SourcesChangeEvents.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/SourcesClickEvents.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/SourcesFocusEvents.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/SourcesKeyboardEvents.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/SourcesLoadEvents.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/SourcesMouseEvents.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/SourcesMouseWheelEvents.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/SourcesPopupEvents.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/SourcesScrollEvents.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/SourcesTabEvents.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/SourcesTableEvents.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/SourcesTreeEvents.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/SplitPanel.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/StackPanel.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/SuggestBox.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/SuggestOracle.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/TabBar.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/TabListener.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/TabListenerCollection.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/TabPanel.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/TableListener.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/TableListenerCollection.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/TextArea.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/TextBox.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/TextBoxBase.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/ToggleButton.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/Tree.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/TreeImages.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/TreeItem.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/TreeListener.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/TreeListenerCollection.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/UIObject.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/VerticalPanel.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/VerticalSplitPanel.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/Widget.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/WidgetCollection.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/WidgetIterators.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/impl/AbstractItemPickerImpl.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/impl/ClippedImageImpl.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/impl/ClippedImageImplIE6.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/impl/ClippedImagePrototype.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/impl/FocusImpl.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/impl/FocusImplIE6.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/impl/FocusImplOld.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/impl/FocusImplSafari.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/impl/FormPanelImpl.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/impl/FormPanelImplHost.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/impl/FormPanelImplIE6.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/impl/ItemPickerDropDownImpl.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/impl/PopupImpl.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/impl/PopupImplIE6.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/impl/PopupImplMozilla.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/impl/RichTextAreaImpl.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/impl/RichTextAreaImplIE6.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/impl/RichTextAreaImplMozilla.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/impl/RichTextAreaImplOpera.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/impl/RichTextAreaImplSafari.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/impl/RichTextAreaImplStandard.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/impl/SuggestPickerImpl.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/impl/TextBoxImpl.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/ui/impl/TextBoxImplIE6.java
Examining gwt.typeArgs tags
Type com.xxx.application.dashboard.client.Dashboard.9
Type com.google.gwt.user.client.ui.HorizontalSplitPanel
Type com.xxx.application.dashboard.client.model.TimeCustom
Type com.google.gwt.user.client.ui.TabPanel.UnmodifiableTabBar
Type com.xxx.application.dashboard.client.Dashboard.5.6
Type java.lang.AssertionError
Type java.util.Vector
Type java.lang.Boolean
Type java.util.Comparator
Type java.util.Map.Entry
Type com.google.gwt.junit.client.impl.StackTraceWrapper
Type com.xxx.application.dashboard.client.ui.RollOverListener
Type com.google.gwt.user.client.ui.HasKeyPreview
Type com.google.gwt.user.client.ui.SimplePanel
Type com.google.gwt.user.client.ui.VerticalSplitPanel.ImplIE6
Type
com.google.gwt.user.client.rpc.core.java.util.ArrayList_CustomFieldSerializer
Type java.util.EventObject
Type com.google.gwt.user.client.ui.CustomButton.Face
Type
com.xxx.application.dashboard.client.ui.Calendar.ButtonCloseClickListener
Type java.util.AbstractList.ListIteratorImpl
Type java.lang.IndexOutOfBoundsException
Type junit.framework.TestCase
Type com.google.gwt.i18n.client.impl.ConstantMap.DummyMapEntry
Type com.google.gwt.user.client.ui.VerticalSplitPanel.Impl
Type com.google.gwt.user.client.ui.WidgetCollection
Type com.google.gwt.user.client.ui.SuggestOracle
Type com.xxx.application.dashboard.client.Dashboard.11.12
Type
com.google.gwt.user.client.IncrementalCommandCanceledException
Type
com.google.gwt.user.client.rpc.core.java.lang.Byte_CustomFieldSerializer
Type java.util.HashMap.EntryImpl
Type
com.google.gwt.user.client.rpc.core.java.lang.Character_CustomFieldSerializer
Type com.google.gwt.user.client.ui.SourcesFocusEvents
Type com.google.gwt.user.client.ui.MenuBar.1
Type com.google.gwt.user.client.ui.CheckBox
Type com.google.gwt.junit.client.Operator
Type java.util.List
Type com.google.gwt.user.client.ui.CustomButton.1
Type com.google.gwt.junit.client.IntRange.IntRangeIterator
Type com.xxx.application.dashboard.client.model.type.StringType
Type com.google.gwt.user.client.ui.impl.FormPanelImpl
Type com.google.gwt.user.client.ui.SuggestBox
Type com.google.gwt.user.client.Random
Type com.google.gwt.user.client.rpc.SerializationStreamReader
Type com.xxx.application.dashboard.client.ui.RecordTypeChooser.1
Type com.google.gwt.user.client.ui.Grid
Type
com.google.gwt.user.client.rpc.core.java.lang.String_CustomFieldSerializer
Type com.google.gwt.user.client.ui.ChangeListener
Type com.xxx.application.dashboard.client.ui.RecordKeyChanger.1
Type com.google.gwt.user.client.ui.VerticalSplitPanel
Type
com.xxx.application.dashboard.client.Dashboard.ValueChangedAction
Type com.google.gwt.user.client.ui.HasName
Type com.google.gwt.user.client.EventPreview
Type java.util.AbstractMap.3
Type
com.xxx.application.dashboard.client.ui.editor.DateEditor.ShowCalendarClickListener
Type
com.xxx.application.dashboard.client.ui.editor.TimeEditor.ButtonSaveClickListener
Type com.google.gwt.user.client.ui.SourcesScrollEvents
Type com.google.gwt.user.client.ui.Image.ClippedState.1
Type com.google.gwt.user.client.ui.FormHandler
Type com.google.gwt.user.client.ui.HTMLTable.ColumnFormatter
Type com.xxx.application.dashboard.client.model.value.ListValue
Field mListValue
Type com.google.gwt.junit.client.impl.ExceptionWrapper
Type java.util.AbstractMap.1.2
Type com.google.gwt.user.client.ui.SourcesTreeEvents
Type java.lang.Cloneable
Type com.google.gwt.i18n.client.Messages
Type com.google.gwt.user.client.ui.SuggestBox.1
Type com.google.gwt.user.client.ui.RootPanel.1
Type
com.google.gwt.user.client.rpc.core.java.lang.long_Array_CustomFieldSerializer
Type
com.xxx.application.dashboard.client.ui.editor.IntegerEditor
Type com.google.gwt.user.client.ui.TextBoxBase
Type com.xxx.application.dashboard.client.Dashboard.7.8
Type com.google.gwt.user.client.ui.Hidden
Type com.google.gwt.user.client.ui.FlexTable.FlexCellFormatter
Type com.google.gwt.user.client.ui.FileUpload
Type com.google.gwt.user.client.ui.PrefixTree.PrefixTreeIterator
Type com.google.gwt.user.client.rpc.RemoteService
Type com.google.gwt.user.client.impl.HistoryImplSafari
Type com.google.gwt.user.client.ui.StackPanel
Type
com.xxx.application.dashboard.client.ui.editor.Editor.RollOverAction
Type com.google.gwt.user.client.ui.impl.PopupImplMozilla
Type com.xxx.application.dashboard.client.ui.RollOverFlexTable
Type com.google.gwt.user.client.ui.Widget
Type java.lang.NullPointerException
Type com.google.gwt.user.client.ui.MultiWordSuggestOracle
Type com.google.gwt.user.client.ui.CustomButton
Type com.google.gwt.lang.Exceptions
Type com.google.gwt.junit.client.TestResults
Field trials
Type com.google.gwt.user.client.ui.SourcesClickEvents
Type
com.google.gwt.user.client.rpc.core.java.lang.Object_Array_CustomFieldSerializer
Type com.xxx.application.dashboard.client.ui.Calendar.3
Type com.xxx.application.dashboard.client.ui.editor.TimeEditor
Type
com.google.gwt.user.client.rpc.core.java.lang.short_Array_CustomFieldSerializer
Type com.google.gwt.user.client.ui.Image.State
Type com.google.gwt.user.client.ui.WidgetIterators.1
Type com.google.gwt.user.client.ui.DisclosurePanel
Type
com.google.gwt.user.client.ui.HorizontalSplitPanel.ImplSafari
Type com.google.gwt.user.client.impl.DOMImplOpera
Type
com.google.gwt.user.client.rpc.core.java.lang.float_Array_CustomFieldSerializer
Type
com.google.gwt.user.client.rpc.core.java.lang.Double_CustomFieldSerializer
Type com.google.gwt.user.client.ui.Label
Type com.google.gwt.user.client.ui.impl.TextBoxImplIE6
Type
com.google.gwt.user.client.rpc.core.java.util.HashSet_CustomFieldSerializer
Type
com.xxx.application.dashboard.client.model.value.ValueChangeListener
Type
com.google.gwt.user.client.rpc.core.java.lang.double_Array_CustomFieldSerializer
Type java.io.PrintStream
Type com.google.gwt.user.client.ui.Image.ClippedState
Type com.google.gwt.user.client.ui.MenuItem
Type com.google.gwt.junit.client.Category
Type com.google.gwt.user.client.ui.VerticalSplitPanel.1
Type
com.google.gwt.user.client.ui.HTMLTable.WidgetMapper.FreeNode
Type com.google.gwt.user.client.ui.HasCaption
Type com.google.gwt.user.client.ui.TableListenerCollection
Type
com.xxx.application.dashboard.client.ui.editor.RecordEditor.TypeChooserPopupClosedListener
Type java.lang.Math
Type
com.xxx.application.dashboard.client.ui.editor.StringEditor.ButtonResetClickListener
Type com.xxx.application.dashboard.client.BenchmarkTests
Type com.google.gwt.user.client.ui.FlexTable
Type com.google.gwt.user.client.ui.DockPanel
Type java.lang.Integer
Type com.google.gwt.user.client.ui.FocusWidget
Type com.xxx.application.dashboard.client.ui.RecordTypeChooser
Type com.google.gwt.user.client.ui.Composite
Type com.google.gwt.user.client.ui.FlowPanel
Type java.lang.Comparable
Type
com.xxx.application.dashboard.client.ui.editor.IntegerEditor.ButtonSaveClickListener
Type com.google.gwt.user.client.ui.FocusListenerAdapter
Type com.google.gwt.user.client.ui.FastStringMap.1.2
Type com.google.gwt.user.client.rpc.ServiceDefTarget
Type com.google.gwt.user.client.ui.FastStringMap.3
Type com.google.gwt.user.client.History
Type com.google.gwt.user.client.ui.SuggestBox.3
Type java.lang.Throwable
Type com.google.gwt.user.client.ui.HasHorizontalAlignment
Type
com.xxx.application.dashboard.client.ui.editor.RecordEditor.KeyChangerPopupClosedListener
Type com.xxx.application.dashboard.client.Dashboard.19.20
Type com.google.gwt.user.client.ui.PopupListener
Type com.xxx.application.dashboard.client.ui.editor.StringEditor
Type java.util.Arrays
Type java.util.Comparators
Type com.google.gwt.user.client.ui.KeyboardListenerAdapter
Type com.google.gwt.user.client.ui.impl.FormPanelImplHost
Type com.google.gwt.user.client.ui.HTMLTable.CellFormatter
Type
com.google.gwt.user.client.rpc.core.java.util.Vector_CustomFieldSerializer
Type com.xxx.application.dashboard.client.ui.Calendar.2
Type com.google.gwt.user.client.ui.SuggestOracle.Request
Type java.util.AbstractList.IteratorImpl
Type com.google.gwt.user.client.ui.HasVerticalAlignment
Type com.xxx.application.dashboard.client.Dashboard.5
Type com.xxx.application.dashboard.client.model.type.TimeType
Type java.util.RandomAccess
Type com.google.gwt.user.client.ui.AbstractImagePrototype
Type com.google.gwt.user.client.ui.FormPanel.1
Type com.google.gwt.core.client.JavaScriptException
Type com.xxx.application.dashboard.client.ui.editor.ListEditor.1
Type com.xxx.application.dashboard.client.ui.editor.RecordEditor.
1
Type com.google.gwt.user.client.ui.DisclosureEvent
Type
com.xxx.application.dashboard.client.model.value.IntervalValue
Type java.lang.Class
Type com.xxx.application.dashboard.client.model.DateCustom
Type
com.xxx.application.dashboard.client.ui.editor.IntegerEditor.TextBoxKeyboardListener
Type com.google.gwt.user.client.ui.impl.PopupImpl
Type com.xxx.application.dashboard.client.rpc.ParameterService
Method public abstract java.util.Set getCategoryList()
Method public abstract java.util.Set getApplicationList()
Type com.google.gwt.user.client.rpc.AsyncCallback
Type com.google.gwt.user.client.EventListener
Type com.google.gwt.junit.client.RangeIterator
Type com.google.gwt.user.client.ui.FastStringMap.1
Type com.google.gwt.user.client.ui.TreeListener
Type com.google.gwt.user.client.ui.MouseListenerCollection
Type junit.framework.AssertionFailedError
Type com.google.gwt.user.client.IncrementalCommand
Type com.google.gwt.user.client.ui.MouseWheelListener
Type com.google.gwt.user.client.ui.ButtonBase
Type
com.google.gwt.user.client.rpc.ServiceDefTarget.NoServiceEntryPointSpecifiedException
Type
com.xxx.application.dashboard.client.model.value.BooleanValue
Type
com.google.gwt.junit.client.impl.GWTTestCaseImpl.JUnitHostListener
Type com.google.gwt.user.client.ui.TabListenerCollection
Type
com.google.gwt.user.client.ui.Tree.ImagesFromImageBase.Prototype
Type
com.google.gwt.user.client.ui.impl.AbstractItemPickerImpl.Item
Type com.google.gwt.user.client.WindowCloseListener
Type com.google.gwt.core.client.JavaScriptObject
Type com.google.gwt.user.client.ui.FastStringMap.ImplMapEntry
Type com.google.gwt.junit.client.TimeoutException
Type com.xxx.application.dashboard.client.Dashboard.19
Type com.xxx.application.dashboard.client.Dashboard.15
Type com.google.gwt.user.client.ui.impl.FocusImplSafari
Type com.google.gwt.user.client.ui.HorizontalSplitPanel.1
Type
com.xxx.application.dashboard.client.ui.editor.DateEditor.CalendarValueChangeListener
Type java.lang.CharSequence
Type com.google.gwt.user.client.ui.MouseListenerAdapter
Type com.google.gwt.user.client.ui.SimplePanel.1
Type com.google.gwt.user.client.ui.impl.ClippedImagePrototype
Type com.google.gwt.user.client.ui.impl.TextBoxImpl
Type
com.xxx.application.dashboard.client.model.value.StringValue
Type com.google.gwt.user.client.impl.HistoryImplIE6
Type
com.xxx.application.dashboard.client.ui.editor.StringEditor.ButtonSaveClickListener
Type java.util.Collections
Type com.google.gwt.user.client.ResponseTextHandler
Type com.xxx.application.dashboard.client.ui.editor.Editor
Type com.google.gwt.user.client.Command
Type com.google.gwt.core.client.GWT.UncaughtExceptionHandler
Type com.google.gwt.user.client.ui.ChangeListenerCollection
Type com.google.gwt.user.client.ui.MouseWheelVelocity
Type
com.google.gwt.junit.client.impl.PermutationIterator.Permutation
Type com.google.gwt.user.client.ui.SourcesTableEvents
Type com.xxx.application.dashboard.client.model.value.TimeValue
Type com.google.gwt.junit.client.impl.JUnitHostAsync
Type
com.google.gwt.user.client.rpc.core.java.lang.Boolean_CustomFieldSerializer
Type
com.google.gwt.i18n.client.impl.ConstantMap.OrderedConstantSet.ImmutableIterator
Type com.google.gwt.lang.Array
Type com.xxx.application.dashboard.client.model.type.RecordType
Type java.util.HashMap
Type java.util.Date
Type com.google.gwt.user.client.ui.HTMLPanel
Type com.google.gwt.user.client.ui.HTMLTable.WidgetMapper.1
Type com.google.gwt.user.client.ui.DisclosureHandler
Type
com.xxx.application.dashboard.client.ui.editor.DateEditor.TextBoxKeyboardListener
Type com.google.gwt.junit.client.impl.GWTTestCaseImpl
Type
com.xxx.application.dashboard.client.ui.RollOverListenerCollection
Type
com.xxx.application.dashboard.client.ui.editor.ListEditor.TypeChooserPopupClosedListener
Type com.xxx.application.dashboard.client.model.type.ListType
Type com.google.gwt.user.client.ui.impl.FocusImplIE6
Type com.google.gwt.user.client.CommandExecutor.2
Type com.google.gwt.junit.client.Range
Type java.lang.UnsupportedOperationException
Type com.google.gwt.user.client.ui.HorizontalSplitPanel.ImplIE6
Type com.google.gwt.user.client.ui.Frame
Type
com.xxx.application.dashboard.client.model.type.IntervalType
Type com.google.gwt.user.client.ui.TabBar
Type com.google.gwt.i18n.client.DateTimeFormat
Type com.google.gwt.user.client.ui.VerticalPanel
Type com.google.gwt.user.client.ui.TextBoxBase.TextAlignConstant
Type com.xxx.application.dashboard.client.ui.Calendar
Type com.google.gwt.user.client.rpc.SerializationException
Type com.google.gwt.user.client.ui.HasFocus
Type
com.xxx.application.dashboard.client.ui.editor.Editor.ViewEditorAction
Type com.google.gwt.user.client.ui.FormSubmitEvent
Type com.google.gwt.user.client.ui.HasHTML
Type com.xxx.application.dashboard.client.ui.Calendar.1
Type com.google.gwt.user.client.ui.Panel
Type com.google.gwt.user.client.ui.MouseWheelListenerCollection
Type java.lang.Exception
Type java.lang.Object
Type com.google.gwt.user.client.ui.DockPanel.LayoutData
Type java.lang.Double
Type java.lang.NegativeArraySizeException
Type com.google.gwt.user.client.ui.RichTextArea.BasicFormatter
Type com.google.gwt.user.client.ui.impl.RichTextAreaImpl
Type
com.google.gwt.user.client.rpc.core.java.lang.boolean_Array_CustomFieldSerializer
Type com.google.gwt.i18n.client.Localizable
Type com.google.gwt.i18n.client.Constants
Type com.google.gwt.user.client.ui.SplitPanel
Type com.google.gwt.user.client.impl.DOMImplIE6
Type com.google.gwt.junit.client.Trial
Field variables
Type com.google.gwt.user.client.ui.TreeListenerCollection
Type
com.google.gwt.user.client.ui.DisclosurePanel.ClickableHeader
Type com.google.gwt.user.client.ui.impl.FormPanelImplIE6
Type
com.google.gwt.junit.client.impl.PermutationIterator.ListRange
Type com.google.gwt.user.client.ui.FastStringMap
Type
com.xxx.application.dashboard.client.rpc.ParameterServiceAsync
Type junit.framework.Test
Type
com.xxx.application.dashboard.client.ui.RecordTypeChooser.TypeSelectedIndexChanged
Type com.google.gwt.user.client.ui.HTMLTable
Type
com.xxx.application.dashboard.client.ui.editor.TimeEditor.TextBoxKeyboardListener
Type
com.xxx.application.dashboard.client.ui.editor.DateEditor.ButtonResetClickListener
Type com.xxx.application.dashboard.client.Dashboard
Type
com.xxx.application.dashboard.client.ui.editor.BooleanEditor
Type java.util.AbstractMap.3.4
Type com.google.gwt.i18n.client.Dictionary
Type com.google.gwt.user.client.ui.TextArea
Type com.google.gwt.user.client.ui.RichTextArea.Justification
Type java.lang.IllegalArgumentException
Type com.google.gwt.user.client.ui.impl.ClippedImageImpl
Type com.google.gwt.user.client.ui.impl.SuggestPickerImpl
Type com.google.gwt.user.client.WindowResizeListener
Type com.google.gwt.user.client.ui.FocusListenerCollection
Type com.google.gwt.junit.client.GWTTestCase
Type com.google.gwt.user.client.ui.RadioButton
Type com.google.gwt.user.client.ui.ToggleButton
Type
com.google.gwt.user.client.rpc.core.java.lang.Float_CustomFieldSerializer
Type
com.xxx.application.dashboard.client.ui.editor.DoubleEditor.ButtonResetClickListener
Type com.google.gwt.user.client.ui.ImageBundle
Type com.google.gwt.user.client.DeferredCommand
Type com.google.gwt.user.client.ui.ComplexPanel
Type java.util.AbstractSet
Type com.google.gwt.user.client.ui.SuggestOracle.Response
Field suggestions
Type com.google.gwt.user.client.ui.TabListener
Type
com.google.gwt.user.client.rpc.core.java.lang.Short_CustomFieldSerializer
Type com.google.gwt.user.client.ui.SourcesKeyboardEvents
Type com.google.gwt.user.client.ui.Tree.1
Type com.google.gwt.user.client.ui.impl.RichTextAreaImplMozilla
Type java.util.AbstractMap.1
Type com.google.gwt.user.client.ui.DialogBox
Type com.google.gwt.user.client.ui.PopupListenerCollection
Type com.google.gwt.user.client.ui.HasWidgets
Type com.google.gwt.lang.Cast
Type com.google.gwt.user.client.ui.TextBox
Type com.xxx.application.dashboard.client.ui.ListTypeChooser.1
Type java.util.Collection
Type com.google.gwt.user.client.ui.DockPanel.DockLayoutConstant
Type com.google.gwt.i18n.client.constants.NumberConstants
Type com.google.gwt.user.client.ui.ClickListenerCollection
Type java.util.Set
Type com.google.gwt.user.client.ui.RichTextArea.FontSize
Type com.google.gwt.user.client.ui.WidgetIterators
Type
com.google.gwt.user.client.rpc.core.java.lang.Long_CustomFieldSerializer
Type com.google.gwt.user.client.ui.TabPanel.TabbedDeckPanel
Type com.google.gwt.user.client.impl.HistoryImplMozilla
Type com.google.gwt.user.client.Timer.1
Type com.xxx.application.dashboard.client.ui.editor.DateEditor
Type
com.xxx.application.dashboard.client.ui.editor.BooleanEditor.ButtonResetClickListener
Type com.google.gwt.user.client.ui.TreeItem.ContentPanel
Type java.util.Map
Type com.google.gwt.core.client.GWT
Type com.google.gwt.user.client.impl.HTTPRequestImpl
Type com.xxx.application.dashboard.client.ui.editor.RecordEditor
Type com.google.gwt.user.client.ui.UIObject
Type com.xxx.application.dashboard.client.ui.ListTypeChooser.2
Type com.google.gwt.user.client.ui.KeyboardListener
Type com.google.gwt.user.client.impl.DOMImplSafari
Type
com.google.gwt.user.client.ui.DelegatingChangeListenerCollection
Type com.google.gwt.user.client.ui.Button
Type com.google.gwt.user.client.impl.HistoryImplFrame
Type
com.google.gwt.user.client.ui.HasVerticalAlignment.VerticalAlignmentConstant
Type com.google.gwt.user.client.ui.PrefixTree
Type com.google.gwt.user.client.ui.SuggestBox.2
Type com.google.gwt.user.client.ui.FocusPanel
Type com.xxx.application.dashboard.client.Dashboard.7
Type
com.xxx.application.dashboard.client.ui.editor.BooleanEditor.ButtonSaveClickListener
Type java.util.HashSet
Type com.xxx.application.dashboard.client.Dashboard.3.4
Type java.util.Iterator
Type com.google.gwt.i18n.client.DateRecord
Type java.util.Stack
Type com.google.gwt.user.client.ui.impl.FocusImplOld
Type com.google.gwt.user.client.ui.FormHandlerCollection
Type com.google.gwt.junit.client.IntRange
Type com.google.gwt.user.client.DOM
Type com.google.gwt.user.client.ui.SuggestOracle.Callback
Type com.google.gwt.user.client.rpc.impl.Serializer
Type
com.xxx.application.dashboard.client.ui.editor.DateEditor.ButtonSaveClickListener
Type com.google.gwt.user.client.ui.ScrollPanel
Type com.google.gwt.user.client.ui.FiresDisclosureEvents
Type com.google.gwt.user.client.rpc.InvocationException
Type com.xxx.application.dashboard.client.ui.RecordKeyChanger.2
Type com.google.gwt.user.client.ui.SourcesMouseEvents
Type
com.google.gwt.user.client.ui.HasHorizontalAlignment.HorizontalAlignmentConstant
Type com.google.gwt.user.client.ui.Image.UnclippedState
Type com.google.gwt.user.client.ui.SourcesMouseWheelEvents
Type com.google.gwt.user.client.ui.impl.PopupImplMozilla.1
Type com.google.gwt.user.client.ui.ScrollListenerCollection
Type java.io.FilterOutputStream
Type com.xxx.application.dashboard.client.Dashboard.17.18
Type com.google.gwt.i18n.client.NumberFormat
Type com.xxx.application.dashboard.client.ui.ListTypeChooser
Type
com.xxx.application.dashboard.client.ui.editor.TimeEditor.ButtonResetClickListener
Type java.util.Comparators.1
Type com.google.gwt.user.client.CommandCanceledException
Type com.google.gwt.user.client.ui.SuggestOracle.Suggestion
Type
com.xxx.application.dashboard.client.ui.editor.IntegerEditor.ButtonResetClickListener
Type java.lang.ArrayStoreException
Type com.xxx.application.dashboard.client.ui.editor.DoubleEditor
Type
com.xxx.application.dashboard.client.ui.editor.ListEditor.DeleteLineAction
Type
com.xxx.application.dashboard.client.ui.editor.IntervalEditor
Type com.google.gwt.user.client.ui.Image
Type com.xxx.application.dashboard.client.rpc.ServiceConstant
Type com.google.gwt.user.client.ui.Tree.ImagesFromImageBase
Type
com.google.gwt.user.client.ui.DelegatingKeyboardListenerCollection
Type com.google.gwt.user.client.ui.HasWordWrap
Type com.google.gwt.user.client.impl.DOMImplMozilla
Type java.util.TooManyListenersException
Type com.google.gwt.user.client.ui.Tree
Type com.xxx.application.dashboard.client.model.value.Value
Type com.google.gwt.user.client.ui.LoadListenerCollection
Type com.google.gwt.junit.client.impl.JUnitHost
Type com.google.gwt.user.client.ui.FocusListener
Type
com.google.gwt.user.client.rpc.core.java.util.Date_CustomFieldSerializer
Type com.google.gwt.user.client.ui.ScrollListener
Type com.google.gwt.junit.client.impl.GWTTestCaseImpl.KillTimer
Type java.lang.NumberFormatException
Type com.google.gwt.user.client.ui.PasswordTextBox
Type java.io.OutputStream
Type java.lang.StringIndexOutOfBoundsException
Type com.xxx.application.dashboard.client.model.type.BooleanType
Type com.google.gwt.user.client.ui.PushButton
Type com.google.gwt.user.client.ui.ListBox
Type
com.google.gwt.user.client.ui.RichTextArea.ExtendedFormatter
Type
com.google.gwt.user.client.ui.MultiWordSuggestOracle.MultiWordSuggestion
Type com.xxx.application.dashboard.client.Dashboard.17
Type
com.google.gwt.i18n.client.impl.ConstantMap.OrderedConstantSet
Type com.google.gwt.user.client.ui.ClickListener
Type com.google.gwt.user.client.ui.HTMLTable.RowFormatter
Type com.google.gwt.user.client.ui.LoadListener
Type com.google.gwt.user.client.Element
Type java.util.ListIterator
Type
com.xxx.application.dashboard.client.ui.editor.DoubleEditor.TextBoxKeyboardListener
Type com.xxx.application.dashboard.client.model.type.DateType
Type
com.xxx.application.dashboard.client.ui.Calendar.DayLinkClickListener
Type com.google.gwt.user.client.ui.TreeItem
Type com.xxx.application.dashboard.client.model.Category
Field mParamList
Type com.google.gwt.user.client.ui.FormSubmitCompleteEvent
Type com.google.gwt.user.client.ui.FormPanel
Type com.google.gwt.user.client.CommandExecutor.CircularIterator
Type com.google.gwt.user.client.ui.impl.ItemPickerDropDownImpl
Type com.google.gwt.user.client.ui.PopupPanel
Type com.google.gwt.user.client.impl.DOMImpl
Type java.lang.Short
Type java.lang.Long
Type com.google.gwt.user.client.impl.HistoryImpl
Type com.xxx.application.dashboard.client.Dashboard.9.10
Type com.google.gwt.user.client.ui.SourcesPopupEvents
Type com.google.gwt.core.client.EntryPoint
Type
com.google.gwt.user.client.rpc.core.java.lang.byte_Array_CustomFieldSerializer
Type com.google.gwt.user.client.ui.HTML
Type
com.google.gwt.user.client.rpc.impl.AbstractSerializationStreamReader
Type com.google.gwt.user.client.ui.HorizontalSplitPanel.Impl
Type java.util.AbstractList
Type com.google.gwt.user.client.ui.HTMLTable.WidgetMapper
Type com.google.gwt.user.client.ui.TableListener
Type java.util.MissingResourceException
Type com.xxx.application.dashboard.client.model.type.IntegerType
Type com.google.gwt.user.client.ui.impl.RichTextAreaImplIE6
Type com.google.gwt.i18n.client.constants.DateTimeConstants
Type
com.xxx.application.dashboard.client.ui.editor.Editor.ValueChangeAction
Type
com.xxx.application.dashboard.client.model.value.IntegerValue
Type com.xxx.application.dashboard.client.Dashboard.3
Type
com.xxx.application.dashboard.client.ui.editor.DoubleEditor.ButtonSaveClickListener
Type
com.google.gwt.user.client.rpc.impl.ClientSerializationStreamWriter
Type com.google.gwt.user.client.ui.impl.PopupImplIE6
Type
com.xxx.application.dashboard.client.Dashboard.ViewEditorAction
Type
com.google.gwt.user.client.rpc.impl.AbstractSerializationStreamWriter
Type
com.xxx.application.dashboard.client.ui.editor.RecordEditor.DeleteLineAction
Type com.xxx.application.dashboard.client.Dashboard.1
Type com.google.gwt.user.client.ui.SourcesTabEvents
Type
com.xxx.application.dashboard.client.model.value.ValueChangeListenerCollection
Type com.google.gwt.user.client.impl.HistoryImplStandard
Type java.lang.Float
Type
com.google.gwt.user.client.ui.DelegatingClickListenerCollection
Type com.google.gwt.user.client.ui.SourcesChangeEvents
Type java.lang.Character
Type java.util.EventListener
Type com.google.gwt.user.client.ui.DisclosurePanelImages
Type java.util.ArrayList
Type com.google.gwt.user.client.ui.Hyperlink
Type com.google.gwt.user.client.ui.DisclosurePanel.DefaultHeader
Type com.google.gwt.user.client.ui.impl.RichTextAreaImplStandard
Type
com.google.gwt.user.client.rpc.core.java.util.HashMap_CustomFieldSerializer
Type com.google.gwt.user.client.impl.DOMImplMozillaOld
Type com.xxx.application.dashboard.client.ui.RecordTypeChooser.2
Type com.google.gwt.user.client.ui.DockPanel.TmpRow
Type
com.xxx.application.dashboard.client.Dashboard.RollOverAction
Type com.xxx.application.dashboard.client.model.Application
Type
com.google.gwt.user.client.rpc.core.java.lang.Integer_CustomFieldSerializer
Type java.util.AbstractMap
Type com.google.gwt.user.client.ui.KeyboardListenerCollection
Type com.google.gwt.user.client.CommandExecutor.1
Type com.google.gwt.core.client.Impl
Type com.xxx.application.dashboard.client.Dashboard.15.16
Type com.google.gwt.user.client.ui.TreeImages
Type java.lang.StackTraceElement
Type com.google.gwt.user.client.ui.MouseListener
Type java.lang.ClassCastException
Type java.lang.System
Type com.google.gwt.user.client.ui.impl.RichTextAreaImplSafari
Type com.google.gwt.user.client.ui.impl.FocusImpl
Type com.xxx.application.dashboard.client.Dashboard.13
Type java.util.HashMap.EntrySetImplIterator
Type
com.google.gwt.user.client.rpc.impl.AbstractSerializationStream
Type com.google.gwt.user.client.ui.IndexedPanel
Type com.google.gwt.user.client.ui.CellPanel
Type com.xxx.application.dashboard.client.ui.RecordKeyChanger
Type
com.xxx.application.dashboard.client.ui.editor.RecordEditor.ChangeKeyAction
Type
com.google.gwt.user.client.rpc.impl.ClientSerializationStreamReader
Type java.lang.Byte
Type
com.xxx.application.dashboard.client.model.value.RecordValue
Field mRecordValue
Type com.xxx.application.dashboard.client.Dashboard.11
Type com.google.gwt.user.client.ui.impl.ItemPickerDropDownImpl.1
Type com.xxx.application.dashboard.client.Dashboard.2
Type com.google.gwt.user.client.ui.RootPanel
Type
com.google.gwt.user.client.rpc.core.java.lang.char_Array_CustomFieldSerializer
Type com.xxx.application.dashboard.client.model.type.Editable
Type com.google.gwt.user.client.Cookies
Type java.io.Serializable
Type com.google.gwt.user.client.ui.TabPanel
Type com.google.gwt.user.client.ui.HasAlignment
Type com.xxx.application.dashboard.client.model.type.Type
Type com.google.gwt.user.client.impl.DOMImplStandard
Type com.xxx.application.dashboard.client.model.value.DateValue
Type com.google.gwt.user.client.rpc.IsSerializable
Type java.util.AbstractCollection
Type com.google.gwt.user.client.ui.TabBar.ClickDecoratorPanel
Type com.google.gwt.user.client.ui.HorizontalPanel
Type com.xxx.application.dashboard.client.Dashboard.13.14
Type
com.google.gwt.user.client.ui.WidgetCollection.WidgetIterator
Type java.util.HashMap.1
Type java.util.EmptyStackException
Type
com.google.gwt.i18n.client.constants.CurrencyCodeMapConstants
Type java.lang.RuntimeException
Type com.google.gwt.user.client.HistoryListener
Type com.xxx.application.dashboard.client.model.type.DoubleType
Type com.google.gwt.user.client.Timer
Type junit.framework.Assert
Type java.lang.StringBuffer
Type com.google.gwt.user.client.ui.HasText
Type com.google.gwt.user.client.ui.AbsolutePanel
Type com.google.gwt.user.client.ui.impl.AbstractItemPickerImpl
Type com.google.gwt.junit.client.impl.PermutationIterator
Type java.lang.IllegalStateException
Type com.xxx.application.dashboard.client.model.Parameter
Type com.google.gwt.user.client.CommandExecutor
Type com.google.gwt.user.client.rpc.SerializableException
Type
com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException
Type com.google.gwt.user.client.Window
Type
com.google.gwt.user.client.rpc.core.java.lang.int_Array_CustomFieldSerializer
Type com.google.gwt.i18n.client.impl.ConstantMap
Type com.google.gwt.user.client.ui.DeckPanel
Type com.google.gwt.user.client.ui.impl.RichTextAreaImplOpera
Type com.google.gwt.user.client.HTTPRequest
Type java.util.NoSuchElementException
Type java.util.ConcurrentModificationException
Type com.google.gwt.i18n.client.ConstantsWithLookup
Type com.google.gwt.user.client.Event
Type com.google.gwt.user.client.ui.impl.ClippedImageImplIE6
Type com.google.gwt.user.client.ui.RichTextArea
Type com.google.gwt.user.client.ui.MenuBar
Type com.google.gwt.user.client.ui.FiresFormEvents
Type com.google.gwt.user.client.impl.HTTPRequestImplIE6
Type
com.xxx.application.dashboard.client.model.value.DoubleValue
Type java.lang.Number
Type com.google.gwt.junit.client.Benchmark
Type com.xxx.application.dashboard.client.ui.editor.ListEditor
Type java.lang.Error
Type com.google.gwt.user.client.ui.NamedFrame
Type com.google.gwt.user.client.ui.SourcesLoadEvents
Type com.google.gwt.i18n.client.DateTimeFormat.PatternPart
Type com.google.gwt.user.client.rpc.SerializationStreamWriter
Type
com.google.gwt.user.client.ui.DelegatingFocusListenerCollection
Type java.lang.String
Finished in 4141 ms
Finding entry point classes
The following compilation units have changed since the last
compilation to bytecode
K:\dev\dashboard\test\com\xxx\application\dashboard\client
\IntegerParameterTests.java
K:\dev\dashboard\test\com\xxx\application\dashboard\client
\DateParameterTests.java
Rebinding com.xxx.application.dashboard.client.BenchmarkTests
Checking rule <generate-with
class='com.google.gwt.junit.rebind.BenchmarkGenerator'/>
Checking if all subconditions are true (<all>)
<when-assignable
class='com.google.gwt.junit.client.Benchmark'/>
Yes, the requested type was assignable
Yes: All subconditions were true
Rule was a match and will be used
Invoking <generate-with
class='com.google.gwt.junit.rebind.BenchmarkGenerator'/>
[ERROR] Unable to load module entry point class


com.xxx.application.dashboard.client.BenchmarkTests (see associated
exception for details)

java.lang.NoSuchMethodError:
com.google.gwt.junit.benchmarks.BenchmarkReport$Parser.<init>(Lcom/
google/gwt/core/ext/typeinfo/JClassType;Lcom/google/gwt/core/ext/
TreeLogger;)V
at
com.google.gwt.junit.benchmarks.BenchmarkReport.addBenchmark(BenchmarkReport.java:
411)


at
com.google.gwt.junit.rebind.BenchmarkGenerator.writeSource(BenchmarkGenerator.java:
203)
at
com.google.gwt.junit.rebind.JUnitTestCaseStubGenerator.generate(JUnitTestCaseStubGenerator.java:

174)
at
com.google.gwt.dev.cfg.RuleGenerateWith.realize(RuleGenerateWith.java:
43)
at com.google.gwt.dev.shell.StandardRebindOracle
$Rebinder.tryRebind(StandardRebindOracle.java:116)
at com.google.gwt.dev.shell.StandardRebindOracle
$Rebinder.rebind(StandardRebindOracle.java:61)
at

com.google.gwt.dev.shell.StandardRebindOracle.rebind(StandardRebindOracle.java:
173)
at
com.google.gwt.dev.shell.ShellModuleSpaceHost.rebind(ShellModuleSpaceHost.java:


127)
at com.google.gwt.dev.shell.ModuleSpace.rebind(ModuleSpace.java:494)
at
com.google.gwt.dev.shell.ModuleSpace.rebindAndCreate(ModuleSpace.java:
380)
at com.google.gwt.dev.shell.ModuleSpace.onLoad(ModuleSpace.java:338)
at
com.google.gwt.dev.shell.BrowserWidget.attachModuleSpace(BrowserWidget.java:
326)
at com.google.gwt.dev.shell.ie.BrowserWidgetIE6.access
$200(BrowserWidgetIE6.java:36)
at

com.google.gwt.dev.shell.ie.BrowserWidgetIE6$External.gwtOnLoad(BrowserWidgetIE6.java:
70)
at
com.google.gwt.dev.shell.ie.BrowserWidgetIE6$External.invoke(BrowserWidgetIE6.java:


125)
at
com.google.gwt.dev.shell.ie.IDispatchImpl.Invoke(IDispatchImpl.java:
293)
at
com.google.gwt.dev.shell.ie.IDispatchImpl.method6(IDispatchImpl.java:
196)
at
org.eclipse.swt.internal.ole.win32.COMObject.callback6(COMObject.java:
117)
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1925)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2966)
at com.google.gwt.dev.GWTShell.pumpEventLoop(GWTShell.java:689)
at com.google.gwt.junit.JUnitShell.runTestImpl(JUnitShell.java:442)
at com.google.gwt.junit.JUnitShell.runTest(JUnitShell.java:167)
at com.google.gwt.junit.client.GWTTestCase.runTest(GWTTestCase.java:
194)

at junit.framework.TestCase.runBare(TestCase.java:127)


at junit.framework.TestResult$1.protect(TestResult.java:106)
at junit.framework.TestResult.runProtected(TestResult.java:124)
at junit.framework.TestResult.run(TestResult.java:109)

at junit.framework.TestCase.run(TestCase.java:118)
at com.google.gwt.junit.client.GWTTestCase.run(GWTTestCase.java:114)


at junit.framework.TestSuite.runTest(TestSuite.java:208)
at junit.framework.TestSuite.run(TestSuite.java:203)
at
org.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestReference.run(JUnit3TestReference.java:
128)

at
org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:
38)
at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:
460)
at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:
673)
at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:
386)
at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:

196)


[ERROR] Failure to load module 'com.xxx.application.dashboard.Test'
com.google.gwt.core.ext.UnableToCompleteException: (see previous log
entries)
at com.google.gwt.dev.shell.ModuleSpace.onLoad(ModuleSpace.java:367)

at
com.google.gwt.dev.shell.BrowserWidget.attachModuleSpace(BrowserWidget.java:
326)
at com.google.gwt.dev.shell.ie.BrowserWidgetIE6.access
$200(BrowserWidgetIE6.java:36)
at

com.google.gwt.dev.shell.ie.BrowserWidgetIE6$External.gwtOnLoad(BrowserWidgetIE6.java:
70)
at
com.google.gwt.dev.shell.ie.BrowserWidgetIE6$External.invoke(BrowserWidgetIE6.java:


125)
at
com.google.gwt.dev.shell.ie.IDispatchImpl.Invoke(IDispatchImpl.java:
293)
at
com.google.gwt.dev.shell.ie.IDispatchImpl.method6(IDispatchImpl.java:
196)
at
org.eclipse.swt.internal.ole.win32.COMObject.callback6(COMObject.java:
117)
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1925)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2966)
at com.google.gwt.dev.GWTShell.pumpEventLoop(GWTShell.java:689)
at com.google.gwt.junit.JUnitShell.runTestImpl(JUnitShell.java:442)
at com.google.gwt.junit.JUnitShell.runTest(JUnitShell.java:167)
at com.google.gwt.junit.client.GWTTestCase.runTest(GWTTestCase.java:
194)

at junit.framework.TestCase.runBare(TestCase.java:127)


at junit.framework.TestResult$1.protect(TestResult.java:106)
at junit.framework.TestResult.runProtected(TestResult.java:124)
at junit.framework.TestResult.run(TestResult.java:109)

at junit.framework.TestCase.run(TestCase.java:118)
at com.google.gwt.junit.client.GWTTestCase.run(GWTTestCase.java:114)


at junit.framework.TestSuite.runTest(TestSuite.java:208)
at junit.framework.TestSuite.run(TestSuite.java:203)
at
org.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestReference.run(JUnit3TestReference.java:
128)

at
org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:
38)
at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:
460)
at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:
673)
at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:
386)
at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:
196)

Thank you in advance Toby,

Matthieu

On Jun 6, 1:21 pm, "Toby Reyelts" <t...@google.com> wrote:
> Hi Matthieu / Markus,
>
> gwt-user-patch.jar
> 15KDownload


>
> Unfortunately, I'm unable to reproduce this problem on my end. I've attached
> a patch which you can apply to the RC by placing it at the very front of
> your classpath. If you turn on debugging (use -logLevel DEBUG, for example,

> -Dgwt.args="-web -logLevel DEBUG"), then I can see what BenchmarkReport


> believes it's reading. You can either send the entire output, or you can
> just post what you find at:
>
> "BenchmarkReport read the contents of "
>
> As a side note, do either of you know what system character encoding you're
> using?
>
> Thanks,
> -Toby
>

> On 6/6/07, Matthieu <matthieu.o.vac...@gmail.com> wrote:
>
>
>
>
>
> > Hi,
>
> > Just for your information i'm using this versions :
>
> > GWT 1.4.10 RC
> > JRE 1.4.2_14
> > JUnit 3.8.1
>
> > And my classpath for testing in this order :
>
> > bin folder
> > src folder
> > test folder
> > dashboard project
> > junit.jar
> > gwt-dev-windows.jar
> > gwt-user.jar
>
> > Matthieu
>
> > On Jun 5, 6:50 pm, Sumit Chandel <gwt.team.sumitchan...@gmail.com>
> > wrote:
> > > Hi Markus,
>
> > > Sorry you've had a rough encounter with Benchmark. Could post up some
> > > of your benchmark subclass source code? It would help us diagnose the
> > > problem a bit further.
>
> > > Thanks,

> > > -Sumit Chandel- Hide quoted text -
>
> - Show quoted text -

Toby Reyelts

unread,
Jun 6, 2007, 3:17:44 PM6/6/07
to Google-We...@googlegroups.com, matthieu...@gmail.com
Sorry about that Matthieu,

Looks like I forgot to include some inner classes in the patch. Try this one out.

Thanks,
-Toby


com.google.gwt.junit.benchmarks.BenchmarkReport$Parser .<init>(Lcom/
        at org.eclipse.swt.internal.win32.OS.DispatchMessage (OS.java:1925)

        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2966)
        at com.google.gwt.dev.GWTShell.pumpEventLoop(GWTShell.java:689)
        at com.google.gwt.junit.JUnitShell.runTestImpl (JUnitShell.java:442)

        at com.google.gwt.junit.JUnitShell.runTest(JUnitShell.java:167)
        at com.google.gwt.junit.client.GWTTestCase.runTest(GWTTestCase.java:
194)
        at junit.framework.TestCase.runBare (TestCase.java:127)
        at com.google.gwt.dev.shell.ModuleSpace.onLoad (ModuleSpace.java:367)

        at
com.google.gwt.dev.shell.BrowserWidget.attachModuleSpace(BrowserWidget.java:
326)
        at com.google.gwt.dev.shell.ie.BrowserWidgetIE6.access
$200(BrowserWidgetIE6.java:36)
        at
com.google.gwt.dev.shell.ie.BrowserWidgetIE6$External.gwtOnLoad(BrowserWidgetIE6.java:
70)
        at
com.google.gwt.dev.shell.ie.BrowserWidgetIE6$External.invoke(BrowserWidgetIE6.java:
125)
        at
com.google.gwt.dev.shell.ie.IDispatchImpl.Invoke(IDispatchImpl.java:
293)
        at
com.google.gwt.dev.shell.ie.IDispatchImpl.method6(IDispatchImpl.java:
196)
        at
org.eclipse.swt.internal.ole.win32.COMObject.callback6 (COMObject.java:
117)
        at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
        at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1925)
        at org.eclipse.swt.widgets.Display.readAndDispatch (Display.java:2966)

        at com.google.gwt.dev.GWTShell.pumpEventLoop(GWTShell.java:689)
        at com.google.gwt.junit.JUnitShell.runTestImpl(JUnitShell.java:442)
        at com.google.gwt.junit.JUnitShell.runTest (JUnitShell.java:167)

        at com.google.gwt.junit.client.GWTTestCase.runTest(GWTTestCase.java:
194)
        at junit.framework.TestCase.runBare(TestCase.java:127)
        at junit.framework.TestResult$1.protect (TestResult.java:106)
gwt-user-patch.jar

Matthieu

unread,
Jun 6, 2007, 3:54:34 PM6/6/07
to Google Web Toolkit
Hi Toby,

Here's the new output with the path you sent :

Starting HTTP on port 0
Property 'catalina.base' not specified; checking for a standard
catalina base image instead
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-dev-windows.jar!/com/
google/gwt/dev/etc/tomcat/
Found conf/web.xml
Found webapps/ROOT/WEB-INF/web.xml
catalina.base = K:\dev\dashboard\tomcat
Starting tomcat server
Starting Servlet Engine: Apache Tomcat/5.0.28
XML validation disabled
Create Host deployer for direct deployment ( non-jmx )
Installing web application at context path from URL file:K:\dev
\dashboard\tomcat\webapps\ROOT
Adding attribute 'com.google.gwt.dev.shell.logger' to web app ''
Adding attribute 'com.google.gwt.dev.shell.outdir' to web app ''
Initializing Coyote HTTP/1.1 on http-0
Starting Coyote HTTP/1.1 on http-0
HTTP listening on port 2056
Request 0: http://localhost:2056/com.xxx.application.dashboard.Test/
The development shell servlet received a request to generate a host
page for module 'com.xxx.application.dashboard.Test'
Loading module 'com.xxx.application.dashboard.Test'
Loading forceably inherited module 'com.google.gwt.junit.JUnit'
Module location: jar:file:/K:/dev/gwt-windows-1.4.10/gwt-
user.jar!/com/google/gwt/junit/JUnit.gwt.xml
Loading inherited module 'com.google.gwt.user.User'
Module location: jar:file:/K:/dev/gwt-windows-1.4.10/gwt-
user.jar!/com/google/gwt/user/User.gwt.xml
Loading inherited module 'com.google.gwt.core.Core'
Module location: jar:file:/K:/dev/gwt-windows-1.4.10/
gwt-user.jar!/com/google/gwt/core/Core.gwt.xml
Loading inherited module
'com.google.gwt.dev.jjs.intrinsic.Intrinsic'
Module location: jar:file:/K:/dev/gwt-windows-1.4.10/
gwt-dev-windows.jar!/com/google/gwt/dev/jjs/intrinsic/
Intrinsic.gwt.xml
Loading inherited module
'com.google.gwt.emul.Emulation'
Module location: jar:file:/K:/dev/gwt-windows-1.4.10/
gwt-user.jar!/com/google/gwt/emul/Emulation.gwt.xml
Loading inherited module
'com.google.gwt.user.RemoteService'
Module location: jar:file:/K:/dev/gwt-windows-1.4.10/
gwt-user.jar!/com/google/gwt/user/RemoteService.gwt.xml
Loading inherited module
'com.google.gwt.user.HTTPRequest'
Module location: jar:file:/K:/dev/gwt-windows-1.4.10/
gwt-user.jar!/com/google/gwt/user/HTTPRequest.gwt.xml
Loading inherited module 'com.google.gwt.core.Core'
Module 'com.google.gwt.core.Core' has already
been loaded and will be skipped
Loading inherited module
'com.google.gwt.user.UserAgent'
Module location: jar:file:/K:/dev/gwt-
windows-1.4.10/gwt-user.jar!/com/google/gwt/user/UserAgent.gwt.xml
Loading inherited module 'com.google.gwt.user.DOM'
Module location: jar:file:/K:/dev/gwt-windows-1.4.10/
gwt-user.jar!/com/google/gwt/user/DOM.gwt.xml
Loading inherited module 'com.google.gwt.core.Core'
Module 'com.google.gwt.core.Core' has already been
loaded and will be skipped
Loading inherited module
'com.google.gwt.user.UserAgent'
Module 'com.google.gwt.user.UserAgent' has already
been loaded and will be skipped
Loading inherited module 'com.google.gwt.user.HTTPRequest'
Module 'com.google.gwt.user.HTTPRequest' has already
been loaded and will be skipped
Loading inherited module 'com.google.gwt.user.History'
Module location: jar:file:/K:/dev/gwt-windows-1.4.10/
gwt-user.jar!/com/google/gwt/user/History.gwt.xml
Loading inherited module 'com.google.gwt.core.Core'
Module 'com.google.gwt.core.Core' has already been
loaded and will be skipped
Loading inherited module
'com.google.gwt.user.UserAgent'
Module 'com.google.gwt.user.UserAgent' has already
been loaded and will be skipped
Loading inherited module 'com.google.gwt.user.Popup'
Module location: jar:file:/K:/dev/gwt-windows-1.4.10/
gwt-user.jar!/com/google/gwt/user/Popup.gwt.xml
Loading inherited module 'com.google.gwt.core.Core'
Module 'com.google.gwt.core.Core' has already been
loaded and will be skipped
Loading inherited module
'com.google.gwt.user.UserAgent'
Module 'com.google.gwt.user.UserAgent' has already
been loaded and will be skipped
Loading inherited module 'com.google.gwt.user.Form'
Module location: jar:file:/K:/dev/gwt-windows-1.4.10/
gwt-user.jar!/com/google/gwt/user/Form.gwt.xml
Loading inherited module 'com.google.gwt.core.Core'
Module 'com.google.gwt.core.Core' has already been
loaded and will be skipped
Loading inherited module
'com.google.gwt.user.UserAgent'
Module 'com.google.gwt.user.UserAgent' has already
been loaded and will be skipped
Loading inherited module 'com.google.gwt.user.TextBox'
Module location: jar:file:/K:/dev/gwt-windows-1.4.10/
gwt-user.jar!/com/google/gwt/user/TextBox.gwt.xml
Loading inherited module 'com.google.gwt.core.Core'
Module 'com.google.gwt.core.Core' has already been
loaded and will be skipped
Loading inherited module
'com.google.gwt.user.UserAgent'
Module 'com.google.gwt.user.UserAgent' has already
been loaded and will be skipped
Loading inherited module 'com.google.gwt.user.Focus'
Module location: jar:file:/K:/dev/gwt-windows-1.4.10/
gwt-user.jar!/com/google/gwt/user/Focus.gwt.xml
Loading inherited module 'com.google.gwt.core.Core'
Module 'com.google.gwt.core.Core' has already been
loaded and will be skipped
Loading inherited module
'com.google.gwt.user.UserAgent'
Module 'com.google.gwt.user.UserAgent' has already
been loaded and will be skipped
Loading inherited module 'com.google.gwt.user.ImageBundle'
Module location: jar:file:/K:/dev/gwt-windows-1.4.10/
gwt-user.jar!/com/google/gwt/user/ImageBundle.gwt.xml
Loading inherited module
'com.google.gwt.user.ClippedImage'
Module location: jar:file:/K:/dev/gwt-windows-1.4.10/
gwt-user.jar!/com/google/gwt/user/ClippedImage.gwt.xml
Loading inherited module 'com.google.gwt.core.Core'
Module 'com.google.gwt.core.Core' has already
been loaded and will be skipped
Loading inherited module
'com.google.gwt.user.UserAgent'
Module 'com.google.gwt.user.UserAgent' has
already been loaded and will be skipped
Loading inherited module
'com.google.gwt.user.ClippedImage'
Module 'com.google.gwt.user.ClippedImage' has already
been loaded and will be skipped
Loading inherited module 'com.google.gwt.user.RichText'
Module location: jar:file:/K:/dev/gwt-windows-1.4.10/
gwt-user.jar!/com/google/gwt/user/RichText.gwt.xml
Loading inherited module 'com.google.gwt.core.Core'
Module 'com.google.gwt.core.Core' has already been
loaded and will be skipped
Loading inherited module
'com.google.gwt.user.UserAgent'
Module 'com.google.gwt.user.UserAgent' has already
been loaded and will be skipped
Loading inherited module 'com.google.gwt.i18n.I18N'
Module location: jar:file:/K:/dev/gwt-windows-1.4.10/
gwt-user.jar!/com/google/gwt/i18n/I18N.gwt.xml
Loading inherited module 'com.google.gwt.user.SplitPanel'
Module location: jar:file:/K:/dev/gwt-windows-1.4.10/
gwt-user.jar!/com/google/gwt/user/SplitPanel.gwt.xml
Loading inherited module 'com.google.gwt.user.User'
Module 'com.google.gwt.user.User' has already been
loaded and will be skipped
Module location: file:/K:/dev/dashboard/src/com/xxx/application/
dashboard/Test.gwt.xml
Loading inherited module 'com.google.gwt.user.User'
Module 'com.google.gwt.user.User' has already been loaded and
will be skipped
Translatable source found in...
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-dev-windows.jar!/com/
google/gwt/dev/jjs/intrinsic/
Found com/google/gwt/lang/Array.java
Found com/google/gwt/lang/Cast.java
Found com/google/gwt/lang/Exceptions.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/
gwt/junit/translatable/
Found com/google/gwt/junit/client/GWTTestCase.java
Found com/google/gwt/junit/client/impl/
GWTTestCaseImpl.java
Found junit/framework/Assert.java
Found junit/framework/AssertionFailedError.java
Found junit/framework/Test.java
Found junit/framework/TestCase.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/
gwt/emul/
Found java/io/FilterOutputStream.java
Found java/io/OutputStream.java
Found java/io/PrintStream.java
Found java/io/Serializable.java
Found java/lang/ArrayStoreException.java
Found java/lang/AssertionError.java
Found java/lang/Boolean.java
Found java/lang/Byte.java
Found java/lang/CharSequence.java
Found java/lang/Character.java
Found java/lang/Class.java
Found java/lang/ClassCastException.java
Found java/lang/Cloneable.java
Found java/lang/Comparable.java
Found java/lang/Double.java
Found java/lang/Error.java
Found java/lang/Exception.java
Found java/lang/Float.java
Found java/lang/IllegalArgumentException.java
Found java/lang/IllegalStateException.java
Found java/lang/IndexOutOfBoundsException.java
Found java/lang/Integer.java
Found java/lang/Long.java
Found java/lang/Math.java
Found java/lang/NegativeArraySizeException.java
Found java/lang/NullPointerException.java
Found java/lang/Number.java
Found java/lang/NumberFormatException.java
Found java/lang/Object.java
Found java/lang/RuntimeException.java
Found java/lang/Short.java
Found java/lang/StackTraceElement.java
Found java/lang/String.java
Found java/lang/StringBuffer.java
Found java/lang/StringIndexOutOfBoundsException.java
Found java/lang/System.java
Found java/lang/Throwable.java
Found java/lang/UnsupportedOperationException.java
Found java/util/AbstractCollection.java
Found java/util/AbstractList.java
Found java/util/AbstractMap.java
Found java/util/AbstractSet.java
Found java/util/ArrayList.java
Found java/util/Arrays.java
Found java/util/Collection.java
Found java/util/Collections.java
Found java/util/Comparator.java
Found java/util/Comparators.java
Found java/util/ConcurrentModificationException.java
Found java/util/Date.java
Found java/util/EmptyStackException.java
Found java/util/EventListener.java
Found java/util/EventObject.java
Found java/util/HashMap.java
Found java/util/HashSet.java
Found java/util/Iterator.java
Found java/util/List.java
Found java/util/ListIterator.java
Found java/util/Map.java
Found java/util/MissingResourceException.java
Found java/util/NoSuchElementException.java
Found java/util/RandomAccess.java
Found java/util/Set.java
Found java/util/Stack.java
Found java/util/TooManyListenersException.java
Found java/util/Vector.java
file:/K:/dev/dashboard/bin/com/xxx/application/dashboard/
client/
file:/K:/dev/dashboard/src/com/xxx/application/dashboard/
client/
Found com/xxx/application/dashboard/client/Dashboard.java
Found com/xxx/application/dashboard/client/model/
Application.java
Found com/xxx/application/dashboard/client/model/
Category.java
Found com/xxx/application/dashboard/client/model/
DateCustom.java
Found com/xxx/application/dashboard/client/model/
Parameter.java
Found com/xxx/application/dashboard/client/model/
TimeCustom.java
Found com/xxx/application/dashboard/client/model/type/
BooleanType.java
Found com/xxx/application/dashboard/client/model/type/
DateType.java
Found com/xxx/application/dashboard/client/model/type/
DoubleType.java
Found com/xxx/application/dashboard/client/model/type/
Editable.java
Found com/xxx/application/dashboard/client/model/type/
IntegerType.java
Found com/xxx/application/dashboard/client/model/type/
IntervalType.java
Found com/xxx/application/dashboard/client/model/type/
ListType.java
Found com/xxx/application/dashboard/client/model/type/
RecordType.java
Found com/xxx/application/dashboard/client/model/type/
StringType.java
Found com/xxx/application/dashboard/client/model/type/
TimeType.java
Found com/xxx/application/dashboard/client/model/type/
Type.java
Found com/xxx/application/dashboard/client/model/value/
BooleanValue.java
Found com/xxx/application/dashboard/client/model/value/
DateValue.java
Found com/xxx/application/dashboard/client/model/value/
DoubleValue.java
Found com/xxx/application/dashboard/client/model/value/
IntegerValue.java
Found com/xxx/application/dashboard/client/model/value/
IntervalValue.java
Found com/xxx/application/dashboard/client/model/value/
ListValue.java
Found com/xxx/application/dashboard/client/model/value/
RecordValue.java
Found com/xxx/application/dashboard/client/model/value/
StringValue.java
Found com/xxx/application/dashboard/client/model/value/
TimeValue.java
Found com/xxx/application/dashboard/client/model/value/
Value.java
Found com/xxx/application/dashboard/client/model/value/
ValueChangeListener.java
Found com/xxx/application/dashboard/client/model/value/
ValueChangeListenerCollection.java
Found com/xxx/application/dashboard/client/rpc/
ParameterService.java
Found com/xxx/application/dashboard/client/rpc/
ParameterServiceAsync.java
Found com/xxx/application/dashboard/client/rpc/
ServiceConstant.java
Found com/xxx/application/dashboard/client/ui/
Calendar.java
Found com/xxx/application/dashboard/client/ui/editor/
BooleanEditor.java
Found com/xxx/application/dashboard/client/ui/editor/
DateEditor.java
Found com/xxx/application/dashboard/client/ui/editor/
DoubleEditor.java
Found com/xxx/application/dashboard/client/ui/editor/
Editor.java
Found com/xxx/application/dashboard/client/ui/editor/
IntegerEditor.java
Found com/xxx/application/dashboard/client/ui/editor/
IntervalEditor.java
Found com/xxx/application/dashboard/client/ui/editor/
ListEditor.java
Found com/xxx/application/dashboard/client/ui/editor/
RecordEditor.java
Found com/xxx/application/dashboard/client/ui/editor/
StringEditor.java
Found com/xxx/application/dashboard/client/ui/editor/
TimeEditor.java
Found com/xxx/application/dashboard/client/ui/
ListTypeChooser.java
Found com/xxx/application/dashboard/client/ui/
RecordKeyChanger.java
Found com/xxx/application/dashboard/client/ui/
RecordTypeChooser.java
Found com/xxx/application/dashboard/client/ui/
RollOverFlexTable.java
Found com/xxx/application/dashboard/client/ui/
RollOverListener.java
Found com/xxx/application/dashboard/client/ui/
RollOverListenerCollection.java
file:/K:/dev/dashboard/test/com/xxx/application/dashboard/
client/
Found com/xxx/application/dashboard/client/
BenchmarkTests.java
file:/K:/dev/dashboard/bin/com/xxx/application/dashboard/
client/
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/
gwt/user/client/
Found com/google/gwt/user/client/Command.java
Found com/google/gwt/user/client/
CommandCanceledException.java
Found com/google/gwt/user/client/CommandExecutor.java
Found com/google/gwt/user/client/Cookies.java
Found com/google/gwt/user/client/DOM.java
Found com/google/gwt/user/client/DeferredCommand.java
Found com/google/gwt/user/client/Element.java
Found com/google/gwt/user/client/Event.java
Found com/google/gwt/user/client/EventListener.java
Found com/google/gwt/user/client/EventPreview.java
Found com/google/gwt/user/client/HTTPRequest.java
Found com/google/gwt/user/client/History.java
Found com/google/gwt/user/client/HistoryListener.java
Found com/google/gwt/user/client/IncrementalCommand.java
Found com/google/gwt/user/client/
IncrementalCommandCanceledException.java
Found com/google/gwt/user/client/Random.java
Found com/google/gwt/user/client/ResponseTextHandler.java
Found com/google/gwt/user/client/Timer.java
Found com/google/gwt/user/client/Window.java
Found com/google/gwt/user/client/WindowCloseListener.java
Found com/google/gwt/user/client/WindowResizeListener.java
Found com/google/gwt/user/client/impl/DOMImpl.java
Found com/google/gwt/user/client/impl/DOMImplIE6.java
Found com/google/gwt/user/client/impl/DOMImplMozilla.java
Found com/google/gwt/user/client/impl/
DOMImplMozillaOld.java
Found com/google/gwt/user/client/impl/DOMImplOpera.java
Found com/google/gwt/user/client/impl/DOMImplSafari.java
Found com/google/gwt/user/client/impl/DOMImplStandard.java
Found com/google/gwt/user/client/impl/HTTPRequestImpl.java
Found com/google/gwt/user/client/impl/
HTTPRequestImplIE6.java
Found com/google/gwt/user/client/impl/HistoryImpl.java
Found com/google/gwt/user/client/impl/
HistoryImplFrame.java
Found com/google/gwt/user/client/impl/HistoryImplIE6.java
Found com/google/gwt/user/client/impl/
HistoryImplMozilla.java
Found com/google/gwt/user/client/impl/
HistoryImplSafari.java
Found com/google/gwt/user/client/impl/
HistoryImplStandard.java
Found com/google/gwt/user/client/rpc/AsyncCallback.java
Found com/google/gwt/user/client/rpc/
IncompatibleRemoteServiceException.java
Found com/google/gwt/user/client/rpc/
InvocationException.java
Found com/google/gwt/user/client/rpc/IsSerializable.java
Found com/google/gwt/user/client/rpc/RemoteService.java
Found com/google/gwt/user/client/rpc/
SerializableException.java
Found com/google/gwt/user/client/rpc/
SerializationException.java
Found com/google/gwt/user/client/rpc/
SerializationStreamReader.java
Found com/google/gwt/user/client/rpc/
SerializationStreamWriter.java
Found com/google/gwt/user/client/rpc/ServiceDefTarget.java
Found com/google/gwt/user/client/rpc/core/java/lang/
Boolean_CustomFieldSerializer.java
Found com/google/gwt/user/client/rpc/core/java/lang/
Byte_CustomFieldSerializer.java
Found com/google/gwt/user/client/rpc/core/java/lang/
Character_CustomFieldSerializer.java
Found com/google/gwt/user/client/rpc/core/java/lang/
Double_CustomFieldSerializer.java
Found com/google/gwt/user/client/rpc/core/java/lang/
Float_CustomFieldSerializer.java
Found com/google/gwt/user/client/rpc/core/java/lang/
Integer_CustomFieldSerializer.java
Found com/google/gwt/user/client/rpc/core/java/lang/
Long_CustomFieldSerializer.java
Found com/google/gwt/user/client/rpc/core/java/lang/
Object_Array_CustomFieldSerializer.java
Found com/google/gwt/user/client/rpc/core/java/lang/
Short_CustomFieldSerializer.java
Found com/google/gwt/user/client/rpc/core/java/lang/
String_CustomFieldSerializer.java
Found com/google/gwt/user/client/rpc/core/java/lang/
boolean_Array_CustomFieldSerializer.java
Found com/google/gwt/user/client/rpc/core/java/lang/
byte_Array_CustomFieldSerializer.java
Found com/google/gwt/user/client/rpc/core/java/lang/
char_Array_CustomFieldSerializer.java
Found com/google/gwt/user/client/rpc/core/java/lang/
double_Array_CustomFieldSerializer.java
Found com/google/gwt/user/client/rpc/core/java/lang/
float_Array_CustomFieldSerializer.java
Found com/google/gwt/user/client/rpc/core/java/lang/
int_Array_CustomFieldSerializer.java
Found com/google/gwt/user/client/rpc/core/java/lang/
long_Array_CustomFieldSerializer.java
Found com/google/gwt/user/client/rpc/core/java/lang/
short_Array_CustomFieldSerializer.java
Found com/google/gwt/user/client/rpc/core/java/util/
ArrayList_CustomFieldSerializer.java
Found com/google/gwt/user/client/rpc/core/java/util/
Date_CustomFieldSerializer.java
Found com/google/gwt/user/client/rpc/core/java/util/
HashMap_CustomFieldSerializer.java
Found com/google/gwt/user/client/rpc/core/java/util/
HashSet_CustomFieldSerializer.java
Found com/google/gwt/user/client/rpc/core/java/util/
Vector_CustomFieldSerializer.java
Found com/google/gwt/user/client/rpc/impl/
AbstractSerializationStream.java
Found com/google/gwt/user/client/rpc/impl/
AbstractSerializationStreamReader.java
Found com/google/gwt/user/client/rpc/impl/
AbstractSerializationStreamWriter.java
Found com/google/gwt/user/client/rpc/impl/
ClientSerializationStreamReader.java
Found com/google/gwt/user/client/rpc/impl/
ClientSerializationStreamWriter.java
Found com/google/gwt/user/client/rpc/impl/Serializer.java
Found com/google/gwt/user/client/ui/AbsolutePanel.java
Found com/google/gwt/user/client/ui/
AbstractImagePrototype.java
Found com/google/gwt/user/client/ui/Button.java
Found com/google/gwt/user/client/ui/ButtonBase.java

Request 1: http://localhost:2056/com.xxx.application.dashboard.Test/com.xxx.application.dashboard.Test.nocache.js
The development shell servlet received a request for
'com.xxx.application.dashboard.Test.nocache.js' in module
'com.xxx.application.dashboard.Test'
Generating an html selection script for module
com.xxx.application.dashboard.Test
Request 2: http://localhost:2056/com.xxx.application.dashboard.Test/hosted.html
The development shell servlet received a request for 'hosted.html' in
module 'com.xxx.application.dashboard.Test'
Translatable source found in...
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-dev-windows.jar!/com/google/
gwt/dev/jjs/intrinsic/
Found com/google/gwt/lang/Array.java
Found com/google/gwt/lang/Cast.java
Found com/google/gwt/lang/Exceptions.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
junit/translatable/
Found com/google/gwt/junit/client/GWTTestCase.java
Found com/google/gwt/junit/client/impl/GWTTestCaseImpl.java
Found junit/framework/Assert.java
Found junit/framework/AssertionFailedError.java
Found junit/framework/Test.java
Found junit/framework/TestCase.java
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
emul/
Found java/io/FilterOutputStream.java
Found java/io/OutputStream.java
Found java/io/PrintStream.java
Found java/io/Serializable.java
Found java/lang/ArrayStoreException.java
Found java/lang/AssertionError.java
Found java/lang/Boolean.java
Found java/lang/Byte.java
Found java/lang/CharSequence.java
Found java/lang/Character.java
Found java/lang/Class.java
Found java/lang/ClassCastException.java
Found java/lang/Cloneable.java
Found java/lang/Comparable.java
Found java/lang/Double.java
Found java/lang/Error.java
Found java/lang/Exception.java
Found java/lang/Float.java
Found java/lang/IllegalArgumentException.java
Found java/lang/IllegalStateException.java
Found java/lang/IndexOutOfBoundsException.java
Found java/lang/Integer.java
Found java/lang/Long.java
Found java/lang/Math.java
Found java/lang/NegativeArraySizeException.java
Found java/lang/NullPointerException.java
Found java/lang/Number.java
Found java/lang/NumberFormatException.java
Found java/lang/Object.java
Found java/lang/RuntimeException.java
Found java/lang/Short.java
Found java/lang/StackTraceElement.java
Found java/lang/String.java
Found java/lang/StringBuffer.java
Found java/lang/StringIndexOutOfBoundsException.java
Found java/lang/System.java
Found java/lang/Throwable.java
Found java/lang/UnsupportedOperationException.java
Found java/util/AbstractCollection.java
Found java/util/AbstractList.java
Found java/util/AbstractMap.java
Found java/util/AbstractSet.java
Found java/util/ArrayList.java
Found java/util/Arrays.java
Found java/util/Collection.java
Found java/util/Collections.java
Found java/util/Comparator.java
Found java/util/Comparators.java
Found java/util/ConcurrentModificationException.java
Found java/util/Date.java
Found java/util/EmptyStackException.java
Found java/util/EventListener.java
Found java/util/EventObject.java
Found java/util/HashMap.java
Found java/util/HashSet.java
Found java/util/Iterator.java
Found java/util/List.java
Found java/util/ListIterator.java
Found java/util/Map.java
Found java/util/MissingResourceException.java
Found java/util/NoSuchElementException.java
Found java/util/RandomAccess.java
Found java/util/Set.java
Found java/util/Stack.java
Found java/util/TooManyListenersException.java
Found java/util/Vector.java
file:/K:/dev/dashboard/bin/com/xxx/application/dashboard/client/
file:/K:/dev/dashboard/src/com/xxx/application/dashboard/client/
Found com/xxx/application/dashboard/client/Dashboard.java
Found com/xxx/application/dashboard/client/model/
Application.java
Found com/xxx/application/dashboard/client/model/Category.java
Found com/xxx/application/dashboard/client/model/DateCustom.java
Found com/xxx/application/dashboard/client/model/Parameter.java
Found com/xxx/application/dashboard/client/model/TimeCustom.java
Found com/xxx/application/dashboard/client/model/type/
BooleanType.java
Found com/xxx/application/dashboard/client/model/type/
DateType.java
Found com/xxx/application/dashboard/client/model/type/
DoubleType.java
Found com/xxx/application/dashboard/client/model/type/
Editable.java
Found com/xxx/application/dashboard/client/model/type/
IntegerType.java
Found com/xxx/application/dashboard/client/model/type/
IntervalType.java
Found com/xxx/application/dashboard/client/model/type/
ListType.java
Found com/xxx/application/dashboard/client/model/type/
RecordType.java
Found com/xxx/application/dashboard/client/model/type/
StringType.java
Found com/xxx/application/dashboard/client/model/type/
TimeType.java
Found com/xxx/application/dashboard/client/model/type/Type.java
Found com/xxx/application/dashboard/client/model/value/
BooleanValue.java
Found com/xxx/application/dashboard/client/model/value/
DateValue.java
Found com/xxx/application/dashboard/client/model/value/
DoubleValue.java
Found com/xxx/application/dashboard/client/model/value/
IntegerValue.java
Found com/xxx/application/dashboard/client/model/value/
IntervalValue.java
Found com/xxx/application/dashboard/client/model/value/
ListValue.java
Found com/xxx/application/dashboard/client/model/value/
RecordValue.java
Found com/xxx/application/dashboard/client/model/value/
StringValue.java
Found com/xxx/application/dashboard/client/model/value/
TimeValue.java
Found com/xxx/application/dashboard/client/model/value/
Value.java
Found com/xxx/application/dashboard/client/model/value/
ValueChangeListener.java
Found com/xxx/application/dashboard/client/model/value/
ValueChangeListenerCollection.java
Found com/xxx/application/dashboard/client/rpc/
ParameterService.java
Found com/xxx/application/dashboard/client/rpc/
ParameterServiceAsync.java
Found com/xxx/application/dashboard/client/rpc/
ServiceConstant.java
Found com/xxx/application/dashboard/client/ui/Calendar.java
Found com/xxx/application/dashboard/client/ui/editor/
BooleanEditor.java
Found com/xxx/application/dashboard/client/ui/editor/
DateEditor.java
Found com/xxx/application/dashboard/client/ui/editor/
DoubleEditor.java
Found com/xxx/application/dashboard/client/ui/editor/Editor.java
Found com/xxx/application/dashboard/client/ui/editor/
IntegerEditor.java
Found com/xxx/application/dashboard/client/ui/editor/
IntervalEditor.java
Found com/xxx/application/dashboard/client/ui/editor/
ListEditor.java
Found com/xxx/application/dashboard/client/ui/editor/
RecordEditor.java
Found com/xxx/application/dashboard/client/ui/editor/
StringEditor.java
Found com/xxx/application/dashboard/client/ui/editor/
TimeEditor.java
Found com/xxx/application/dashboard/client/ui/
ListTypeChooser.java
Found com/xxx/application/dashboard/client/ui/
RecordKeyChanger.java
Found com/xxx/application/dashboard/client/ui/
RecordTypeChooser.java
Found com/xxx/application/dashboard/client/ui/
RollOverFlexTable.java
Found com/xxx/application/dashboard/client/ui/
RollOverListener.java
Found com/xxx/application/dashboard/client/ui/
RollOverListenerCollection.java
file:/K:/dev/dashboard/test/com/xxx/application/dashboard/client/
Found com/xxx/application/dashboard/client/BenchmarkTests.java
file:/K:/dev/dashboard/bin/com/xxx/application/dashboard/client/
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-user.jar!/com/google/gwt/
user/client/
Found com/google/gwt/user/client/Command.java
Found com/google/gwt/user/client/CommandCanceledException.java
Found com/google/gwt/user/client/CommandExecutor.java
Found com/google/gwt/user/client/Cookies.java
Found com/google/gwt/user/client/DOM.java
Found com/google/gwt/user/client/DeferredCommand.java
Found com/google/gwt/user/client/Element.java
Found com/google/gwt/user/client/Event.java
Found com/google/gwt/user/client/EventListener.java
Found com/google/gwt/user/client/EventPreview.java
Found com/google/gwt/user/client/HTTPRequest.java
Found com/google/gwt/user/client/History.java
Found com/google/gwt/user/client/HistoryListener.java
Found com/google/gwt/user/client/IncrementalCommand.java
Found com/google/gwt/user/client/
IncrementalCommandCanceledException.java
Found com/google/gwt/user/client/Random.java
Found com/google/gwt/user/client/ResponseTextHandler.java
Found com/google/gwt/user/client/Timer.java
Found com/google/gwt/user/client/Window.java
Found com/google/gwt/user/client/WindowCloseListener.java
Found com/google/gwt/user/client/WindowResizeListener.java
Found com/google/gwt/user/client/impl/DOMImpl.java
Found com/google/gwt/user/client/impl/DOMImplIE6.java
Found com/google/gwt/user/client/impl/DOMImplMozilla.java
Found com/google/gwt/user/client/impl/DOMImplMozillaOld.java
Found com/google/gwt/user/client/impl/DOMImplOpera.java
Found com/google/gwt/user/client/impl/DOMImplSafari.java
Found com/google/gwt/user/client/impl/DOMImplStandard.java
Found com/google/gwt/user/client/impl/HTTPRequestImpl.java
Found com/google/gwt/user/client/impl/HTTPRequestImplIE6.java
Found com/google/gwt/user/client/impl/HistoryImpl.java
Found com/google/gwt/user/client/impl/HistoryImplFrame.java
Found com/google/gwt/user/client/impl/HistoryImplIE6.java
Found com/google/gwt/user/client/impl/HistoryImplMozilla.java
Found com/google/gwt/user/client/impl/HistoryImplSafari.java
Found com/google/gwt/user/client/impl/HistoryImplStandard.java
Found com/google/gwt/user/client/rpc/AsyncCallback.java
Found com/google/gwt/user/client/rpc/
IncompatibleRemoteServiceException.java
Found com/google/gwt/user/client/rpc/InvocationException.java
Found com/google/gwt/user/client/rpc/IsSerializable.java
Found com/google/gwt/user/client/rpc/RemoteService.java
Found com/google/gwt/user/client/rpc/SerializableException.java
Found com/google/gwt/user/client/rpc/SerializationException.java
Found com/google/gwt/user/client/rpc/
SerializationStreamReader.java
Found com/google/gwt/user/client/rpc/
SerializationStreamWriter.java
Found com/google/gwt/user/client/rpc/ServiceDefTarget.java
Found com/google/gwt/user/client/rpc/core/java/lang/
Boolean_CustomFieldSerializer.java
Found com/google/gwt/user/client/rpc/core/java/lang/
Byte_CustomFieldSerializer.java
Found com/google/gwt/user/client/rpc/core/java/lang/
Character_CustomFieldSerializer.java
Found com/google/gwt/user/client/rpc/core/java/lang/
Double_CustomFieldSerializer.java
Found com/google/gwt/user/client/rpc/core/java/lang/
Float_CustomFieldSerializer.java
Found com/google/gwt/user/client/rpc/core/java/lang/
Integer_CustomFieldSerializer.java
Found com/google/gwt/user/client/rpc/core/java/lang/
Long_CustomFieldSerializer.java
Found com/google/gwt/user/client/rpc/core/java/lang/
Object_Array_CustomFieldSerializer.java
Found com/google/gwt/user/client/rpc/core/java/lang/
Short_CustomFieldSerializer.java
Found com/google/gwt/user/client/rpc/core/java/lang/
String_CustomFieldSerializer.java
Found com/google/gwt/user/client/rpc/core/java/lang/
boolean_Array_CustomFieldSerializer.java
Found com/google/gwt/user/client/rpc/core/java/lang/
byte_Array_CustomFieldSerializer.java
Found com/google/gwt/user/client/rpc/core/java/lang/
char_Array_CustomFieldSerializer.java
Found com/google/gwt/user/client/rpc/core/java/lang/
double_Array_CustomFieldSerializer.java
Found com/google/gwt/user/client/rpc/core/java/lang/
float_Array_CustomFieldSerializer.java
Found com/google/gwt/user/client/rpc/core/java/lang/
int_Array_CustomFieldSerializer.java
Found com/google/gwt/user/client/rpc/core/java/lang/
long_Array_CustomFieldSerializer.java
Found com/google/gwt/user/client/rpc/core/java/lang/
short_Array_CustomFieldSerializer.java
Found com/google/gwt/user/client/rpc/core/java/util/
ArrayList_CustomFieldSerializer.java
Found com/google/gwt/user/client/rpc/core/java/util/
Date_CustomFieldSerializer.java
Found com/google/gwt/user/client/rpc/core/java/util/
HashMap_CustomFieldSerializer.java
Found com/google/gwt/user/client/rpc/core/java/util/
HashSet_CustomFieldSerializer.java
Found com/google/gwt/user/client/rpc/core/java/util/
Vector_CustomFieldSerializer.java
Found com/google/gwt/user/client/rpc/impl/
AbstractSerializationStream.java
Found com/google/gwt/user/client/rpc/impl/
AbstractSerializationStreamReader.java
Found com/google/gwt/user/client/rpc/impl/
AbstractSerializationStreamWriter.java
Found com/google/gwt/user/client/rpc/impl/
ClientSerializationStreamReader.java
Found com/google/gwt/user/client/rpc/impl/
ClientSerializationStreamWriter.java
Found com/google/gwt/user/client/rpc/impl/Serializer.java
Found com/google/gwt/user/client/ui/AbsolutePanel.java
Found com/google/gwt/user/client/ui/AbstractImagePrototype.java
Found com/google/gwt/user/client/ui/Button.java
Found com/google/gwt/user/client/ui/ButtonBase.java

Type java.util.Collection
Type com.google.gwt.user.client.ui.TabPanel
Type com.google.gwt.user.client.ui.impl.TextBoxImplIE6
Type java.lang.NegativeArraySizeException
Type com.google.gwt.user.client.ui.FormPanel.1
Type com.google.gwt.user.client.ui.Frame
Type com.google.gwt.user.client.ui.DockPanel.LayoutData
Type com.xxx.application.dashboard.client.BenchmarkTests
Type java.lang.Math
Type com.google.gwt.user.client.ui.MenuBar
Type java.util.Comparators
Type com.google.gwt.user.client.ui.TreeListener
Type java.lang.Error
Type com.xxx.application.dashboard.client.model.value.TimeValue
Type com.xxx.application.dashboard.client.model.type.BooleanType
Type com.google.gwt.user.client.ui.HTMLTable.ColumnFormatter
Type
com.xxx.application.dashboard.client.ui.editor.TimeEditor.ButtonResetClickListener
Type com.google.gwt.junit.client.RangeIterator
Type com.google.gwt.user.client.ui.impl.PopupImplMozilla
Type com.google.gwt.user.client.ui.PrefixTree.PrefixTreeIterator
Type
com.xxx.application.dashboard.client.model.value.ValueChangeListener
Type java.util.Set
Type java.util.MissingResourceException
Type java.util.AbstractCollection
Type com.google.gwt.user.client.ui.impl.PopupImplMozilla.1
Type com.google.gwt.user.client.ui.DialogBox
Type com.google.gwt.user.client.ui.FocusListener
Type com.google.gwt.user.client.ui.TreeItem
Type
com.xxx.application.dashboard.client.ui.editor.DateEditor.ButtonResetClickListener
Type com.google.gwt.user.client.ui.SourcesFocusEvents
Type java.io.Serializable
Type java.util.AbstractSet
Type com.google.gwt.user.client.ui.SuggestOracle.Request
Type com.google.gwt.user.client.Element
Type com.google.gwt.user.client.ui.CellPanel
Type
com.xxx.application.dashboard.client.ui.editor.Editor.ViewEditorAction
Type
com.xxx.application.dashboard.client.ui.editor.RecordEditor.TypeChooserPopupClosedListener
Type com.google.gwt.user.client.ui.PushButton
Type
com.google.gwt.user.client.ui.DelegatingFocusListenerCollection
Type com.google.gwt.user.client.ui.HTML
Type
com.google.gwt.i18n.client.constants.CurrencyCodeMapConstants
Type com.google.gwt.user.client.ui.impl.RichTextAreaImplSafari
Type com.xxx.application.dashboard.client.Dashboard.9.10
Type com.google.gwt.user.client.ui.MouseListener
Type com.google.gwt.user.client.ui.PopupListenerCollection
Type com.google.gwt.user.client.ui.FastStringMap
Type com.xxx.application.dashboard.client.model.type.StringType
Type java.lang.Cloneable
Type com.google.gwt.user.client.ui.ButtonBase
Type com.google.gwt.user.client.ui.Hyperlink
Type com.google.gwt.user.client.impl.DOMImpl
Type java.util.Date
Type com.google.gwt.user.client.rpc.RemoteService
Type com.google.gwt.user.client.CommandCanceledException
Type java.util.ConcurrentModificationException
Type com.google.gwt.user.client.ui.impl.RichTextAreaImpl
Type com.google.gwt.core.client.JavaScriptObject
Type com.xxx.application.dashboard.client.Dashboard.4
Type com.google.gwt.user.client.Random
Type junit.framework.AssertionFailedError
Type java.lang.IllegalStateException
Type
com.google.gwt.user.client.rpc.core.java.util.Vector_CustomFieldSerializer
Type com.google.gwt.i18n.client.DateTimeFormat
Type com.google.gwt.user.client.ui.MouseWheelListener
Type com.google.gwt.user.client.Window
Type com.google.gwt.user.client.ui.SuggestBox
Type com.google.gwt.junit.client.Range
Type java.io.PrintStream
Type com.google.gwt.user.client.CommandExecutor
Type com.google.gwt.user.client.DeferredCommand
Type java.util.Iterator
Type
com.google.gwt.user.client.rpc.core.java.lang.Character_CustomFieldSerializer
Type com.google.gwt.user.client.impl.HistoryImplFrame
Type
com.google.gwt.user.client.rpc.core.java.lang.Integer_CustomFieldSerializer
Type com.google.gwt.user.client.impl.HistoryImplStandard
Type
com.xxx.application.dashboard.client.ui.editor.IntegerEditor.ButtonResetClickListener
Type com.google.gwt.user.client.ui.MouseWheelListenerCollection
Type com.xxx.application.dashboard.client.model.type.DateType
Type com.google.gwt.user.client.EventListener
Type com.google.gwt.user.client.ui.impl.ItemPickerDropDownImpl.1
Type com.google.gwt.user.client.impl.DOMImplMozilla
Type
com.xxx.application.dashboard.client.ui.editor.StringEditor.ButtonResetClickListener
Type java.util.Map
Type com.xxx.application.dashboard.client.ui.RecordTypeChooser
Type java.lang.Integer
Type com.google.gwt.user.client.ui.HorizontalPanel
Type
com.xxx.application.dashboard.client.ui.editor.StringEditor.ButtonSaveClickListener
Type com.google.gwt.user.client.ui.KeyboardListener
Type
com.google.gwt.user.client.rpc.core.java.util.Date_CustomFieldSerializer
Type com.xxx.application.dashboard.client.ui.Calendar.2
Type com.google.gwt.user.client.ui.SuggestBox.1
Type
com.xxx.application.dashboard.client.ui.editor.ListEditor.TypeChooserPopupClosedListener
Type
com.xxx.application.dashboard.client.model.value.DoubleValue
Type com.google.gwt.user.client.ui.Image.UnclippedState
Type com.xxx.application.dashboard.client.ui.editor.DateEditor
Type
com.google.gwt.user.client.rpc.core.java.lang.Float_CustomFieldSerializer
Type java.util.HashSet
Type
com.google.gwt.user.client.ui.HasHorizontalAlignment.HorizontalAlignmentConstant
Type com.google.gwt.junit.client.Benchmark
Type java.util.AbstractList
Type java.lang.Exception
Type
com.xxx.application.dashboard.client.ui.editor.RecordEditor.KeyChangerPopupClosedListener
Type com.google.gwt.user.client.ui.ListBox
Type com.google.gwt.user.client.ui.TabPanel.TabbedDeckPanel
Type com.xxx.application.dashboard.client.ui.editor.RecordEditor
Type
com.xxx.application.dashboard.client.Dashboard.ViewEditorAction
Type com.xxx.application.dashboard.client.Dashboard.5
Type
com.google.gwt.user.client.ui.DelegatingKeyboardListenerCollection
Type com.google.gwt.user.client.ui.SuggestOracle
Type java.util.HashMap
Type com.google.gwt.user.client.ui.SplitPanel
Type com.google.gwt.user.client.ui.SourcesTreeEvents
Type com.google.gwt.user.client.ui.ChangeListener
Type com.google.gwt.user.client.ui.SourcesChangeEvents
Type com.google.gwt.user.client.ui.SuggestOracle.Response
Field suggestions
Type com.xxx.application.dashboard.client.model.type.IntegerType
Type com.xxx.application.dashboard.client.Dashboard.19
Type
com.google.gwt.user.client.rpc.core.java.lang.long_Array_CustomFieldSerializer
Type
com.xxx.application.dashboard.client.model.type.IntervalType
Type com.google.gwt.user.client.ui.Hidden
Type
com.xxx.application.dashboard.client.ui.editor.ListEditor.DeleteLineAction
Type com.google.gwt.i18n.client.Localizable
Type com.google.gwt.junit.client.impl.PermutationIterator
Type com.google.gwt.user.client.ui.TreeImages
Type com.google.gwt.user.client.ui.ToggleButton
Type com.google.gwt.user.client.ui.LoadListener
Type com.xxx.application.dashboard.client.ui.editor.RecordEditor.
1
Type
com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException
Type com.google.gwt.user.client.ui.RichTextArea
Type java.util.EventObject
Type com.google.gwt.user.client.impl.HistoryImpl
Type com.google.gwt.user.client.ui.ComplexPanel
Type com.google.gwt.user.client.ui.FastStringMap.1.2
Type com.google.gwt.user.client.ui.HasFocus
Type
com.google.gwt.user.client.ui.DelegatingClickListenerCollection
Type java.lang.Boolean
Type com.google.gwt.user.client.ui.TabPanel.UnmodifiableTabBar
Type com.xxx.application.dashboard.client.model.type.TimeType
Type com.google.gwt.user.client.ui.TabListener
Type com.google.gwt.user.client.ui.CustomButton
Type java.lang.Short
Type com.google.gwt.user.client.ui.HasHorizontalAlignment
Type com.google.gwt.user.client.ui.Image
Type com.xxx.application.dashboard.client.Dashboard.15.16
Type com.google.gwt.i18n.client.constants.NumberConstants
Type
com.xxx.application.dashboard.client.ui.editor.BooleanEditor
Type junit.framework.Test
Type com.google.gwt.user.client.ui.MouseWheelVelocity
Type com.google.gwt.user.client.ui.ChangeListenerCollection
Type com.google.gwt.user.client.rpc.IsSerializable
Type com.google.gwt.user.client.impl.HistoryImplSafari
Type com.google.gwt.user.client.ui.VerticalSplitPanel.ImplIE6
Type com.google.gwt.user.client.ui.RichTextArea.Justification
Type com.xxx.application.dashboard.client.ui.RollOverFlexTable
Type com.google.gwt.user.client.ui.SourcesMouseWheelEvents
Type
com.google.gwt.user.client.rpc.core.java.lang.Byte_CustomFieldSerializer
Type com.google.gwt.user.client.ui.impl.FocusImplOld
Type com.google.gwt.user.client.ui.impl.RichTextAreaImplStandard
Type com.google.gwt.user.client.ui.HTMLTable.WidgetMapper
Type com.google.gwt.junit.client.impl.JUnitHostAsync
Type com.xxx.application.dashboard.client.Dashboard.17
Type com.xxx.application.dashboard.client.rpc.ServiceConstant
Type com.google.gwt.user.client.rpc.SerializationException
Type com.google.gwt.user.client.ui.impl.ClippedImageImpl
Type com.google.gwt.user.client.ui.SuggestBox.2
Type java.util.AbstractMap.3
Type java.lang.RuntimeException
Type com.google.gwt.user.client.ui.StackPanel
Type com.google.gwt.user.client.ui.RootPanel
Type com.google.gwt.user.client.ui.SourcesKeyboardEvents
Type com.google.gwt.user.client.ui.WidgetCollection
Type java.lang.StringBuffer
Type com.google.gwt.user.client.ui.impl.RichTextAreaImplMozilla
Type
com.xxx.application.dashboard.client.ui.editor.DoubleEditor.ButtonResetClickListener
Type com.google.gwt.user.client.ui.HorizontalSplitPanel.1
Type com.google.gwt.user.client.ui.DisclosurePanel
Type junit.framework.Assert
Type com.google.gwt.user.client.ui.TextBoxBase
Type java.lang.Object
Type com.google.gwt.i18n.client.impl.ConstantMap.DummyMapEntry
Type com.google.gwt.user.client.ui.impl.FocusImpl
Type
com.xxx.application.dashboard.client.Dashboard.ValueChangedAction
Type com.google.gwt.user.client.ui.KeyboardListenerAdapter
Type
com.google.gwt.user.client.rpc.core.java.lang.float_Array_CustomFieldSerializer
Type com.google.gwt.user.client.rpc.InvocationException
Type com.google.gwt.user.client.ui.HasKeyPreview
Type java.util.TooManyListenersException
Type com.google.gwt.user.client.ui.FocusWidget
Type com.google.gwt.user.client.ui.VerticalSplitPanel
Type
com.xxx.application.dashboard.client.ui.editor.TimeEditor.TextBoxKeyboardListener
Type
com.google.gwt.user.client.rpc.core.java.lang.String_CustomFieldSerializer
Type
com.google.gwt.user.client.rpc.impl.AbstractSerializationStream
Type com.xxx.application.dashboard.client.Dashboard.11.12
Type
com.xxx.application.dashboard.client.model.value.IntervalValue
Type java.lang.StringIndexOutOfBoundsException
Type com.google.gwt.junit.client.Trial
Field variables
Type com.google.gwt.user.client.ui.SimplePanel
Type com.xxx.application.dashboard.client.ui.editor.TimeEditor
Type com.google.gwt.user.client.ui.HorizontalSplitPanel.ImplIE6
Type com.google.gwt.core.client.GWT.UncaughtExceptionHandler
Type
com.google.gwt.user.client.rpc.ServiceDefTarget.NoServiceEntryPointSpecifiedException
Type com.google.gwt.user.client.ui.KeyboardListenerCollection
Type com.google.gwt.user.client.ui.FormHandlerCollection
Type
com.xxx.application.dashboard.client.ui.RollOverListenerCollection
Type com.xxx.application.dashboard.client.Dashboard.21
Type com.google.gwt.user.client.ui.FormSubmitEvent
Type
com.xxx.application.dashboard.client.ui.editor.IntegerEditor.ButtonSaveClickListener
Type
com.xxx.application.dashboard.client.ui.Calendar.DayLinkClickListener
Type com.google.gwt.user.client.ui.DockPanel
Type
com.google.gwt.user.client.rpc.impl.ClientSerializationStreamWriter
Type
com.google.gwt.user.client.ui.Tree.ImagesFromImageBase.Prototype
Type com.google.gwt.junit.client.TestResults
Field trials
Type com.google.gwt.user.client.ui.HorizontalSplitPanel
Type com.google.gwt.user.client.Timer.1
Type java.util.Arrays
Type
com.xxx.application.dashboard.client.model.value.IntegerValue
Type java.util.ArrayList
Type com.google.gwt.user.client.impl.HistoryImplMozilla
Type com.google.gwt.user.client.ui.Composite
Type com.google.gwt.junit.client.Operator
Type com.google.gwt.user.client.ui.impl.FormPanelImpl
Type
com.google.gwt.user.client.ui.DelegatingChangeListenerCollection
Type com.google.gwt.user.client.ui.WidgetIterators.1
Type
com.xxx.application.dashboard.client.ui.editor.DoubleEditor.ButtonSaveClickListener
Type
com.xxx.application.dashboard.client.ui.editor.BooleanEditor.ButtonSaveClickListener
Type java.lang.Number
Type
com.google.gwt.user.client.rpc.core.java.util.HashSet_CustomFieldSerializer
Type java.util.HashMap.1
Type
com.xxx.application.dashboard.client.ui.editor.DateEditor.TextBoxKeyboardListener
Type com.google.gwt.user.client.ui.impl.PopupImpl
Type com.xxx.application.dashboard.client.Dashboard.2
Type
com.xxx.application.dashboard.client.rpc.ParameterServiceAsync
Type
com.xxx.application.dashboard.client.ui.editor.DateEditor.ShowCalendarClickListener
Type com.google.gwt.user.client.ui.Image.ClippedState
Type com.google.gwt.user.client.WindowCloseListener
Type com.google.gwt.user.client.impl.DOMImplIE6
Type com.xxx.application.dashboard.client.ui.editor.ListEditor.1
Type com.google.gwt.user.client.ui.TabBar.ClickDecoratorPanel
Type com.google.gwt.core.client.Impl
Type java.util.AbstractList.ListIteratorImpl
Type
com.google.gwt.i18n.client.impl.ConstantMap.OrderedConstantSet
Type com.xxx.application.dashboard.client.model.Category
Field mParamList
Type com.google.gwt.user.client.ui.DisclosureHandler
Type com.google.gwt.user.client.ui.CustomButton.Face
Type com.google.gwt.junit.client.impl.StackTraceWrapper
Type com.google.gwt.user.client.impl.DOMImplStandard
Type com.google.gwt.user.client.ui.HTMLTable.WidgetMapper.1
Type com.google.gwt.user.client.DOM
Type java.util.AbstractMap.1.2
Type com.google.gwt.user.client.IncrementalCommand
Type com.google.gwt.user.client.ui.impl.PopupImplIE6
Type
com.google.gwt.user.client.rpc.core.java.lang.Object_Array_CustomFieldSerializer
Type java.lang.String
Type com.xxx.application.dashboard.client.ui.ListTypeChooser.2
Type com.xxx.application.dashboard.client.model.DateCustom
Type com.google.gwt.user.client.ui.impl.RichTextAreaImplOpera
Type com.google.gwt.user.client.ui.impl.ItemPickerDropDownImpl
Type com.google.gwt.user.client.ui.FastStringMap.ImplMapEntry
Type com.google.gwt.user.client.ui.MouseListenerAdapter
Type com.xxx.application.dashboard.client.Dashboard.1
Type java.lang.AssertionError
Type com.google.gwt.i18n.client.ConstantsWithLookup
Type
com.google.gwt.user.client.rpc.core.java.lang.char_Array_CustomFieldSerializer
Type
com.xxx.application.dashboard.client.ui.editor.Editor.ValueChangeAction
Type com.google.gwt.user.client.ui.DockPanel.TmpRow
Type com.google.gwt.user.client.ui.Tree.1
Type com.google.gwt.user.client.ui.HTMLTable.RowFormatter
Type com.xxx.application.dashboard.client.ui.Calendar.1
Type
com.google.gwt.user.client.rpc.core.java.lang.boolean_Array_CustomFieldSerializer
Type com.google.gwt.user.client.ui.impl.FormPanelImplIE6
Type com.google.gwt.user.client.CommandExecutor.1
Type com.google.gwt.junit.client.impl.JUnitHost
Type
com.google.gwt.user.client.rpc.core.java.lang.Double_CustomFieldSerializer
Type java.lang.Long
Type com.google.gwt.user.client.ui.IndexedPanel
Type com.google.gwt.user.client.ui.AbstractImagePrototype
Type com.google.gwt.user.client.ui.UIObject
Type java.util.Vector
Type java.lang.UnsupportedOperationException
Type com.google.gwt.user.client.ui.DockPanel.DockLayoutConstant
Type java.lang.NumberFormatException
Type com.google.gwt.user.client.ui.FlexTable.FlexCellFormatter
Type
com.xxx.application.dashboard.client.ui.editor.IntegerEditor.TextBoxKeyboardListener
Type
com.google.gwt.user.client.ui.WidgetCollection.WidgetIterator
Type com.xxx.application.dashboard.client.Dashboard.7
Type com.google.gwt.user.client.ui.FlowPanel
Type com.google.gwt.user.client.ui.TabBar
Type com.google.gwt.i18n.client.constants.DateTimeConstants
Type com.google.gwt.user.client.rpc.ServiceDefTarget
Type com.google.gwt.user.client.ui.ScrollListener
Type java.util.Stack
Type
com.google.gwt.junit.client.impl.PermutationIterator.Permutation
Type java.lang.StackTraceElement
Type com.google.gwt.user.client.rpc.SerializationStreamWriter
Type
com.google.gwt.user.client.rpc.core.java.lang.int_Array_CustomFieldSerializer
Type com.xxx.application.dashboard.client.Dashboard.5.6
Type
com.google.gwt.user.client.rpc.core.java.lang.double_Array_CustomFieldSerializer
Type com.google.gwt.user.client.HistoryListener
Type com.xxx.application.dashboard.client.model.Application
Type
com.xxx.application.dashboard.client.model.value.BooleanValue
Type com.google.gwt.user.client.impl.DOMImplSafari
Type
com.google.gwt.user.client.rpc.core.java.util.ArrayList_CustomFieldSerializer
Type com.xxx.application.dashboard.client.ui.editor.ListEditor
Type com.google.gwt.user.client.rpc.impl.Serializer
Type com.google.gwt.user.client.ui.PrefixTree
Type com.xxx.application.dashboard.client.model.value.DateValue
Type com.google.gwt.user.client.ui.ScrollPanel
Type com.google.gwt.user.client.ui.HorizontalSplitPanel.Impl
Type com.google.gwt.user.client.ui.TextBoxBase.TextAlignConstant
Type
com.xxx.application.dashboard.client.ui.editor.BooleanEditor.ButtonResetClickListener
Type
com.xxx.application.dashboard.client.ui.editor.IntervalEditor
Type com.google.gwt.user.client.ui.PasswordTextBox
Type java.util.AbstractMap.3.4
Type
com.xxx.application.dashboard.client.model.value.ValueChangeListenerCollection
Type com.google.gwt.user.client.ui.HTMLPanel
Type
com.google.gwt.user.client.rpc.core.java.lang.short_Array_CustomFieldSerializer
Type com.google.gwt.user.client.ui.Grid
Type com.google.gwt.user.client.ui.CustomButton.1
Type com.google.gwt.user.client.ui.HasCaption
Type com.google.gwt.user.client.ui.Label
Type java.io.OutputStream
Type com.google.gwt.user.client.ui.TabListenerCollection
Type com.google.gwt.user.client.ui.TextArea
Type
com.google.gwt.user.client.ui.HorizontalSplitPanel.ImplSafari
Type com.google.gwt.user.client.ui.FocusListenerCollection
Type
com.google.gwt.junit.client.impl.PermutationIterator.ListRange
Type com.google.gwt.user.client.ui.FocusPanel
Type
com.google.gwt.user.client.ui.HTMLTable.WidgetMapper.FreeNode
Type com.google.gwt.user.client.ui.FiresDisclosureEvents
Type java.util.AbstractList.IteratorImpl
Type com.xxx.application.dashboard.client.ui.RollOverListener
Type
com.xxx.application.dashboard.client.ui.editor.DoubleEditor.TextBoxKeyboardListener
Type com.google.gwt.user.client.ui.HTMLTable
Type java.lang.Class
Type java.lang.CharSequence
Type com.google.gwt.user.client.ui.MultiWordSuggestOracle
Type com.google.gwt.user.client.ui.TreeItem.ContentPanel
Type com.google.gwt.i18n.client.Messages
Type com.google.gwt.i18n.client.DateRecord
Type com.google.gwt.user.client.rpc.SerializationStreamReader
Type com.google.gwt.lang.Array
Type com.google.gwt.user.client.ui.SourcesClickEvents
Type
com.google.gwt.user.client.rpc.impl.ClientSerializationStreamReader
Type java.lang.Comparable
Type java.util.EventListener
Type
com.xxx.application.dashboard.client.ui.editor.RecordEditor.ChangeKeyAction
Type com.google.gwt.user.client.ui.MouseListenerCollection
Type com.xxx.application.dashboard.client.Dashboard.11
Type com.google.gwt.user.client.ui.NamedFrame
Type com.xxx.application.dashboard.client.model.type.Type
Type com.google.gwt.junit.client.impl.ExceptionWrapper
Type com.xxx.application.dashboard.client.model.TimeCustom
Type com.google.gwt.user.client.ui.impl.SuggestPickerImpl
Type com.google.gwt.user.client.ui.impl.AbstractItemPickerImpl
Type com.google.gwt.user.client.ui.MenuItem
Type com.google.gwt.user.client.ui.impl.FocusImplIE6
Type com.google.gwt.user.client.EventPreview
Type java.util.RandomAccess
Type com.google.gwt.user.client.rpc.AsyncCallback
Type com.google.gwt.core.client.EntryPoint
Type com.google.gwt.user.client.ui.ImageBundle
Type
com.xxx.application.dashboard.client.model.value.RecordValue
Field mRecordValue
Type com.google.gwt.user.client.HTTPRequest
Type com.google.gwt.junit.client.IntRange
Type java.lang.Double
Type com.google.gwt.user.client.ui.HasAlignment
Type com.google.gwt.user.client.impl.DOMImplOpera
Type com.google.gwt.user.client.ui.impl.ClippedImageImplIE6
Type com.google.gwt.junit.client.GWTTestCase
Type com.google.gwt.i18n.client.Dictionary
Type com.google.gwt.user.client.ui.Tree
Type
com.google.gwt.user.client.ui.DisclosurePanel.ClickableHeader
Type java.util.Map.Entry
Type com.google.gwt.user.client.ui.FormPanel
Type com.google.gwt.user.client.ui.FastStringMap.1
Type com.google.gwt.user.client.ui.TableListener
Type com.google.gwt.user.client.ui.SuggestBox.3
Type
com.xxx.application.dashboard.client.ui.editor.Editor.RollOverAction
Type
com.google.gwt.user.client.rpc.core.java.lang.Boolean_CustomFieldSerializer
Type java.lang.System
Type com.google.gwt.user.client.impl.HTTPRequestImpl
Type
com.xxx.application.dashboard.client.ui.Calendar.ButtonCloseClickListener
Type com.google.gwt.user.client.ui.HasWidgets
Type com.google.gwt.core.client.JavaScriptException
Type com.google.gwt.user.client.CommandExecutor.2
Type com.xxx.application.dashboard.client.model.Parameter
Type com.xxx.application.dashboard.client.Dashboard.3
Type com.google.gwt.user.client.ui.Panel
Type com.google.gwt.user.client.ui.SourcesLoadEvents
Type com.google.gwt.lang.Cast
Type com.xxx.application.dashboard.client.ui.RecordTypeChooser.1
Type com.xxx.application.dashboard.client.Dashboard.7.8
Type java.util.Comparators.1
Type com.xxx.application.dashboard.client.Dashboard.13.14
Type com.google.gwt.user.client.ui.ScrollListenerCollection
Type com.google.gwt.user.client.ui.PopupPanel
Type com.google.gwt.user.client.ui.ClickListener
Type com.google.gwt.user.client.ResponseTextHandler
Type com.xxx.application.dashboard.client.Dashboard.17.18
Type java.util.EmptyStackException
Type com.google.gwt.user.client.ui.FastStringMap.3
Type com.xxx.application.dashboard.client.ui.RecordTypeChooser.2
Type com.xxx.application.dashboard.client.Dashboard
Type com.google.gwt.user.client.ui.CheckBox
Type com.google.gwt.i18n.client.impl.ConstantMap
Type com.xxx.application.dashboard.client.ui.RecordKeyChanger
Type
com.google.gwt.user.client.rpc.impl.AbstractSerializationStreamWriter
Type com.google.gwt.user.client.ui.RadioButton
Type com.google.gwt.user.client.impl.HTTPRequestImplIE6
Type java.lang.Float
Type
com.google.gwt.i18n.client.impl.ConstantMap.OrderedConstantSet.ImmutableIterator
Type java.util.HashMap.EntryImpl
Type com.google.gwt.user.client.ui.ClickListenerCollection
Type com.google.gwt.user.client.Cookies
Type com.google.gwt.user.client.ui.DisclosurePanel.DefaultHeader
Type com.google.gwt.junit.client.impl.GWTTestCaseImpl
Type com.google.gwt.user.client.ui.SuggestOracle.Callback
Type com.xxx.application.dashboard.client.ui.Calendar
Type junit.framework.TestCase
Type com.xxx.application.dashboard.client.ui.editor.StringEditor
Type com.xxx.application.dashboard.client.Dashboard.19.20
Type
com.google.gwt.user.client.rpc.core.java.lang.Short_CustomFieldSerializer
Type com.google.gwt.user.client.ui.RichTextArea.FontSize
Type
com.xxx.application.dashboard.client.ui.editor.RecordEditor.DeleteLineAction
Type com.google.gwt.user.client.ui.Image.State
Type
com.google.gwt.user.client.ui.MultiWordSuggestOracle.MultiWordSuggestion
Type
com.google.gwt.junit.client.impl.GWTTestCaseImpl.JUnitHostListener
Type
com.xxx.application.dashboard.client.ui.editor.DateEditor.ButtonSaveClickListener
Type
com.xxx.application.dashboard.client.ui.editor.IntegerEditor
Type com.google.gwt.user.client.ui.FocusListenerAdapter
Type com.google.gwt.user.client.impl.HistoryImplIE6
Type com.google.gwt.user.client.ui.Image.ClippedState.1
Type com.xxx.application.dashboard.client.ui.editor.DoubleEditor
Type com.xxx.application.dashboard.client.model.type.DoubleType
Type com.google.gwt.user.client.ui.FormSubmitCompleteEvent
Type com.google.gwt.user.client.ui.HTMLTable.CellFormatter
Type com.google.gwt.user.client.Event
Type com.google.gwt.user.client.impl.DOMImplMozillaOld
Type com.google.gwt.user.client.ui.HasHTML
Type
com.xxx.application.dashboard.client.ui.editor.TimeEditor.ButtonSaveClickListener
Type
com.google.gwt.user.client.rpc.core.java.lang.byte_Array_CustomFieldSerializer
Type
com.google.gwt.user.client.rpc.impl.AbstractSerializationStreamReader
Type com.google.gwt.junit.client.impl.GWTTestCaseImpl.KillTimer
Type com.google.gwt.user.client.ui.SourcesScrollEvents
Type com.google.gwt.junit.client.Category
Type com.google.gwt.user.client.ui.impl.TextBoxImpl
Type com.google.gwt.user.client.ui.RichTextArea.BasicFormatter


Type com.xxx.application.dashboard.client.model.value.ListValue
Field mListValue
Type

com.xxx.application.dashboard.client.Dashboard.RollOverAction
Type java.util.AbstractMap
Type com.google.gwt.i18n.client.Constants
Type com.google.gwt.user.client.ui.TextBox
Type com.google.gwt.user.client.WindowResizeListener
Type com.xxx.application.dashboard.client.model.type.RecordType
Type
com.xxx.application.dashboard.client.ui.editor.DateEditor.CalendarValueChangeListener
Type com.google.gwt.user.client.ui.VerticalPanel
Type com.google.gwt.user.client.ui.TreeListenerCollection
Type com.google.gwt.user.client.ui.FileUpload
Type
com.google.gwt.user.client.ui.RichTextArea.ExtendedFormatter
Type com.google.gwt.user.client.ui.SourcesMouseEvents
Type com.google.gwt.user.client.ui.TableListenerCollection
Type com.google.gwt.user.client.ui.VerticalSplitPanel.1
Type com.google.gwt.junit.client.TimeoutException
Type com.xxx.application.dashboard.client.model.type.ListType
Type com.xxx.application.dashboard.client.rpc.ParameterService
Method public abstract java.util.List getCategoryList()
Method public abstract java.util.List getApplicationList()
Type com.google.gwt.user.client.ui.AbsolutePanel
Type com.google.gwt.user.client.ui.FormHandler
Type java.lang.IllegalArgumentException
Type com.google.gwt.lang.Exceptions
Type com.google.gwt.user.client.ui.Widget
Type java.lang.NullPointerException
Type com.google.gwt.user.client.ui.impl.FormPanelImplHost
Type com.google.gwt.user.client.ui.HasWordWrap
Type java.util.ListIterator
Type com.google.gwt.user.client.ui.SourcesTableEvents
Type com.google.gwt.user.client.ui.DisclosurePanelImages
Type com.google.gwt.user.client.ui.DeckPanel
Type java.util.Comparator
Type java.lang.ClassCastException
Type com.google.gwt.user.client.ui.RootPanel.1
Type com.xxx.application.dashboard.client.ui.Calendar.3
Type com.xxx.application.dashboard.client.ui.RecordKeyChanger.1
Type com.google.gwt.user.client.rpc.SerializableException
Type java.util.HashMap.EntrySetImplIterator
Type com.google.gwt.user.client.ui.impl.ClippedImagePrototype
Type com.google.gwt.i18n.client.DateTimeFormat.PatternPart
Type com.google.gwt.user.client.ui.HasName
Type com.google.gwt.user.client.ui.PopupListener
Type com.google.gwt.user.client.ui.LoadListenerCollection
Type
com.google.gwt.user.client.ui.impl.AbstractItemPickerImpl.Item
Type com.google.gwt.core.client.GWT
Type com.xxx.application.dashboard.client.ui.ListTypeChooser.1
Type java.io.FilterOutputStream
Type com.google.gwt.user.client.ui.impl.RichTextAreaImplIE6
Type com.google.gwt.user.client.ui.VerticalSplitPanel.Impl
Type com.google.gwt.user.client.ui.SourcesTabEvents
Type
com.google.gwt.user.client.rpc.core.java.lang.Long_CustomFieldSerializer
Type com.google.gwt.user.client.History
Type java.util.AbstractMap.1
Type java.lang.Byte
Type
com.xxx.application.dashboard.client.ui.RecordTypeChooser.TypeSelectedIndexChanged
Type com.google.gwt.user.client.ui.MenuBar.1
Type com.xxx.application.dashboard.client.ui.editor.Editor
Type java.util.List
Type
com.google.gwt.user.client.rpc.core.java.util.HashMap_CustomFieldSerializer
Type com.google.gwt.junit.client.IntRange.IntRangeIterator
Type com.xxx.application.dashboard.client.Dashboard.13
Type com.xxx.application.dashboard.client.Dashboard.9
Type
com.google.gwt.user.client.ui.HasVerticalAlignment.VerticalAlignmentConstant
Type com.google.gwt.user.client.ui.HasText
Type com.google.gwt.user.client.ui.SimplePanel.1
Type java.lang.IndexOutOfBoundsException
Type com.google.gwt.user.client.ui.Tree.ImagesFromImageBase
Type com.google.gwt.user.client.ui.DisclosureEvent
Type
com.google.gwt.user.client.IncrementalCommandCanceledException
Type com.google.gwt.user.client.ui.WidgetIterators
Type java.lang.Throwable
Type java.util.Collections
Type com.xxx.application.dashboard.client.ui.RecordKeyChanger.2
Type com.xxx.application.dashboard.client.model.value.Value
Type com.xxx.application.dashboard.client.model.type.Editable
Type com.google.gwt.user.client.ui.HasVerticalAlignment
Type com.google.gwt.user.client.ui.impl.FocusImplSafari
Type com.xxx.application.dashboard.client.Dashboard.15
Type com.google.gwt.user.client.Timer
Type java.util.NoSuchElementException
Type
com.xxx.application.dashboard.client.model.value.StringValue
Type com.google.gwt.user.client.ui.SourcesPopupEvents
Type java.lang.Character
Type com.google.gwt.user.client.ui.Button
Type com.google.gwt.i18n.client.NumberFormat
Type com.google.gwt.user.client.ui.FiresFormEvents
Type com.google.gwt.user.client.Command
Type com.google.gwt.user.client.ui.SuggestOracle.Suggestion
Type java.lang.ArrayStoreException
Type com.google.gwt.user.client.ui.FlexTable
Type com.google.gwt.user.client.CommandExecutor.CircularIterator
Type com.xxx.application.dashboard.client.ui.ListTypeChooser
Type com.xxx.application.dashboard.client.Dashboard.21.22
Finished in 4551 ms


Finding entry point classes
The following compilation units have changed since the last
compilation to bytecode

Rebinding com.xxx.application.dashboard.client.BenchmarkTests
Checking rule <generate-with
class='com.google.gwt.junit.rebind.BenchmarkGenerator'/>
Checking if all subconditions are true (<all>)
<when-assignable
class='com.google.gwt.junit.client.Benchmark'/>
Yes, the requested type was assignable
Yes: All subconditions were true
Rule was a match and will be used
Invoking <generate-with
class='com.google.gwt.junit.rebind.BenchmarkGenerator'/>
[ERROR] Unable to load module entry point class
com.xxx.application.dashboard.client.BenchmarkTests (see associated
exception for details)
java.lang.NoSuchMethodError:

com.google.gwt.junit.benchmarks.BenchmarkReport$Parser.<init>(Lcom/

com.google.gwt.dev.shell.ie.BrowserWidgetIE6$External.invoke(BrowserWidgetIE6.java:
125)
at
com.google.gwt.dev.shell.ie.IDispatchImpl.Invoke(IDispatchImpl.java:
293)
at
com.google.gwt.dev.shell.ie.IDispatchImpl.method6(IDispatchImpl.java:
196)
at

org.eclipse.swt.internal.ole.win32.COMObject.callback6(COMObject.java:
117)
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)

at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1925)


at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2966)
at com.google.gwt.dev.GWTShell.pumpEventLoop(GWTShell.java:689)

at com.google.gwt.junit.JUnitShell.runTestImpl(JUnitShell.java:442)


at com.google.gwt.junit.JUnitShell.runTest(JUnitShell.java:167)
at com.google.gwt.junit.client.GWTTestCase.runTest(GWTTestCase.java:
194)

at junit.framework.TestCase.runBare(TestCase.java:127)


at junit.framework.TestResult$1.protect(TestResult.java:106)
at junit.framework.TestResult.runProtected(TestResult.java:124)
at junit.framework.TestResult.run(TestResult.java:109)
at junit.framework.TestCase.run(TestCase.java:118)
at com.google.gwt.junit.client.GWTTestCase.run(GWTTestCase.java:114)
at junit.framework.TestSuite.runTest(TestSuite.java:208)
at junit.framework.TestSuite.run(TestSuite.java:203)
at
org.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestReference.run(JUnit3TestReference.java:
128)
at

org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:
38)
at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:
460)
at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:
673)
at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:
386)
at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:
196)

[ERROR] Failure to load module 'com.xxx.application.dashboard.Test'
com.google.gwt.core.ext.UnableToCompleteException: (see previous log
entries)

at com.google.gwt.dev.shell.ModuleSpace.onLoad(ModuleSpace.java:367)


at
com.google.gwt.dev.shell.BrowserWidget.attachModuleSpace(BrowserWidget.java:
326)
at com.google.gwt.dev.shell.ie.BrowserWidgetIE6.access
$200(BrowserWidgetIE6.java:36)
at
com.google.gwt.dev.shell.ie.BrowserWidgetIE6$External.gwtOnLoad(BrowserWidgetIE6.java:
70)
at
com.google.gwt.dev.shell.ie.BrowserWidgetIE6$External.invoke(BrowserWidgetIE6.java:
125)
at
com.google.gwt.dev.shell.ie.IDispatchImpl.Invoke(IDispatchImpl.java:
293)
at
com.google.gwt.dev.shell.ie.IDispatchImpl.method6(IDispatchImpl.java:
196)
at

org.eclipse.swt.internal.ole.win32.COMObject.callback6(COMObject.java:
117)
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)

at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1925)


at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2966)
at com.google.gwt.dev.GWTShell.pumpEventLoop(GWTShell.java:689)

at com.google.gwt.junit.JUnitShell.runTestImpl(JUnitShell.java:442)


at com.google.gwt.junit.JUnitShell.runTest(JUnitShell.java:167)
at com.google.gwt.junit.client.GWTTestCase.runTest(GWTTestCase.java:
194)

at junit.framework.TestCase.runBare(TestCase.java:127)


at junit.framework.TestResult$1.protect(TestResult.java:106)
at junit.framework.TestResult.runProtected(TestResult.java:124)
at junit.framework.TestResult.run(TestResult.java:109)
at junit.framework.TestCase.run(TestCase.java:118)
at com.google.gwt.junit.client.GWTTestCase.run(GWTTestCase.java:114)
at junit.framework.TestSuite.runTest(TestSuite.java:208)
at junit.framework.TestSuite.run(TestSuite.java:203)
at
org.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestReference.run(JUnit3TestReference.java:
128)
at

org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:
38)
at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:
460)
at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:
673)
at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:
386)
at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:
196)

Thank you,

Matthieu

On Jun 6, 3:17 pm, "Toby Reyelts" <t...@google.com> wrote:
> Sorry about that Matthieu,...
>
> read more »
>
> gwt-user-patch.jar
> 15KDownload


>
> Looks like I forgot to include some inner classes in the patch. Try this one
> out.
>
> Thanks,
> -Toby
>

> > Found- Hide quoted text -

Toby Reyelts

unread,
Jun 6, 2007, 4:29:02 PM6/6/07
to Google-We...@googlegroups.com, matthieu...@gmail.com

Ugh, outdated class files. Third times a charm.



On 6/6/07, Matthieu <matthieu...@gmail.com > wrote:

Hi Toby,

Here's the new output with the path you sent :


[Message clipped]  

gwt-user-patch.jar

Matthieu

unread,
Jun 6, 2007, 4:53:34 PM6/6/07
to Google Web Toolkit
Hi Toby,

I was pretty sure it wasn't the good one because i got the same output
twice : ))
For my problem, when i use the patch you sent my the third time, it
works well, my benchmark is working, the report is created and the
problem doesn't occur no more ???. As soon as I remove the patch in my
classpath it fails again. Here's the output with the patch on :

Starting HTTP on port 0
Property 'catalina.base' not specified; checking for a standard
catalina base image instead
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-dev-windows.jar!/com/
google/gwt/dev/etc/tomcat/
Found conf/web.xml
Found webapps/ROOT/WEB-INF/web.xml
catalina.base = K:\dev\dashboard\tomcat
Starting tomcat server
Starting Servlet Engine: Apache Tomcat/5.0.28
XML validation disabled
Create Host deployer for direct deployment ( non-jmx )
Installing web application at context path from URL file:K:\dev
\dashboard\tomcat\webapps\ROOT
Adding attribute 'com.google.gwt.dev.shell.logger' to web app ''
Adding attribute 'com.google.gwt.dev.shell.outdir' to web app ''
Initializing Coyote HTTP/1.1 on http-0
Starting Coyote HTTP/1.1 on http-0

HTTP listening on port 2102
Request 0: http://localhost:2102/com.xxx.application.dashboard.Test/

Module location: file:/K:/dev/dashboard/bin/com/xxx/application/

Request 1: http://localhost:2102/com.xxx.application.dashboard.Test/com.xxx.application.dashboard.Test.nocache.js


The development shell servlet received a request for
'com.xxx.application.dashboard.Test.nocache.js' in module
'com.xxx.application.dashboard.Test'
Generating an html selection script for module
com.xxx.application.dashboard.Test

Request 2: http://localhost:2102/com.xxx.application.dashboard.Test/hosted.html

Type java.util.AbstractMap
Type com.google.gwt.user.client.ui.TabPanel.UnmodifiableTabBar
Type com.google.gwt.user.client.ui.impl.FormPanelImplHost
Type java.lang.RuntimeException
Type com.google.gwt.user.client.ui.SourcesScrollEvents
Type com.google.gwt.user.client.ui.SourcesTabEvents
Type com.google.gwt.user.client.ui.HasVerticalAlignment
Type
com.google.gwt.i18n.client.constants.CurrencyCodeMapConstants
Type java.lang.System
Type com.google.gwt.user.client.ui.MenuBar.1
Type java.util.Comparators.1
Type com.google.gwt.user.client.ui.Image
Type java.lang.Throwable
Type com.xxx.application.dashboard.client.model.value.ListValue
Field mListValue
Type com.xxx.application.dashboard.client.model.type.ListType
Type com.google.gwt.user.client.ui.HTMLTable.CellFormatter
Type com.xxx.application.dashboard.client.ui.editor.RecordEditor
Type com.google.gwt.junit.client.Operator
Type com.google.gwt.user.client.ui.impl.PopupImplMozilla.1
Type com.google.gwt.user.client.ui.PushButton
Type
com.xxx.application.dashboard.client.model.value.StringValue
Type java.util.Vector
Type java.util.NoSuchElementException
Type java.util.Set
Type com.google.gwt.user.client.ui.impl.SuggestPickerImpl
Type com.google.gwt.user.client.ui.SourcesMouseWheelEvents
Type com.google.gwt.user.client.ui.SplitPanel
Type com.google.gwt.user.client.ui.TreeItem.ContentPanel
Type
com.xxx.application.dashboard.client.ui.editor.BooleanEditor
Type com.google.gwt.user.client.ui.DeckPanel
Type java.io.OutputStream
Type com.google.gwt.junit.client.Range
Type com.google.gwt.user.client.ui.Frame
Type com.xxx.application.dashboard.client.model.type.Type
Type com.google.gwt.user.client.ui.MouseListenerCollection
Type
com.xxx.application.dashboard.client.ui.editor.Editor.ValueChangeAction
Type com.xxx.application.dashboard.client.ui.editor.RecordEditor.
1
Type com.google.gwt.user.client.ui.FlexTable
Type com.google.gwt.user.client.ui.AbsolutePanel
Type com.google.gwt.user.client.ui.MenuBar
Type com.google.gwt.i18n.client.constants.NumberConstants
Type com.google.gwt.user.client.ui.impl.AbstractItemPickerImpl
Type com.xxx.application.dashboard.client.Dashboard.11
Type com.google.gwt.user.client.ui.FocusPanel
Type
com.google.gwt.user.client.ui.DelegatingClickListenerCollection
Type com.google.gwt.user.client.ui.FastStringMap.ImplMapEntry
Type com.xxx.application.dashboard.client.model.type.DoubleType
Type java.lang.Comparable
Type com.google.gwt.user.client.ui.HasName
Type com.google.gwt.user.client.ui.HorizontalSplitPanel
Type com.google.gwt.user.client.impl.HistoryImplStandard
Type java.util.ArrayList
Type com.google.gwt.user.client.rpc.SerializableException
Type com.google.gwt.user.client.WindowCloseListener
Type java.util.Map
Type com.google.gwt.user.client.ui.impl.RichTextAreaImplSafari
Type com.google.gwt.core.client.GWT
Type com.xxx.application.dashboard.client.Dashboard.19
Type com.google.gwt.user.client.Cookies
Type junit.framework.TestCase
Type java.lang.Class
Type
com.google.gwt.user.client.rpc.core.java.util.Date_CustomFieldSerializer
Type com.google.gwt.i18n.client.DateTimeFormat.PatternPart
Type com.google.gwt.user.client.ui.FiresFormEvents
Type com.google.gwt.user.client.CommandCanceledException
Type com.google.gwt.user.client.ui.SuggestBox.3
Type com.google.gwt.junit.client.TimeoutException
Type com.google.gwt.junit.client.impl.GWTTestCaseImpl
Type com.google.gwt.user.client.CommandExecutor.2
Type com.google.gwt.user.client.IncrementalCommand
Type java.util.Arrays
Type
com.google.gwt.user.client.rpc.core.java.lang.Byte_CustomFieldSerializer
Type com.google.gwt.user.client.impl.DOMImpl
Type java.io.FilterOutputStream
Type com.google.gwt.user.client.impl.HTTPRequestImplIE6
Type com.xxx.application.dashboard.client.ui.editor.TimeEditor
Type com.google.gwt.user.client.ui.HasFocus
Type com.xxx.application.dashboard.client.model.type.TimeType
Type com.google.gwt.user.client.DeferredCommand
Type com.google.gwt.user.client.ui.impl.TextBoxImplIE6
Type com.google.gwt.user.client.impl.HistoryImpl
Type com.xxx.application.dashboard.client.ui.editor.DateEditor
Type java.util.Map.Entry
Type com.xxx.application.dashboard.client.ui.RecordTypeChooser.2
Type java.lang.Exception
Type com.google.gwt.user.client.ui.FileUpload
Type
com.xxx.application.dashboard.client.ui.editor.StringEditor.ButtonResetClickListener
Type com.google.gwt.user.client.ui.VerticalPanel
Type
com.google.gwt.user.client.rpc.core.java.util.HashMap_CustomFieldSerializer
Type
com.xxx.application.dashboard.client.ui.Calendar.DayLinkClickListener
Type com.google.gwt.user.client.ui.ChangeListenerCollection
Type com.xxx.application.dashboard.client.ui.editor.ListEditor.1
Type com.xxx.application.dashboard.client.model.value.DateValue
Type com.google.gwt.user.client.ui.PopupListener
Type
com.xxx.application.dashboard.client.ui.editor.DateEditor.TextBoxKeyboardListener
Type
com.google.gwt.user.client.rpc.core.java.lang.Object_Array_CustomFieldSerializer
Type java.util.AbstractCollection
Type com.google.gwt.user.client.ui.FormSubmitEvent
Type com.google.gwt.junit.client.TestResults
Field trials
Type java.util.AbstractList.IteratorImpl
Type java.lang.Double
Type
com.xxx.application.dashboard.client.ui.editor.RecordEditor.DeleteLineAction
Type com.google.gwt.user.client.ui.TableListenerCollection
Type com.google.gwt.user.client.ui.RootPanel
Type
com.xxx.application.dashboard.client.ui.editor.RecordEditor.KeyChangerPopupClosedListener
Type com.xxx.application.dashboard.client.Dashboard.3
Type com.xxx.application.dashboard.client.Dashboard.5.6
Type com.google.gwt.user.client.ui.RadioButton
Type com.google.gwt.user.client.ui.SuggestOracle.Suggestion
Type java.util.HashMap.EntryImpl
Type com.google.gwt.user.client.ui.TabListener
Type com.google.gwt.user.client.ui.HasKeyPreview
Type com.google.gwt.user.client.ui.SourcesKeyboardEvents
Type com.google.gwt.user.client.ui.CellPanel
Type com.google.gwt.user.client.ui.SuggestOracle.Callback
Type com.xxx.application.dashboard.client.model.type.DateType
Type com.xxx.application.dashboard.client.Dashboard.19.20
Type
com.google.gwt.user.client.rpc.core.java.lang.Integer_CustomFieldSerializer
Type com.xxx.application.dashboard.client.model.type.RecordType
Type com.google.gwt.user.client.ui.TreeImages
Type
com.xxx.application.dashboard.client.ui.editor.ListEditor.TypeChooserPopupClosedListener
Type com.google.gwt.i18n.client.Messages
Type
com.google.gwt.junit.client.impl.PermutationIterator.ListRange
Type com.google.gwt.user.client.ui.MouseListenerAdapter
Type com.google.gwt.user.client.ui.HasHorizontalAlignment
Type com.google.gwt.user.client.ui.DisclosureEvent
Type com.xxx.application.dashboard.client.ui.editor.Editor
Type com.google.gwt.user.client.rpc.SerializationStreamWriter
Type
com.google.gwt.user.client.ui.RichTextArea.ExtendedFormatter
Type java.util.List
Type com.google.gwt.user.client.impl.DOMImplSafari
Type com.google.gwt.user.client.ui.DockPanel
Type com.google.gwt.user.client.ui.ScrollPanel
Type com.google.gwt.user.client.ui.RichTextArea
Type com.google.gwt.user.client.ui.FocusListener
Type java.lang.Number
Type com.google.gwt.user.client.ui.TabPanel.TabbedDeckPanel
Type com.xxx.application.dashboard.client.model.type.StringType
Type com.google.gwt.user.client.ui.SimplePanel
Type com.google.gwt.user.client.ui.CustomButton.Face
Type java.lang.IllegalArgumentException
Type
com.google.gwt.user.client.ui.HasHorizontalAlignment.HorizontalAlignmentConstant
Type com.google.gwt.user.client.ui.Image.State
Type com.xxx.application.dashboard.client.Dashboard.4
Type com.google.gwt.i18n.client.constants.DateTimeConstants
Type
com.xxx.application.dashboard.client.ui.editor.BooleanEditor.ButtonSaveClickListener
Type com.xxx.application.dashboard.client.Dashboard
Type com.google.gwt.user.client.ui.PasswordTextBox
Type com.google.gwt.user.client.ui.FormHandler
Type com.google.gwt.user.client.rpc.AsyncCallback
Type com.google.gwt.user.client.impl.HistoryImplIE6
Type com.google.gwt.user.client.ui.Tree
Type com.google.gwt.user.client.ui.RichTextArea.FontSize
Type com.xxx.application.dashboard.client.model.value.Value
Type com.google.gwt.user.client.ui.WidgetCollection
Type
com.google.gwt.user.client.rpc.core.java.lang.Float_CustomFieldSerializer
Type com.google.gwt.user.client.ui.impl.FormPanelImplIE6
Type com.google.gwt.user.client.ui.impl.PopupImpl
Type
com.google.gwt.user.client.ui.HTMLTable.WidgetMapper.FreeNode
Type junit.framework.AssertionFailedError
Type com.xxx.application.dashboard.client.Dashboard.17.18
Type
com.xxx.application.dashboard.client.rpc.ParameterServiceAsync
Type com.google.gwt.user.client.rpc.IsSerializable
Type com.google.gwt.user.client.ui.impl.RichTextAreaImplOpera
Type com.google.gwt.user.client.ui.SuggestBox.1
Type java.util.AbstractMap.3.4
Type java.lang.CharSequence
Type com.google.gwt.user.client.ui.SourcesChangeEvents
Type com.google.gwt.user.client.ui.RootPanel.1
Type com.google.gwt.user.client.ui.LoadListenerCollection
Type
com.google.gwt.user.client.ui.WidgetCollection.WidgetIterator
Type java.lang.NegativeArraySizeException
Type com.google.gwt.user.client.ui.impl.ItemPickerDropDownImpl
Type
com.google.gwt.user.client.rpc.core.java.lang.Boolean_CustomFieldSerializer
Type com.google.gwt.user.client.ui.HorizontalSplitPanel.ImplIE6
Type com.google.gwt.user.client.ui.DisclosurePanel.DefaultHeader
Type junit.framework.Test
Type com.google.gwt.user.client.ui.TextBoxBase.TextAlignConstant
Type
com.google.gwt.i18n.client.impl.ConstantMap.OrderedConstantSet
Type com.google.gwt.user.client.ui.impl.PopupImplIE6
Type
com.xxx.application.dashboard.client.Dashboard.ViewEditorAction
Type com.google.gwt.user.client.ui.SourcesTreeEvents
Type
com.google.gwt.user.client.rpc.core.java.lang.char_Array_CustomFieldSerializer
Type com.google.gwt.user.client.rpc.SerializationException
Type com.google.gwt.user.client.ui.Button
Type java.util.HashMap
Type com.google.gwt.user.client.ui.ScrollListener
Type com.google.gwt.user.client.ui.VerticalSplitPanel.Impl
Type
com.xxx.application.dashboard.client.ui.editor.TimeEditor.ButtonSaveClickListener
Type
com.google.gwt.user.client.rpc.core.java.lang.long_Array_CustomFieldSerializer
Type com.google.gwt.user.client.rpc.impl.Serializer
Type com.xxx.application.dashboard.client.Dashboard.15
Type com.xxx.application.dashboard.client.model.value.TimeValue
Type java.lang.Boolean
Type java.lang.String
Type com.xxx.application.dashboard.client.model.DateCustom
Type com.google.gwt.user.client.ui.SimplePanel.1
Type
com.xxx.application.dashboard.client.ui.editor.TimeEditor.TextBoxKeyboardListener
Type com.google.gwt.user.client.ui.TreeItem
Type com.google.gwt.core.client.Impl
Type com.google.gwt.user.client.rpc.InvocationException
Type com.google.gwt.user.client.ui.TreeListener
Type
com.google.gwt.user.client.ui.DelegatingKeyboardListenerCollection
Type com.xxx.application.dashboard.client.ui.RollOverFlexTable
Type com.xxx.application.dashboard.client.Dashboard.21.22
Type com.google.gwt.user.client.ui.HasWordWrap
Type
com.xxx.application.dashboard.client.ui.editor.IntegerEditor.ButtonResetClickListener
Type
com.xxx.application.dashboard.client.ui.Calendar.ButtonCloseClickListener
Type com.google.gwt.user.client.ui.DockPanel.DockLayoutConstant
Type com.google.gwt.user.client.ui.DisclosurePanelImages
Type com.google.gwt.user.client.ui.FocusListenerAdapter
Type com.google.gwt.junit.client.Category
Type com.google.gwt.user.client.ui.HorizontalSplitPanel.Impl
Type com.google.gwt.user.client.ResponseTextHandler
Type java.util.HashSet
Type
com.google.gwt.user.client.rpc.impl.ClientSerializationStreamReader
Type java.util.RandomAccess
Type com.google.gwt.user.client.impl.DOMImplMozilla
Type com.google.gwt.user.client.ui.SuggestOracle
Type com.google.gwt.junit.client.Trial
Field variables
Type com.google.gwt.user.client.ui.impl.FocusImpl
Type com.google.gwt.user.client.ui.SourcesClickEvents
Type com.google.gwt.user.client.ui.PopupPanel
Type
com.xxx.application.dashboard.client.ui.editor.DoubleEditor.ButtonResetClickListener
Type
com.xxx.application.dashboard.client.ui.editor.BooleanEditor.ButtonResetClickListener
Type java.lang.Error
Type
com.xxx.application.dashboard.client.model.type.IntervalType
Type java.util.AbstractSet
Type
com.xxx.application.dashboard.client.ui.editor.DateEditor.ShowCalendarClickListener
Type com.google.gwt.user.client.ui.impl.RichTextAreaImpl
Type com.xxx.application.dashboard.client.Dashboard.17
Type com.google.gwt.i18n.client.impl.ConstantMap
Type
com.xxx.application.dashboard.client.ui.editor.DateEditor.CalendarValueChangeListener
Type com.google.gwt.user.client.ui.Image.ClippedState.1
Type
com.google.gwt.user.client.IncrementalCommandCanceledException
Type com.google.gwt.user.client.impl.HistoryImplSafari
Type
com.xxx.application.dashboard.client.ui.editor.IntervalEditor
Type com.google.gwt.user.client.ui.FocusWidget
Type com.google.gwt.core.client.EntryPoint
Type java.util.Iterator
Type
com.google.gwt.i18n.client.impl.ConstantMap.OrderedConstantSet.ImmutableIterator
Type com.xxx.application.dashboard.client.model.Application
Type com.google.gwt.user.client.ui.Hidden
Type com.google.gwt.user.client.ui.CustomButton.1
Type java.lang.Object
Type com.google.gwt.user.client.impl.HTTPRequestImpl
Type com.google.gwt.user.client.ui.HTMLTable.RowFormatter
Type com.google.gwt.user.client.Command
Type java.util.TooManyListenersException
Type com.google.gwt.user.client.Window
Type com.google.gwt.user.client.ui.impl.RichTextAreaImplIE6
Type
com.google.gwt.user.client.rpc.core.java.lang.boolean_Array_CustomFieldSerializer
Type java.lang.StackTraceElement
Type com.xxx.application.dashboard.client.ui.ListTypeChooser.1
Type com.xxx.application.dashboard.client.model.TimeCustom
Type com.google.gwt.user.client.ui.impl.ClippedImagePrototype
Type com.google.gwt.user.client.ui.impl.ItemPickerDropDownImpl.1
Type com.google.gwt.user.client.ui.FastStringMap.3
Type com.google.gwt.user.client.ui.KeyboardListener
Type com.xxx.application.dashboard.client.Dashboard.21
Type java.lang.IllegalStateException
Type com.google.gwt.user.client.HTTPRequest
Type
com.google.gwt.user.client.rpc.core.java.lang.Short_CustomFieldSerializer
Type
com.xxx.application.dashboard.client.ui.editor.Editor.RollOverAction
Type com.google.gwt.user.client.ui.DockPanel.LayoutData
Type com.google.gwt.user.client.ui.Tree.ImagesFromImageBase
Type com.google.gwt.user.client.ui.HTMLTable.ColumnFormatter
Type com.xxx.application.dashboard.client.ui.RecordKeyChanger
Type
com.google.gwt.user.client.rpc.core.java.lang.Long_CustomFieldSerializer
Type com.google.gwt.user.client.ui.impl.ClippedImageImpl
Type com.google.gwt.user.client.Random
Type com.google.gwt.junit.client.impl.PermutationIterator
Type
com.google.gwt.user.client.rpc.core.java.lang.int_Array_CustomFieldSerializer
Type java.lang.ClassCastException
Type com.google.gwt.user.client.ui.HasCaption
Type com.google.gwt.user.client.ui.MouseWheelListenerCollection
Type com.google.gwt.user.client.ui.SourcesMouseEvents
Type java.util.Comparators
Type java.lang.Math
Type com.google.gwt.user.client.ui.DockPanel.TmpRow
Type java.lang.NullPointerException
Type com.google.gwt.user.client.ui.Label
Type
com.xxx.application.dashboard.client.ui.editor.IntegerEditor.ButtonSaveClickListener
Type com.google.gwt.user.client.ui.ScrollListenerCollection
Type com.xxx.application.dashboard.client.Dashboard.7.8
Type com.google.gwt.user.client.ui.HasAlignment
Type com.google.gwt.user.client.ui.TabBar.ClickDecoratorPanel
Type
com.google.gwt.user.client.rpc.ServiceDefTarget.NoServiceEntryPointSpecifiedException
Type com.google.gwt.user.client.ui.Panel
Type java.util.Collection
Type com.google.gwt.junit.client.impl.ExceptionWrapper
Type com.google.gwt.user.client.rpc.SerializationStreamReader
Type
com.google.gwt.user.client.rpc.core.java.lang.float_Array_CustomFieldSerializer
Type com.xxx.application.dashboard.client.Dashboard.13
Type
com.google.gwt.user.client.rpc.core.java.lang.byte_Array_CustomFieldSerializer
Type com.google.gwt.user.client.History
Type com.xxx.application.dashboard.client.model.Parameter
Type
com.xxx.application.dashboard.client.model.value.ValueChangeListenerCollection
Type com.google.gwt.user.client.impl.HistoryImplFrame
Type
com.google.gwt.user.client.rpc.core.java.util.Vector_CustomFieldSerializer
Type
com.xxx.application.dashboard.client.ui.editor.ListEditor.DeleteLineAction
Type
com.google.gwt.user.client.rpc.impl.ClientSerializationStreamWriter
Type com.google.gwt.user.client.ui.PrefixTree.PrefixTreeIterator
Type
com.xxx.application.dashboard.client.model.value.BooleanValue
Type com.google.gwt.user.client.ui.TreeListenerCollection
Type
com.google.gwt.user.client.ui.HorizontalSplitPanel.ImplSafari
Type com.google.gwt.user.client.ui.TextBox
Type com.xxx.application.dashboard.client.ui.editor.DoubleEditor
Type com.xxx.application.dashboard.client.ui.editor.StringEditor
Type com.google.gwt.user.client.ui.SourcesLoadEvents
Type java.util.AbstractMap.1
Type
com.xxx.application.dashboard.client.model.value.RecordValue
Field mRecordValue
Type com.google.gwt.user.client.ui.ClickListener
Type
com.google.gwt.user.client.rpc.core.java.lang.double_Array_CustomFieldSerializer
Type com.google.gwt.user.client.ui.KeyboardListenerAdapter
Type com.google.gwt.user.client.ui.DialogBox
Type com.google.gwt.user.client.ui.Hyperlink
Type com.google.gwt.user.client.ui.TabBar
Type java.io.PrintStream
Type com.google.gwt.user.client.ui.Grid
Type com.google.gwt.user.client.ui.TableListener
Type com.google.gwt.user.client.ui.HorizontalSplitPanel.1
Type com.google.gwt.user.client.ui.NamedFrame
Type
com.google.gwt.junit.client.impl.PermutationIterator.Permutation
Type com.google.gwt.user.client.ui.AbstractImagePrototype
Type com.google.gwt.user.client.ui.HTMLTable.WidgetMapper.1
Type com.google.gwt.user.client.ui.HTML
Type java.util.AbstractList.ListIteratorImpl
Type com.xxx.application.dashboard.client.ui.RecordTypeChooser
Type
com.xxx.application.dashboard.client.ui.editor.DoubleEditor.ButtonSaveClickListener
Type com.google.gwt.user.client.ui.HTMLTable.WidgetMapper
Type java.lang.Cloneable
Type java.lang.IndexOutOfBoundsException
Type
com.google.gwt.user.client.ui.MultiWordSuggestOracle.MultiWordSuggestion
Type com.google.gwt.user.client.ui.FormHandlerCollection
Type com.google.gwt.i18n.client.ConstantsWithLookup
Type com.google.gwt.i18n.client.DateTimeFormat
Type com.google.gwt.user.client.rpc.RemoteService
Type com.google.gwt.lang.Exceptions
Type com.google.gwt.user.client.ui.HTMLTable
Type com.google.gwt.user.client.ui.Widget
Type
com.google.gwt.user.client.rpc.impl.AbstractSerializationStreamReader
Type java.lang.Byte
Type java.util.EventObject
Type
com.xxx.application.dashboard.client.ui.editor.RecordEditor.TypeChooserPopupClosedListener
Type com.google.gwt.user.client.ui.HTMLPanel
Type com.xxx.application.dashboard.client.Dashboard.11.12
Type com.google.gwt.user.client.ui.MouseListener
Type java.lang.ArrayStoreException
Type com.google.gwt.junit.client.impl.JUnitHostAsync
Type com.xxx.application.dashboard.client.model.Category
Field mParamList
Type com.google.gwt.user.client.ui.impl.FocusImplSafari
Type
com.google.gwt.user.client.ui.impl.AbstractItemPickerImpl.Item
Type com.google.gwt.user.client.ui.IndexedPanel
Type com.google.gwt.core.client.JavaScriptObject
Type com.google.gwt.user.client.CommandExecutor
Type java.util.ConcurrentModificationException
Type
com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException
Type com.google.gwt.core.client.JavaScriptException
Type com.google.gwt.user.client.ui.Composite
Type
com.xxx.application.dashboard.client.model.value.ValueChangeListener
Type com.google.gwt.user.client.EventListener
Type com.google.gwt.junit.client.IntRange.IntRangeIterator
Type java.lang.StringIndexOutOfBoundsException
Type com.google.gwt.user.client.ui.MenuItem
Type com.xxx.application.dashboard.client.ui.Calendar
Type com.google.gwt.user.client.ui.impl.PopupImplMozilla
Type com.google.gwt.junit.client.IntRange
Type com.google.gwt.i18n.client.Constants
Type com.google.gwt.user.client.ui.Tree.1
Type com.google.gwt.user.client.ui.FormSubmitCompleteEvent
Type java.util.AbstractList
Type com.google.gwt.user.client.ui.FormPanel.1
Type com.google.gwt.user.client.ui.FastStringMap.1.2
Type com.google.gwt.user.client.ui.WidgetIterators
Type com.google.gwt.user.client.ui.SuggestBox.2
Type com.xxx.application.dashboard.client.ui.editor.ListEditor
Type
com.google.gwt.user.client.rpc.core.java.lang.short_Array_CustomFieldSerializer
Type java.lang.Float
Type com.google.gwt.user.client.impl.DOMImplIE6
Type com.xxx.application.dashboard.client.ui.Calendar.1
Type com.google.gwt.user.client.ui.TabPanel
Type
com.google.gwt.user.client.rpc.core.java.util.ArrayList_CustomFieldSerializer
Type com.google.gwt.user.client.CommandExecutor.CircularIterator
Type com.google.gwt.lang.Array
Type com.xxx.application.dashboard.client.Dashboard.7
Type com.google.gwt.user.client.ui.HasText
Type com.google.gwt.user.client.ui.ImageBundle


Type com.xxx.application.dashboard.client.rpc.ParameterService
Method public abstract java.util.List getCategoryList()
Method public abstract java.util.List getApplicationList()
Type

com.xxx.application.dashboard.client.ui.RecordTypeChooser.TypeSelectedIndexChanged
Type
com.xxx.application.dashboard.client.Dashboard.RollOverAction
Type java.util.ListIterator
Type com.xxx.application.dashboard.client.Dashboard.9
Type com.google.gwt.user.client.ui.MouseWheelListener
Type com.google.gwt.user.client.ui.ChangeListener
Type com.google.gwt.user.client.ui.MultiWordSuggestOracle
Type com.google.gwt.user.client.DOM
Type com.xxx.application.dashboard.client.Dashboard.1
Type java.util.Collections
Type com.google.gwt.user.client.ui.FastStringMap.1
Type com.xxx.application.dashboard.client.ui.RecordTypeChooser.1
Type
com.xxx.application.dashboard.client.Dashboard.ValueChangedAction
Type com.google.gwt.user.client.ui.ComplexPanel
Type com.google.gwt.i18n.client.impl.ConstantMap.DummyMapEntry
Type com.xxx.application.dashboard.client.ui.RecordKeyChanger.2
Type
com.google.gwt.user.client.rpc.impl.AbstractSerializationStream
Type com.google.gwt.user.client.ui.HorizontalPanel
Type com.google.gwt.user.client.impl.DOMImplStandard
Type java.lang.Integer
Type com.google.gwt.i18n.client.NumberFormat
Type java.util.HashMap.EntrySetImplIterator
Type com.google.gwt.user.client.ui.HasWidgets
Type com.google.gwt.user.client.impl.HistoryImplMozilla
Type
com.google.gwt.user.client.ui.DisclosurePanel.ClickableHeader
Type
com.google.gwt.junit.client.impl.GWTTestCaseImpl.JUnitHostListener
Type com.google.gwt.user.client.ui.SuggestOracle.Request
Type com.xxx.application.dashboard.client.ui.Calendar.3
Type junit.framework.Assert
Type
com.xxx.application.dashboard.client.ui.editor.StringEditor.ButtonSaveClickListener
Type com.xxx.application.dashboard.client.BenchmarkTests
Type
com.google.gwt.user.client.rpc.core.java.lang.Character_CustomFieldSerializer
Type com.google.gwt.user.client.ui.SuggestBox
Type
com.xxx.application.dashboard.client.ui.editor.RecordEditor.ChangeKeyAction
Type com.google.gwt.user.client.ui.Image.ClippedState
Type com.google.gwt.user.client.ui.PrefixTree
Type com.google.gwt.junit.client.impl.GWTTestCaseImpl.KillTimer
Type
com.xxx.application.dashboard.client.ui.editor.DateEditor.ButtonResetClickListener
Type
com.xxx.application.dashboard.client.ui.editor.IntegerEditor.TextBoxKeyboardListener
Type com.google.gwt.user.client.ui.StackPanel
Type com.google.gwt.user.client.impl.DOMImplMozillaOld
Type com.google.gwt.user.client.ui.Image.UnclippedState
Type
com.xxx.application.dashboard.client.ui.editor.DoubleEditor.TextBoxKeyboardListener
Type com.google.gwt.user.client.rpc.ServiceDefTarget
Type com.google.gwt.user.client.ui.ButtonBase
Type com.google.gwt.user.client.ui.TextArea
Type com.google.gwt.user.client.EventPreview
Type com.google.gwt.user.client.impl.DOMImplOpera
Type com.google.gwt.user.client.ui.ClickListenerCollection
Type
com.xxx.application.dashboard.client.ui.editor.TimeEditor.ButtonResetClickListener
Type
com.google.gwt.user.client.rpc.core.java.lang.Double_CustomFieldSerializer
Type
com.google.gwt.user.client.rpc.impl.AbstractSerializationStreamWriter
Type com.google.gwt.junit.client.impl.JUnitHost
Type com.google.gwt.user.client.ui.FiresDisclosureEvents
Type com.google.gwt.junit.client.RangeIterator
Type com.google.gwt.user.client.ui.impl.RichTextAreaImplMozilla
Type com.google.gwt.user.client.ui.RichTextArea.Justification
Type
com.xxx.application.dashboard.client.model.value.DoubleValue
Type com.xxx.application.dashboard.client.Dashboard.2
Type java.util.AbstractMap.3
Type com.google.gwt.i18n.client.DateRecord
Type
com.xxx.application.dashboard.client.ui.editor.IntegerEditor
Type com.google.gwt.user.client.HistoryListener
Type com.xxx.application.dashboard.client.model.type.BooleanType
Type
com.xxx.application.dashboard.client.ui.editor.DateEditor.ButtonSaveClickListener
Type com.google.gwt.user.client.ui.FastStringMap
Type com.google.gwt.user.client.ui.ToggleButton
Type com.google.gwt.junit.client.impl.StackTraceWrapper
Type com.google.gwt.user.client.ui.HasHTML
Type com.google.gwt.user.client.ui.RichTextArea.BasicFormatter
Type com.google.gwt.user.client.ui.FlowPanel
Type com.google.gwt.user.client.ui.FocusListenerCollection
Type com.google.gwt.user.client.ui.VerticalSplitPanel.ImplIE6
Type com.google.gwt.junit.client.GWTTestCase
Type com.xxx.application.dashboard.client.model.type.Editable
Type com.xxx.application.dashboard.client.rpc.ServiceConstant
Type com.google.gwt.user.client.ui.FormPanel
Type
com.google.gwt.user.client.ui.DelegatingChangeListenerCollection
Type java.lang.NumberFormatException
Type com.google.gwt.lang.Cast
Type com.google.gwt.user.client.Element
Type java.lang.StringBuffer
Type com.google.gwt.user.client.ui.impl.FocusImplIE6
Type com.google.gwt.user.client.ui.VerticalSplitPanel
Type java.util.Comparator
Type com.google.gwt.user.client.ui.KeyboardListenerCollection
Type com.google.gwt.user.client.ui.LoadListener
Type com.google.gwt.user.client.ui.MouseWheelVelocity
Type java.util.EmptyStackException
Type java.lang.Short
Type com.google.gwt.user.client.ui.SourcesPopupEvents
Type com.xxx.application.dashboard.client.ui.Calendar.2
Type com.xxx.application.dashboard.client.ui.RollOverListener
Type java.util.EventListener
Type java.util.HashMap.1
Type com.google.gwt.user.client.ui.impl.RichTextAreaImplStandard
Type com.google.gwt.i18n.client.Localizable
Type com.google.gwt.user.client.ui.CustomButton
Type com.google.gwt.user.client.ui.DisclosurePanel
Type com.google.gwt.user.client.ui.SourcesFocusEvents
Type com.google.gwt.user.client.ui.impl.TextBoxImpl
Type com.google.gwt.core.client.GWT.UncaughtExceptionHandler
Type
com.xxx.application.dashboard.client.ui.RollOverListenerCollection
Type java.io.Serializable
Type com.google.gwt.user.client.ui.impl.FocusImplOld
Type com.google.gwt.user.client.ui.VerticalSplitPanel.1
Type
com.google.gwt.user.client.ui.DelegatingFocusListenerCollection
Type
com.google.gwt.user.client.rpc.core.java.lang.String_CustomFieldSerializer
Type com.google.gwt.user.client.Timer
Type java.util.AbstractMap.1.2
Type java.lang.Character
Type com.xxx.application.dashboard.client.ui.ListTypeChooser
Type com.google.gwt.user.client.ui.PopupListenerCollection
Type
com.xxx.application.dashboard.client.ui.editor.Editor.ViewEditorAction
Type java.util.Date
Type
com.google.gwt.user.client.rpc.core.java.util.HashSet_CustomFieldSerializer
Type com.google.gwt.junit.client.Benchmark
Type com.xxx.application.dashboard.client.Dashboard.13.14
Type com.xxx.application.dashboard.client.Dashboard.9.10
Type com.google.gwt.user.client.ui.DisclosureHandler
Type com.google.gwt.user.client.ui.ListBox
Type com.google.gwt.user.client.ui.UIObject
Type java.lang.UnsupportedOperationException
Type
com.google.gwt.user.client.ui.Tree.ImagesFromImageBase.Prototype
Type com.google.gwt.user.client.ui.TabListenerCollection
Type com.google.gwt.user.client.WindowResizeListener
Type com.google.gwt.user.client.ui.WidgetIterators.1
Type com.google.gwt.user.client.ui.impl.ClippedImageImplIE6
Type java.util.MissingResourceException
Type com.xxx.application.dashboard.client.ui.RecordKeyChanger.1
Type
com.xxx.application.dashboard.client.model.value.IntervalValue
Type com.xxx.application.dashboard.client.model.type.IntegerType
Type
com.google.gwt.user.client.ui.HasVerticalAlignment.VerticalAlignmentConstant
Type com.google.gwt.user.client.ui.impl.FormPanelImpl
Type com.xxx.application.dashboard.client.Dashboard.15.16
Type com.google.gwt.user.client.Timer.1
Type java.util.Stack
Type
com.xxx.application.dashboard.client.model.value.IntegerValue
Type com.google.gwt.user.client.ui.SourcesTableEvents
Type java.lang.Long
Type com.google.gwt.user.client.ui.CheckBox
Type com.google.gwt.i18n.client.Dictionary
Type com.google.gwt.user.client.ui.TextBoxBase
Type com.google.gwt.user.client.Event
Type com.google.gwt.user.client.ui.SuggestOracle.Response
Field suggestions
Type java.lang.AssertionError
Type com.google.gwt.user.client.ui.FlexTable.FlexCellFormatter
Type com.google.gwt.user.client.CommandExecutor.1
Type com.xxx.application.dashboard.client.ui.ListTypeChooser.2
Type com.xxx.application.dashboard.client.Dashboard.5
Finished in 5052 ms


Finding entry point classes
The following compilation units have changed since the last
compilation to bytecode
Rebinding com.xxx.application.dashboard.client.BenchmarkTests
Checking rule <generate-with
class='com.google.gwt.junit.rebind.BenchmarkGenerator'/>
Checking if all subconditions are true (<all>)
<when-assignable
class='com.google.gwt.junit.client.Benchmark'/>
Yes, the requested type was assignable
Yes: All subconditions were true
Rule was a match and will be used
Invoking <generate-with
class='com.google.gwt.junit.rebind.BenchmarkGenerator'/>

BenchmarkReport read the contents of K:\dev\dashboard\test\com\xxx
\application\dashboard\client\BenchmarkTests.java
/*
* Copyright (c) 2002-2007 Nu Echo Inc. All rights reserved.
*/
package com.xxx.application.dashboard.client;

import com.google.gwt.junit.client.Benchmark;

/**
* @author Nu Echo Inc.
*/


public class BenchmarkTests extends Benchmark
{

public String getModuleName()
{
return "com.xxx.application.dashboard.Test";
}

public void testIsTypeMethods()
{

assertTrue(true);

}

}

Generator returned class
'com.xxx.application.dashboard.client.__BenchmarkTests_unitTestImpl'
Finished in 252 ms
Assimilating generated source
Generated source files...
transient source for
com.xxx.application.dashboard.client.__BenchmarkTests_unitTestImpl
Examining gwt.typeArgs tags
Type java.util.AbstractMap
Type
com.google.gwt.user.client.ui.TabPanel.UnmodifiableTabBar
Type com.google.gwt.user.client.ui.impl.FormPanelImplHost
Type java.lang.RuntimeException
Type com.google.gwt.user.client.ui.SourcesScrollEvents
Type com.google.gwt.user.client.ui.SourcesTabEvents
Type com.google.gwt.user.client.ui.HasVerticalAlignment
Type
com.google.gwt.i18n.client.constants.CurrencyCodeMapConstants
Type java.lang.System
Type com.google.gwt.user.client.ui.MenuBar.1
Type java.util.Comparators.1
Type com.google.gwt.user.client.ui.Image
Type java.lang.Throwable
Type
com.xxx.application.dashboard.client.model.value.ListValue
Field mListValue
Type com.xxx.application.dashboard.client.model.type.ListType
Type com.google.gwt.user.client.ui.HTMLTable.CellFormatter
Type
com.xxx.application.dashboard.client.ui.editor.RecordEditor
Type com.google.gwt.junit.client.Operator
Type com.google.gwt.user.client.ui.impl.PopupImplMozilla.1
Type com.google.gwt.user.client.ui.PushButton
Type
com.xxx.application.dashboard.client.model.value.StringValue
Type java.util.Vector
Type java.util.NoSuchElementException
Type java.util.Set
Type com.google.gwt.user.client.ui.impl.SuggestPickerImpl
Type com.google.gwt.user.client.ui.SourcesMouseWheelEvents
Type com.google.gwt.user.client.ui.SplitPanel
Type com.google.gwt.user.client.ui.TreeItem.ContentPanel
Type
com.xxx.application.dashboard.client.ui.editor.BooleanEditor
Type com.google.gwt.user.client.ui.DeckPanel
Type java.io.OutputStream
Type com.google.gwt.junit.client.Range
Type com.google.gwt.user.client.ui.Frame
Type com.xxx.application.dashboard.client.model.type.Type
Type com.google.gwt.user.client.ui.MouseListenerCollection
Type
com.xxx.application.dashboard.client.ui.editor.Editor.ValueChangeAction
Type
com.xxx.application.dashboard.client.ui.editor.RecordEditor.1
Type com.google.gwt.user.client.ui.FlexTable
Type com.google.gwt.user.client.ui.AbsolutePanel
Type com.google.gwt.user.client.ui.MenuBar
Type com.google.gwt.i18n.client.constants.NumberConstants
Type
com.google.gwt.user.client.ui.impl.AbstractItemPickerImpl
Type com.xxx.application.dashboard.client.Dashboard.11
Type com.google.gwt.user.client.ui.FocusPanel
Type
com.google.gwt.user.client.ui.DelegatingClickListenerCollection
Type com.google.gwt.user.client.ui.FastStringMap.ImplMapEntry
Type
com.xxx.application.dashboard.client.model.type.DoubleType
Type java.lang.Comparable
Type com.google.gwt.user.client.ui.HasName
Type com.google.gwt.user.client.ui.HorizontalSplitPanel
Type com.google.gwt.user.client.impl.HistoryImplStandard
Type java.util.ArrayList
Type com.google.gwt.user.client.rpc.SerializableException
Type com.google.gwt.user.client.WindowCloseListener
Type java.util.Map
Type
com.google.gwt.user.client.ui.impl.RichTextAreaImplSafari
Type com.google.gwt.core.client.GWT
Type com.xxx.application.dashboard.client.Dashboard.19
Type com.google.gwt.user.client.Cookies
Type junit.framework.TestCase
Type java.lang.Class
Type
com.google.gwt.user.client.rpc.core.java.util.Date_CustomFieldSerializer
Type com.google.gwt.i18n.client.DateTimeFormat.PatternPart
Type com.google.gwt.user.client.ui.FiresFormEvents
Type com.google.gwt.user.client.CommandCanceledException
Type com.google.gwt.user.client.ui.SuggestBox.3
Type com.google.gwt.junit.client.TimeoutException
Type com.google.gwt.junit.client.impl.GWTTestCaseImpl
Type com.google.gwt.user.client.CommandExecutor.2
Type com.google.gwt.user.client.IncrementalCommand
Type java.util.Arrays
Type
com.google.gwt.user.client.rpc.core.java.lang.Byte_CustomFieldSerializer
Type com.google.gwt.user.client.impl.DOMImpl
Type java.io.FilterOutputStream
Type com.google.gwt.user.client.impl.HTTPRequestImplIE6
Type
com.xxx.application.dashboard.client.ui.editor.TimeEditor
Type com.google.gwt.user.client.ui.HasFocus
Type com.xxx.application.dashboard.client.model.type.TimeType
Type com.google.gwt.user.client.DeferredCommand
Type com.google.gwt.user.client.ui.impl.TextBoxImplIE6
Type com.google.gwt.user.client.impl.HistoryImpl
Type
com.xxx.application.dashboard.client.ui.editor.DateEditor
Type java.util.Map.Entry
Type
com.xxx.application.dashboard.client.ui.RecordTypeChooser.2
Type java.lang.Exception
Type com.google.gwt.user.client.ui.FileUpload
Type
com.xxx.application.dashboard.client.ui.editor.StringEditor.ButtonResetClickListener
Type com.google.gwt.user.client.ui.VerticalPanel
Type
com.google.gwt.user.client.rpc.core.java.util.HashMap_CustomFieldSerializer
Type
com.xxx.application.dashboard.client.ui.Calendar.DayLinkClickListener
Type com.google.gwt.user.client.ui.ChangeListenerCollection
Type
com.xxx.application.dashboard.client.ui.editor.ListEditor.1
Type
com.xxx.application.dashboard.client.model.value.DateValue
Type com.google.gwt.user.client.ui.PopupListener
Type
com.xxx.application.dashboard.client.ui.editor.DateEditor.TextBoxKeyboardListener
Type
com.google.gwt.user.client.rpc.core.java.lang.Object_Array_CustomFieldSerializer
Type java.util.AbstractCollection
Type com.google.gwt.user.client.ui.FormSubmitEvent
Type com.google.gwt.junit.client.TestResults
Field trials
Type java.util.AbstractList.IteratorImpl
Type java.lang.Double
Type
com.xxx.application.dashboard.client.ui.editor.RecordEditor.DeleteLineAction
Type com.google.gwt.user.client.ui.TableListenerCollection
Type com.google.gwt.user.client.ui.RootPanel
Type
com.xxx.application.dashboard.client.ui.editor.RecordEditor.KeyChangerPopupClosedListener
Type com.xxx.application.dashboard.client.Dashboard.3
Type com.xxx.application.dashboard.client.Dashboard.5.6
Type com.google.gwt.user.client.ui.RadioButton
Type com.google.gwt.user.client.ui.SuggestOracle.Suggestion
Type java.util.HashMap.EntryImpl
Type com.google.gwt.user.client.ui.TabListener
Type com.google.gwt.user.client.ui.HasKeyPreview
Type com.google.gwt.user.client.ui.SourcesKeyboardEvents
Type com.google.gwt.user.client.ui.CellPanel
Type com.google.gwt.user.client.ui.SuggestOracle.Callback
Type com.xxx.application.dashboard.client.model.type.DateType
Type com.xxx.application.dashboard.client.Dashboard.19.20
Type
com.google.gwt.user.client.rpc.core.java.lang.Integer_CustomFieldSerializer
Type
com.xxx.application.dashboard.client.model.type.RecordType
Type com.google.gwt.user.client.ui.TreeImages
Type
com.xxx.application.dashboard.client.ui.editor.ListEditor.TypeChooserPopupClosedListener
Type com.google.gwt.i18n.client.Messages
Type
com.google.gwt.junit.client.impl.PermutationIterator.ListRange
Type com.google.gwt.user.client.ui.MouseListenerAdapter
Type com.google.gwt.user.client.ui.HasHorizontalAlignment
Type com.google.gwt.user.client.ui.DisclosureEvent
Type com.xxx.application.dashboard.client.ui.editor.Editor
Type com.google.gwt.user.client.rpc.SerializationStreamWriter
Type
com.google.gwt.user.client.ui.RichTextArea.ExtendedFormatter
Type java.util.List
Type com.google.gwt.user.client.impl.DOMImplSafari
Type com.google.gwt.user.client.ui.DockPanel
Type com.google.gwt.user.client.ui.ScrollPanel
Type com.google.gwt.user.client.ui.RichTextArea
Type com.google.gwt.user.client.ui.FocusListener
Type java.lang.Number
Type com.google.gwt.user.client.ui.TabPanel.TabbedDeckPanel
Type
com.xxx.application.dashboard.client.model.type.StringType
Type com.google.gwt.user.client.ui.SimplePanel
Type com.google.gwt.user.client.ui.CustomButton.Face
Type java.lang.IllegalArgumentException
Type
com.google.gwt.user.client.ui.HasHorizontalAlignment.HorizontalAlignmentConstant
Type com.google.gwt.user.client.ui.Image.State
Type com.xxx.application.dashboard.client.Dashboard.4
Type com.google.gwt.i18n.client.constants.DateTimeConstants
Type
com.xxx.application.dashboard.client.ui.editor.BooleanEditor.ButtonSaveClickListener
Type com.xxx.application.dashboard.client.Dashboard
Type com.google.gwt.user.client.ui.PasswordTextBox
Type com.google.gwt.user.client.ui.FormHandler
Type com.google.gwt.user.client.rpc.AsyncCallback
Type com.google.gwt.user.client.impl.HistoryImplIE6
Type com.google.gwt.user.client.ui.Tree
Type com.google.gwt.user.client.ui.RichTextArea.FontSize
Type com.xxx.application.dashboard.client.model.value.Value
Type com.google.gwt.user.client.ui.WidgetCollection
Type
com.google.gwt.user.client.rpc.core.java.lang.Float_CustomFieldSerializer
Type com.google.gwt.user.client.ui.impl.FormPanelImplIE6
Type com.google.gwt.user.client.ui.impl.PopupImpl
Type
com.google.gwt.user.client.ui.HTMLTable.WidgetMapper.FreeNode
Type junit.framework.AssertionFailedError
Type com.xxx.application.dashboard.client.Dashboard.17.18
Type
com.xxx.application.dashboard.client.rpc.ParameterServiceAsync
Type com.google.gwt.user.client.rpc.IsSerializable
Type com.google.gwt.user.client.ui.impl.RichTextAreaImplOpera
Type com.google.gwt.user.client.ui.SuggestBox.1
Type java.util.AbstractMap.3.4
Type java.lang.CharSequence
Type com.google.gwt.user.client.ui.SourcesChangeEvents
Type com.google.gwt.user.client.ui.RootPanel.1
Type com.google.gwt.user.client.ui.LoadListenerCollection
Type
com.google.gwt.user.client.ui.WidgetCollection.WidgetIterator
Type java.lang.NegativeArraySizeException
Type
com.google.gwt.user.client.ui.impl.ItemPickerDropDownImpl
Type
com.google.gwt.user.client.rpc.core.java.lang.Boolean_CustomFieldSerializer
Type
com.google.gwt.user.client.ui.HorizontalSplitPanel.ImplIE6
Type
com.google.gwt.user.client.ui.DisclosurePanel.DefaultHeader
Type junit.framework.Test
Type
com.google.gwt.user.client.ui.TextBoxBase.TextAlignConstant
Type
com.google.gwt.i18n.client.impl.ConstantMap.OrderedConstantSet
Type com.google.gwt.user.client.ui.impl.PopupImplIE6
Type
com.xxx.application.dashboard.client.Dashboard.ViewEditorAction
Type com.google.gwt.user.client.ui.SourcesTreeEvents
Type
com.google.gwt.user.client.rpc.core.java.lang.char_Array_CustomFieldSerializer
Type com.google.gwt.user.client.rpc.SerializationException
Type com.google.gwt.user.client.ui.Button
Type java.util.HashMap
Type com.google.gwt.user.client.ui.ScrollListener
Type com.google.gwt.user.client.ui.VerticalSplitPanel.Impl
Type
com.xxx.application.dashboard.client.ui.editor.TimeEditor.ButtonSaveClickListener
Type
com.google.gwt.user.client.rpc.core.java.lang.long_Array_CustomFieldSerializer
Type com.google.gwt.user.client.rpc.impl.Serializer
Type com.xxx.application.dashboard.client.Dashboard.15
Type
com.xxx.application.dashboard.client.model.value.TimeValue
Type java.lang.Boolean
Type java.lang.String
Type com.xxx.application.dashboard.client.model.DateCustom
Type com.google.gwt.user.client.ui.SimplePanel.1
Type
com.xxx.application.dashboard.client.ui.editor.TimeEditor.TextBoxKeyboardListener
Type com.google.gwt.user.client.ui.TreeItem
Type com.google.gwt.core.client.Impl
Type com.google.gwt.user.client.rpc.InvocationException
Type com.google.gwt.user.client.ui.TreeListener
Type
com.google.gwt.user.client.ui.DelegatingKeyboardListenerCollection
Type
com.xxx.application.dashboard.client.ui.RollOverFlexTable
Type com.xxx.application.dashboard.client.Dashboard.21.22
Type com.google.gwt.user.client.ui.HasWordWrap
Type
com.xxx.application.dashboard.client.ui.editor.IntegerEditor.ButtonResetClickListener
Type
com.xxx.application.dashboard.client.ui.Calendar.ButtonCloseClickListener
Type
com.google.gwt.user.client.ui.DockPanel.DockLayoutConstant
Type com.google.gwt.user.client.ui.DisclosurePanelImages
Type com.google.gwt.user.client.ui.FocusListenerAdapter
Type com.google.gwt.junit.client.Category
Type com.google.gwt.user.client.ui.HorizontalSplitPanel.Impl
Type com.google.gwt.user.client.ResponseTextHandler
Type java.util.HashSet
Type
com.google.gwt.user.client.rpc.impl.ClientSerializationStreamReader
Type java.util.RandomAccess
Type com.google.gwt.user.client.impl.DOMImplMozilla
Type com.google.gwt.user.client.ui.SuggestOracle
Type com.google.gwt.junit.client.Trial
Field variables
Type com.google.gwt.user.client.ui.impl.FocusImpl
Type com.google.gwt.user.client.ui.SourcesClickEvents
Type com.google.gwt.user.client.ui.PopupPanel
Type
com.xxx.application.dashboard.client.ui.editor.DoubleEditor.ButtonResetClickListener
Type
com.xxx.application.dashboard.client.ui.editor.BooleanEditor.ButtonResetClickListener
Type java.lang.Error
Type
com.xxx.application.dashboard.client.model.type.IntervalType
Type java.util.AbstractSet
Type
com.xxx.application.dashboard.client.ui.editor.DateEditor.ShowCalendarClickListener
Type com.google.gwt.user.client.ui.impl.RichTextAreaImpl
Type com.xxx.application.dashboard.client.Dashboard.17
Type com.google.gwt.i18n.client.impl.ConstantMap
Type
com.xxx.application.dashboard.client.ui.editor.DateEditor.CalendarValueChangeListener
Type com.google.gwt.user.client.ui.Image.ClippedState.1
Type
com.google.gwt.user.client.IncrementalCommandCanceledException
Type com.google.gwt.user.client.impl.HistoryImplSafari
Type
com.xxx.application.dashboard.client.ui.editor.IntervalEditor
Type com.google.gwt.user.client.ui.FocusWidget
Type com.google.gwt.core.client.EntryPoint
Type java.util.Iterator
Type
com.google.gwt.i18n.client.impl.ConstantMap.OrderedConstantSet.ImmutableIterator
Type com.xxx.application.dashboard.client.model.Application
Type com.google.gwt.user.client.ui.Hidden
Type com.google.gwt.user.client.ui.CustomButton.1
Type java.lang.Object
Type com.google.gwt.user.client.impl.HTTPRequestImpl
Type com.google.gwt.user.client.ui.HTMLTable.RowFormatter
Type com.google.gwt.user.client.Command
Type java.util.TooManyListenersException
Type com.google.gwt.user.client.Window
Type com.google.gwt.user.client.ui.impl.RichTextAreaImplIE6
Type
com.google.gwt.user.client.rpc.core.java.lang.boolean_Array_CustomFieldSerializer
Type java.lang.StackTraceElement
Type com.xxx.application.dashboard.client.ui.ListTypeChooser.
1
Type com.xxx.application.dashboard.client.model.TimeCustom
Type com.google.gwt.user.client.ui.impl.ClippedImagePrototype
Type
com.google.gwt.user.client.ui.impl.ItemPickerDropDownImpl.1
Type com.google.gwt.user.client.ui.FastStringMap.3
Type com.google.gwt.user.client.ui.KeyboardListener
Type com.xxx.application.dashboard.client.Dashboard.21
Type java.lang.IllegalStateException
Type com.google.gwt.user.client.HTTPRequest
Type
com.google.gwt.user.client.rpc.core.java.lang.Short_CustomFieldSerializer
Type
com.xxx.application.dashboard.client.ui.editor.Editor.RollOverAction
Type com.google.gwt.user.client.ui.DockPanel.LayoutData
Type com.google.gwt.user.client.ui.Tree.ImagesFromImageBase
Type com.google.gwt.user.client.ui.HTMLTable.ColumnFormatter
Type com.xxx.application.dashboard.client.ui.RecordKeyChanger
Type
com.google.gwt.user.client.rpc.core.java.lang.Long_CustomFieldSerializer
Type com.google.gwt.user.client.ui.impl.ClippedImageImpl
Type com.google.gwt.user.client.Random
Type com.google.gwt.junit.client.impl.PermutationIterator
Type
com.google.gwt.user.client.rpc.core.java.lang.int_Array_CustomFieldSerializer
Type java.lang.ClassCastException
Type com.google.gwt.user.client.ui.HasCaption
Type
com.google.gwt.user.client.ui.MouseWheelListenerCollection
Type com.google.gwt.user.client.ui.SourcesMouseEvents
Type java.util.Comparators
Type java.lang.Math
Type com.google.gwt.user.client.ui.DockPanel.TmpRow
Type java.lang.NullPointerException
Type com.google.gwt.user.client.ui.Label
Type
com.xxx.application.dashboard.client.ui.editor.IntegerEditor.ButtonSaveClickListener
Type com.google.gwt.user.client.ui.ScrollListenerCollection
Type com.xxx.application.dashboard.client.Dashboard.7.8
Type com.google.gwt.user.client.ui.HasAlignment
Type com.google.gwt.user.client.ui.TabBar.ClickDecoratorPanel
Type
com.google.gwt.user.client.rpc.ServiceDefTarget.NoServiceEntryPointSpecifiedException
Type com.google.gwt.user.client.ui.Panel
Type java.util.Collection
Type com.google.gwt.junit.client.impl.ExceptionWrapper
Type com.google.gwt.user.client.rpc.SerializationStreamReader
Type
com.google.gwt.user.client.rpc.core.java.lang.float_Array_CustomFieldSerializer
Type com.xxx.application.dashboard.client.Dashboard.13
Type
com.google.gwt.user.client.rpc.core.java.lang.byte_Array_CustomFieldSerializer
Type com.google.gwt.user.client.History
Type com.xxx.application.dashboard.client.model.Parameter
Type
com.xxx.application.dashboard.client.model.value.ValueChangeListenerCollection
Type com.google.gwt.user.client.impl.HistoryImplFrame
Type
com.google.gwt.user.client.rpc.core.java.util.Vector_CustomFieldSerializer
Type
com.xxx.application.dashboard.client.ui.editor.ListEditor.DeleteLineAction
Type
com.google.gwt.user.client.rpc.impl.ClientSerializationStreamWriter
Type
com.google.gwt.user.client.ui.PrefixTree.PrefixTreeIterator
Type
com.xxx.application.dashboard.client.model.value.BooleanValue
Type com.google.gwt.user.client.ui.TreeListenerCollection
Type
com.google.gwt.user.client.ui.HorizontalSplitPanel.ImplSafari
Type com.google.gwt.user.client.ui.TextBox
Type
com.xxx.application.dashboard.client.ui.editor.DoubleEditor
Type
com.xxx.application.dashboard.client.ui.editor.StringEditor
Type com.google.gwt.user.client.ui.SourcesLoadEvents
Type java.util.AbstractMap.1
Type
com.xxx.application.dashboard.client.model.value.RecordValue
Field mRecordValue
Type com.google.gwt.user.client.ui.ClickListener
Type
com.google.gwt.user.client.rpc.core.java.lang.double_Array_CustomFieldSerializer
Type com.google.gwt.user.client.ui.KeyboardListenerAdapter
Type com.google.gwt.user.client.ui.DialogBox
Type com.google.gwt.user.client.ui.Hyperlink
Type com.google.gwt.user.client.ui.TabBar
Type java.io.PrintStream
Type com.google.gwt.user.client.ui.Grid
Type com.google.gwt.user.client.ui.TableListener
Type com.google.gwt.user.client.ui.HorizontalSplitPanel.1
Type com.google.gwt.user.client.ui.NamedFrame
Type
com.google.gwt.junit.client.impl.PermutationIterator.Permutation
Type com.google.gwt.user.client.ui.AbstractImagePrototype
Type com.google.gwt.user.client.ui.HTMLTable.WidgetMapper.1
Type com.google.gwt.user.client.ui.HTML
Type java.util.AbstractList.ListIteratorImpl
Type
com.xxx.application.dashboard.client.ui.RecordTypeChooser
Type
com.xxx.application.dashboard.client.ui.editor.DoubleEditor.ButtonSaveClickListener
Type com.google.gwt.user.client.ui.HTMLTable.WidgetMapper
Type java.lang.Cloneable
Type java.lang.IndexOutOfBoundsException
Type
com.google.gwt.user.client.ui.MultiWordSuggestOracle.MultiWordSuggestion
Type com.google.gwt.user.client.ui.FormHandlerCollection
Type com.google.gwt.i18n.client.ConstantsWithLookup
Type com.google.gwt.i18n.client.DateTimeFormat
Type com.google.gwt.user.client.rpc.RemoteService
Type com.google.gwt.lang.Exceptions
Type com.google.gwt.user.client.ui.HTMLTable
Type com.google.gwt.user.client.ui.Widget
Type
com.google.gwt.user.client.rpc.impl.AbstractSerializationStreamReader
Type java.lang.Byte
Type java.util.EventObject
Type
com.xxx.application.dashboard.client.ui.editor.RecordEditor.TypeChooserPopupClosedListener
Type com.google.gwt.user.client.ui.HTMLPanel
Type com.xxx.application.dashboard.client.Dashboard.11.12
Type com.google.gwt.user.client.ui.MouseListener
Type java.lang.ArrayStoreException
Type com.google.gwt.junit.client.impl.JUnitHostAsync
Type com.xxx.application.dashboard.client.model.Category
Field mParamList
Type com.google.gwt.user.client.ui.impl.FocusImplSafari
Type
com.google.gwt.user.client.ui.impl.AbstractItemPickerImpl.Item
Type com.google.gwt.user.client.ui.IndexedPanel
Type com.google.gwt.core.client.JavaScriptObject
Type com.google.gwt.user.client.CommandExecutor
Type java.util.ConcurrentModificationException
Type
com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException
Type com.google.gwt.core.client.JavaScriptException
Type com.google.gwt.user.client.ui.Composite
Type
com.xxx.application.dashboard.client.model.value.ValueChangeListener
Type com.google.gwt.user.client.EventListener
Type com.google.gwt.junit.client.IntRange.IntRangeIterator
Type java.lang.StringIndexOutOfBoundsException
Type com.google.gwt.user.client.ui.MenuItem
Type com.xxx.application.dashboard.client.ui.Calendar
Type com.google.gwt.user.client.ui.impl.PopupImplMozilla
Type com.google.gwt.junit.client.IntRange
Type com.google.gwt.i18n.client.Constants
Type com.google.gwt.user.client.ui.Tree.1
Type com.google.gwt.user.client.ui.FormSubmitCompleteEvent
Type java.util.AbstractList
Type com.google.gwt.user.client.ui.FormPanel.1
Type com.google.gwt.user.client.ui.FastStringMap.1.2
Type com.google.gwt.user.client.ui.WidgetIterators
Type com.google.gwt.user.client.ui.SuggestBox.2
Type
com.xxx.application.dashboard.client.ui.editor.ListEditor
Type
com.google.gwt.user.client.rpc.core.java.lang.short_Array_CustomFieldSerializer
Type java.lang.Float
Type com.google.gwt.user.client.impl.DOMImplIE6
Type com.xxx.application.dashboard.client.ui.Calendar.1
Type com.google.gwt.user.client.ui.TabPanel
Type
com.google.gwt.user.client.rpc.core.java.util.ArrayList_CustomFieldSerializer
Type
com.google.gwt.user.client.CommandExecutor.CircularIterator
Type com.google.gwt.lang.Array
Type com.xxx.application.dashboard.client.Dashboard.7
Type com.google.gwt.user.client.ui.HasText
Type com.google.gwt.user.client.ui.ImageBundle


Type
com.xxx.application.dashboard.client.rpc.ParameterService
Method public abstract

java.util.List<com.xxx.application.dashboard.client.model.Category>
getCategoryList()
Method public abstract
java.util.List<com.xxx.application.dashboard.client.model.Application>
getApplicationList()
Type
com.xxx.application.dashboard.client.ui.RecordTypeChooser.TypeSelectedIndexChanged
Type
com.xxx.application.dashboard.client.Dashboard.RollOverAction
Type java.util.ListIterator
Type com.xxx.application.dashboard.client.Dashboard.9
Type com.google.gwt.user.client.ui.MouseWheelListener
Type com.google.gwt.user.client.ui.ChangeListener
Type com.google.gwt.user.client.ui.MultiWordSuggestOracle
Type com.google.gwt.user.client.DOM
Type com.xxx.application.dashboard.client.Dashboard.1
Type java.util.Collections
Type com.google.gwt.user.client.ui.FastStringMap.1
Type
com.xxx.application.dashboard.client.ui.RecordTypeChooser.1
Type
com.xxx.application.dashboard.client.Dashboard.ValueChangedAction
Type com.google.gwt.user.client.ui.ComplexPanel
Type
com.google.gwt.i18n.client.impl.ConstantMap.DummyMapEntry
Type com.xxx.application.dashboard.client.ui.RecordKeyChanger.
2
Type
com.google.gwt.user.client.rpc.impl.AbstractSerializationStream
Type com.google.gwt.user.client.ui.HorizontalPanel
Type com.google.gwt.user.client.impl.DOMImplStandard
Type java.lang.Integer
Type com.google.gwt.i18n.client.NumberFormat
Type java.util.HashMap.EntrySetImplIterator
Type com.google.gwt.user.client.ui.HasWidgets
Type com.google.gwt.user.client.impl.HistoryImplMozilla
Type
com.google.gwt.user.client.ui.DisclosurePanel.ClickableHeader
Type
com.google.gwt.junit.client.impl.GWTTestCaseImpl.JUnitHostListener
Type com.google.gwt.user.client.ui.SuggestOracle.Request
Type com.xxx.application.dashboard.client.ui.Calendar.3
Type junit.framework.Assert
Type
com.xxx.application.dashboard.client.ui.editor.StringEditor.ButtonSaveClickListener
Type com.xxx.application.dashboard.client.BenchmarkTests
Type
com.google.gwt.user.client.rpc.core.java.lang.Character_CustomFieldSerializer
Type com.google.gwt.user.client.ui.SuggestBox
Type
com.xxx.application.dashboard.client.ui.editor.RecordEditor.ChangeKeyAction
Type com.google.gwt.user.client.ui.Image.ClippedState
Type com.google.gwt.user.client.ui.PrefixTree
Type
com.google.gwt.junit.client.impl.GWTTestCaseImpl.KillTimer
Type
com.xxx.application.dashboard.client.ui.editor.DateEditor.ButtonResetClickListener
Type
com.xxx.application.dashboard.client.ui.editor.IntegerEditor.TextBoxKeyboardListener
Type com.google.gwt.user.client.ui.StackPanel
Type com.google.gwt.user.client.impl.DOMImplMozillaOld
Type com.google.gwt.user.client.ui.Image.UnclippedState
Type
com.xxx.application.dashboard.client.ui.editor.DoubleEditor.TextBoxKeyboardListener
Type com.google.gwt.user.client.rpc.ServiceDefTarget
Type com.google.gwt.user.client.ui.ButtonBase
Type com.google.gwt.user.client.ui.TextArea
Type com.google.gwt.user.client.EventPreview
Type com.google.gwt.user.client.impl.DOMImplOpera
Type com.google.gwt.user.client.ui.ClickListenerCollection
Type
com.xxx.application.dashboard.client.ui.editor.TimeEditor.ButtonResetClickListener
Type
com.google.gwt.user.client.rpc.core.java.lang.Double_CustomFieldSerializer
Type
com.google.gwt.user.client.rpc.impl.AbstractSerializationStreamWriter
Type com.google.gwt.junit.client.impl.JUnitHost
Type com.google.gwt.user.client.ui.FiresDisclosureEvents
Type com.google.gwt.junit.client.RangeIterator
Type
com.google.gwt.user.client.ui.impl.RichTextAreaImplMozilla
Type com.google.gwt.user.client.ui.RichTextArea.Justification
Type
com.xxx.application.dashboard.client.model.value.DoubleValue
Type com.xxx.application.dashboard.client.Dashboard.2
Type java.util.AbstractMap.3
Type com.google.gwt.i18n.client.DateRecord
Type
com.xxx.application.dashboard.client.ui.editor.IntegerEditor
Type com.google.gwt.user.client.HistoryListener
Type
com.xxx.application.dashboard.client.model.type.BooleanType
Type
com.xxx.application.dashboard.client.ui.editor.DateEditor.ButtonSaveClickListener
Type com.google.gwt.user.client.ui.FastStringMap
Type com.google.gwt.user.client.ui.ToggleButton
Type com.google.gwt.junit.client.impl.StackTraceWrapper
Type com.google.gwt.user.client.ui.HasHTML
Type
com.google.gwt.user.client.ui.RichTextArea.BasicFormatter
Type com.google.gwt.user.client.ui.FlowPanel
Type com.google.gwt.user.client.ui.FocusListenerCollection
Type com.google.gwt.user.client.ui.VerticalSplitPanel.ImplIE6
Type com.google.gwt.junit.client.GWTTestCase
Type com.xxx.application.dashboard.client.model.type.Editable
Type com.xxx.application.dashboard.client.rpc.ServiceConstant
Type com.google.gwt.user.client.ui.FormPanel
Type
com.google.gwt.user.client.ui.DelegatingChangeListenerCollection
Type java.lang.NumberFormatException
Type com.google.gwt.lang.Cast
Type com.google.gwt.user.client.Element
Type java.lang.StringBuffer
Type com.google.gwt.user.client.ui.impl.FocusImplIE6
Type com.google.gwt.user.client.ui.VerticalSplitPanel
Type java.util.Comparator
Type com.google.gwt.user.client.ui.KeyboardListenerCollection
Type com.google.gwt.user.client.ui.LoadListener
Type com.google.gwt.user.client.ui.MouseWheelVelocity
Type java.util.EmptyStackException
Type java.lang.Short
Type com.google.gwt.user.client.ui.SourcesPopupEvents
Type com.xxx.application.dashboard.client.ui.Calendar.2
Type com.xxx.application.dashboard.client.ui.RollOverListener
Type java.util.EventListener
Type java.util.HashMap.1
Type
com.google.gwt.user.client.ui.impl.RichTextAreaImplStandard
Type com.google.gwt.i18n.client.Localizable
Type com.google.gwt.user.client.ui.CustomButton
Type com.google.gwt.user.client.ui.DisclosurePanel
Type com.google.gwt.user.client.ui.SourcesFocusEvents
Type com.google.gwt.user.client.ui.impl.TextBoxImpl
Type com.google.gwt.core.client.GWT.UncaughtExceptionHandler
Type
com.xxx.application.dashboard.client.ui.RollOverListenerCollection
Type java.io.Serializable
Type com.google.gwt.user.client.ui.impl.FocusImplOld
Type com.google.gwt.user.client.ui.VerticalSplitPanel.1
Type
com.google.gwt.user.client.ui.DelegatingFocusListenerCollection
Type
com.google.gwt.user.client.rpc.core.java.lang.String_CustomFieldSerializer
Type com.google.gwt.user.client.Timer
Type java.util.AbstractMap.1.2
Type java.lang.Character
Type com.xxx.application.dashboard.client.ui.ListTypeChooser
Type com.google.gwt.user.client.ui.PopupListenerCollection
Type
com.xxx.application.dashboard.client.ui.editor.Editor.ViewEditorAction
Type java.util.Date
Type
com.google.gwt.user.client.rpc.core.java.util.HashSet_CustomFieldSerializer
Type
com.xxx.application.dashboard.client.__BenchmarkTests_unitTestImpl
Type com.google.gwt.junit.client.Benchmark
Type com.xxx.application.dashboard.client.Dashboard.13.14
Type com.xxx.application.dashboard.client.Dashboard.9.10
Type com.google.gwt.user.client.ui.DisclosureHandler
Type com.google.gwt.user.client.ui.ListBox
Type com.google.gwt.user.client.ui.UIObject
Type java.lang.UnsupportedOperationException
Type
com.google.gwt.user.client.ui.Tree.ImagesFromImageBase.Prototype
Type com.google.gwt.user.client.ui.TabListenerCollection
Type com.google.gwt.user.client.WindowResizeListener
Type com.google.gwt.user.client.ui.WidgetIterators.1
Type com.google.gwt.user.client.ui.impl.ClippedImageImplIE6
Type java.util.MissingResourceException
Type com.xxx.application.dashboard.client.ui.RecordKeyChanger.
1
Type
com.xxx.application.dashboard.client.model.value.IntervalValue
Type
com.xxx.application.dashboard.client.model.type.IntegerType
Type
com.google.gwt.user.client.ui.HasVerticalAlignment.VerticalAlignmentConstant
Type com.google.gwt.user.client.ui.impl.FormPanelImpl
Type com.xxx.application.dashboard.client.Dashboard.15.16
Type com.google.gwt.user.client.Timer.1
Type java.util.Stack
Type
com.xxx.application.dashboard.client.model.value.IntegerValue
Type com.google.gwt.user.client.ui.SourcesTableEvents
Type java.lang.Long
Type com.google.gwt.user.client.ui.CheckBox
Type com.google.gwt.i18n.client.Dictionary
Type com.google.gwt.user.client.ui.TextBoxBase
Type com.google.gwt.user.client.Event
Type com.google.gwt.user.client.ui.SuggestOracle.Response
Field suggestions
Type java.lang.AssertionError
Type
com.google.gwt.user.client.ui.FlexTable.FlexCellFormatter
Type com.google.gwt.user.client.CommandExecutor.1
Type com.xxx.application.dashboard.client.ui.ListTypeChooser.
2
Type com.xxx.application.dashboard.client.Dashboard.5
Rebind result was
com.xxx.application.dashboard.client.__BenchmarkTests_unitTestImpl
Rebinding com.google.gwt.junit.client.impl.JUnitHost


Checking rule <generate-with
class='com.google.gwt.junit.rebind.BenchmarkGenerator'/>
Checking if all subconditions are true (<all>)
<when-assignable
class='com.google.gwt.junit.client.Benchmark'/>

No, the requested type was not assignable
No: One or more subconditions was false
Rule did not match
Checking rule <generate-with
class='com.google.gwt.junit.rebind.JUnitTestCaseStubGenerator'/>


Checking if all subconditions are true (<all>)
<when-assignable

class='com.google.gwt.junit.client.GWTTestCase'/>
No, the requested type was not assignable
No: One or more subconditions was false
Rule did not match
Checking rule <replace-with
class='com.google.gwt.user.client.ui.VerticalSplitPanel.ImplIE6'/>


Checking if all subconditions are true (<all>)

<when-type-is
class='com.google.gwt.user.client.ui.VerticalSplitPanel.Impl'/>
Not an exact match
No: One or more subconditions was false
Rule did not match
Checking rule <replace-with
class='com.google.gwt.user.client.ui.HorizontalSplitPanel.ImplSafari'/


>
Checking if all subconditions are true (<all>)

<when-type-is
class='com.google.gwt.user.client.ui.HorizontalSplitPanel.Impl'/>
Not an exact match
No: One or more subconditions was false
Rule did not match
Checking rule <replace-with
class='com.google.gwt.user.client.ui.HorizontalSplitPanel.ImplIE6'/>


Checking if all subconditions are true (<all>)

<when-type-is
class='com.google.gwt.user.client.ui.HorizontalSplitPanel.Impl'/>
Not an exact match
No: One or more subconditions was false
Rule did not match
Checking rule <replace-with
class='com.google.gwt.user.client.ui.HorizontalSplitPanel.Impl'/>


Checking if all subconditions are true (<all>)

<when-type-is
class='com.google.gwt.user.client.ui.HorizontalSplitPanel.Impl'/>
Not an exact match
No: One or more subconditions was false
Rule did not match
Checking rule <replace-with
class='com.google.gwt.user.client.ui.impl.RichTextAreaImplOpera'/>


Checking if all subconditions are true (<all>)

<when-type-is
class='com.google.gwt.user.client.ui.impl.RichTextAreaImpl'/>
Not an exact match
No: One or more subconditions was false
Rule did not match
Checking rule <replace-with
class='com.google.gwt.user.client.ui.impl.RichTextAreaImplSafari'/>


Checking if all subconditions are true (<all>)

<when-type-is
class='com.google.gwt.user.client.ui.impl.RichTextAreaImpl'/>
Not an exact match
No: One or more subconditions was false
Rule did not match
Checking rule <replace-with
class='com.google.gwt.user.client.ui.impl.RichTextAreaImplMozilla'/>


Checking if all subconditions are true (<all>)

<when-type-is
class='com.google.gwt.user.client.ui.impl.RichTextAreaImpl'/>
Not an exact match
No: One or more subconditions was false
Rule did not match
Checking rule <replace-with
class='com.google.gwt.user.client.ui.impl.RichTextAreaImplIE6'/>


Checking if all subconditions are true (<all>)

<when-type-is
class='com.google.gwt.user.client.ui.impl.RichTextAreaImpl'/>
Not an exact match
No: One or more subconditions was false
Rule did not match
Checking rule <generate-with
class='com.google.gwt.i18n.rebind.LocalizableGenerator'/>


Checking if all subconditions are true (<all>)
<when-assignable

class='com.google.gwt.i18n.client.Localizable'/>
No, the requested type was not assignable
No: One or more subconditions was false
Rule did not match
Checking rule <generate-with
class='com.google.gwt.user.rebind.ui.ImageBundleGenerator'/>


Checking if all subconditions are true (<all>)
<when-assignable

class='com.google.gwt.user.client.ui.ImageBundle'/>
No, the requested type was not assignable
No: One or more subconditions was false
Rule did not match
Checking rule <replace-with
class='com.google.gwt.user.client.ui.impl.ClippedImageImplIE6'/>


Checking if all subconditions are true (<all>)

<when-type-is
class='com.google.gwt.user.client.ui.impl.ClippedImageImpl'/>
Not an exact match
No: One or more subconditions was false
Rule did not match
Checking rule <replace-with
class='com.google.gwt.user.client.ui.impl.FocusImplIE6'/>


Checking if all subconditions are true (<all>)

<when-type-is
class='com.google.gwt.user.client.ui.impl.FocusImpl'/>
Not an exact match
No: One or more subconditions was false
Rule did not match
Checking rule <replace-with
class='com.google.gwt.user.client.ui.impl.FocusImplSafari'/>


Checking if all subconditions are true (<all>)

<when-type-is
class='com.google.gwt.user.client.ui.impl.FocusImpl'/>
Not an exact match
No: One or more subconditions was false
Rule did not match
Checking rule <replace-with
class='com.google.gwt.user.client.ui.impl.FocusImplOld'/>


Checking if all subconditions are true (<all>)

<when-type-is
class='com.google.gwt.user.client.ui.impl.FocusImpl'/>
Not an exact match
No: One or more subconditions was false
Rule did not match
Checking rule <replace-with
class='com.google.gwt.user.client.ui.impl.TextBoxImplIE6'/>


Checking if all subconditions are true (<all>)

<when-type-is
class='com.google.gwt.user.client.ui.impl.TextBoxImpl'/>
Not an exact match
No: One or more subconditions was false
Rule did not match
Checking rule <replace-with
class='com.google.gwt.user.client.ui.impl.TextBoxImpl'/>


Checking if all subconditions are true (<all>)

<when-type-is
class='com.google.gwt.user.client.ui.impl.TextBoxImpl'/>
Not an exact match
No: One or more subconditions was false
Rule did not match
Checking rule <replace-with
class='com.google.gwt.user.client.ui.impl.FormPanelImplIE6'/>


Checking if all subconditions are true (<all>)

<when-type-is
class='com.google.gwt.user.client.ui.impl.FormPanelImpl'/>
Not an exact match
No: One or more subconditions was false
Rule did not match
Checking rule <replace-with
class='com.google.gwt.user.client.ui.impl.FormPanelImpl'/>


Checking if all subconditions are true (<all>)

<when-type-is
class='com.google.gwt.user.client.ui.impl.FormPanelImpl'/>
Not an exact match
No: One or more subconditions was false
Rule did not match
Checking rule <replace-with
class='com.google.gwt.user.client.ui.impl.PopupImplIE6'/>


Checking if all subconditions are true (<all>)

<when-type-is
class='com.google.gwt.user.client.ui.impl.PopupImpl'/>
Not an exact match
No: One or more subconditions was false
Rule did not match
Checking rule <replace-with
class='com.google.gwt.user.client.ui.impl.PopupImplMozilla'/>


Checking if all subconditions are true (<all>)

<when-type-is
class='com.google.gwt.user.client.ui.impl.PopupImpl'/>
Not an exact match
No: One or more subconditions was false
Rule did not match
Checking rule <replace-with
class='com.google.gwt.user.client.ui.impl.PopupImpl'/>


Checking if all subconditions are true (<all>)

<when-type-is
class='com.google.gwt.user.client.ui.impl.PopupImpl'/>
Not an exact match
No: One or more subconditions was false
Rule did not match
Checking rule <replace-with
class='com.google.gwt.user.client.impl.HistoryImplSafari'/>


Checking if all subconditions are true (<all>)

<when-type-is
class='com.google.gwt.user.client.impl.HistoryImpl'/>
Not an exact match
No: One or more subconditions was false
Rule did not match
Checking rule <replace-with
class='com.google.gwt.user.client.impl.HistoryImplIE6'/>


Checking if all subconditions are true (<all>)

<when-type-is
class='com.google.gwt.user.client.impl.HistoryImpl'/>
Not an exact match
No: One or more subconditions was false
Rule did not match
Checking rule <replace-with
class='com.google.gwt.user.client.impl.HistoryImplMozilla'/>


Checking if all subconditions are true (<all>)

<when-type-is
class='com.google.gwt.user.client.impl.HistoryImpl'/>
Not an exact match
No: One or more subconditions was false
Rule did not match
Checking rule <replace-with
class='com.google.gwt.user.client.impl.HistoryImplStandard'/>


Checking if all subconditions are true (<all>)

<when-type-is
class='com.google.gwt.user.client.impl.HistoryImpl'/>
Not an exact match
No: One or more subconditions was false
Rule did not match
Checking rule <replace-with
class='com.google.gwt.user.client.impl.DOMImplMozillaOld'/>


Checking if all subconditions are true (<all>)

<when-type-is class='com.google.gwt.user.client.impl.DOMImpl'/
>
Not an exact match
No: One or more subconditions was false
Rule did not match
Checking rule <replace-with
class='com.google.gwt.user.client.impl.DOMImplMozilla'/>


Checking if all subconditions are true (<all>)

<when-type-is class='com.google.gwt.user.client.impl.DOMImpl'/
>
Not an exact match
No: One or more subconditions was false
Rule did not match
Checking rule <replace-with
class='com.google.gwt.user.client.impl.DOMImplIE6'/>


Checking if all subconditions are true (<all>)

<when-type-is class='com.google.gwt.user.client.impl.DOMImpl'/
>
Not an exact match
No: One or more subconditions was false
Rule did not match
Checking rule <replace-with
class='com.google.gwt.user.client.impl.DOMImplSafari'/>


Checking if all subconditions are true (<all>)

<when-type-is class='com.google.gwt.user.client.impl.DOMImpl'/
>
Not an exact match
No: One or more subconditions was false
Rule did not match
Checking rule <replace-with
class='com.google.gwt.user.client.impl.DOMImplOpera'/>


Checking if all subconditions are true (<all>)

<when-type-is class='com.google.gwt.user.client.impl.DOMImpl'/
>
Not an exact match
No: One or more subconditions was false
Rule did not match
Checking rule <generate-with
class='com.google.gwt.user.rebind.rpc.ServiceInterfaceProxyGenerator'/


>
Checking if all subconditions are true (<all>)
<when-assignable

class='com.google.gwt.user.client.rpc.RemoteService'/>


Yes, the requested type was assignable
Yes: All subconditions were true
Rule was a match and will be used
Invoking <generate-with

class='com.google.gwt.user.rebind.rpc.ServiceInterfaceProxyGenerator'/
>
Generating client proxy for remote service interface
'com.google.gwt.junit.client.impl.JUnitHost'
Checking the synchronous interface
'com.google.gwt.junit.client.impl.JUnitHost' against its asynchronous
version 'com.google.gwt.junit.client.impl.JUnitHostAsync'
Analyzing 'com.google.gwt.junit.client.impl.JUnitHost' for
serializable types
Analyzing methods:
public abstract java.lang.String
getFirstMethod(java.lang.String testClassName)
Return type: java.lang.String
java.lang.String
Parameter: java.lang.String testClassName
java.lang.String
Type has already been analyzed
public abstract java.lang.String
reportResultsAndGetNextMethod(java.lang.String testClassName,
com.google.gwt.junit.client.TestResults results)
Return type: java.lang.String
java.lang.String
Type has already been analyzed
Parameter: java.lang.String testClassName
java.lang.String
Type has already been analyzed
Parameter: com.google.gwt.junit.client.TestResults
results
com.google.gwt.junit.client.TestResults
Not analyzing superclass 'java.lang.Object'
because it is not assignable to
'com.google.gwt.user.client.rpc.IsSerializable' or
'java.io.Serializable' nor does it have a custom field serializer
Analyzing Fields:
java.lang.String agent
java.lang.String
Type has already been analyzed
java.util.List trials

java.util.List<com.google.gwt.junit.client.Trial>
Analyzing raw type
java.util.List
Analyzing subclasses:
Not analyzing subclass
'com.google.gwt.user.client.ui.TabListenerCollection' because it is
not assignable to 'com.google.gwt.user.client.rpc.IsSerializable' or
'java.io.Serializable' nor does it have a custom field serializer
Not analyzing subclass
'com.google.gwt.user.client.ui.ScrollListenerCollection' because it is
not assignable to 'com.google.gwt.user.client.rpc.IsSerializable' or
'java.io.Serializable' nor does it have a custom field serializer
Not analyzing subclass
'com.google.gwt.user.client.ui.TableListenerCollection' because it is
not assignable to 'com.google.gwt.user.client.rpc.IsSerializable' or
'java.io.Serializable' nor does it have a custom field serializer
Not analyzing subclass
'com.google.gwt.user.client.ui.DelegatingFocusListenerCollection'
because it is not assignable to
'com.google.gwt.user.client.rpc.IsSerializable' or
'java.io.Serializable' nor does it have a custom field serializer
Not analyzing subclass
'com.google.gwt.user.client.ui.FormHandlerCollection' because it is
not assignable to 'com.google.gwt.user.client.rpc.IsSerializable' or
'java.io.Serializable' nor does it have a custom field serializer
Not analyzing subclass
'com.google.gwt.user.client.ui.DelegatingClickListenerCollection'
because it is not assignable to
'com.google.gwt.user.client.rpc.IsSerializable' or
'java.io.Serializable' nor does it have a custom field serializer
Not analyzing subclass
'com.google.gwt.user.client.ui.PopupListenerCollection' because it is
not assignable to 'com.google.gwt.user.client.rpc.IsSerializable' or
'java.io.Serializable' nor does it have a custom field serializer
Not analyzing subclass
'com.google.gwt.user.client.ui.TreeListenerCollection' because it is
not assignable to 'com.google.gwt.user.client.rpc.IsSerializable' or
'java.io.Serializable' nor does it have a custom field serializer
Not analyzing subclass
'com.google.gwt.i18n.client.impl.ConstantMap.OrderedConstantSet'
because it is not assignable to
'com.google.gwt.user.client.rpc.IsSerializable' or
'java.io.Serializable' nor does it have a custom field serializer
Not analyzing subclass
'com.google.gwt.user.client.ui.DelegatingChangeListenerCollection'
because it is not assignable to
'com.google.gwt.user.client.rpc.IsSerializable' or
'java.io.Serializable' nor does it have a custom field serializer
Not analyzing subclass
'java.util.AbstractList' because it is not assignable to
'com.google.gwt.user.client.rpc.IsSerializable' or
'java.io.Serializable' nor does it have a custom field serializer
java.util.Vector
Not analyzing superclass
'java.util.AbstractList' because it is not assignable to
'com.google.gwt.user.client.rpc.IsSerializable' or
'java.io.Serializable' nor does it have a custom field serializer
Analyzing Fields:
Not analyzing subclass
'com.google.gwt.user.client.ui.MouseListenerCollection' because it is
not assignable to 'com.google.gwt.user.client.rpc.IsSerializable' or
'java.io.Serializable' nor does it have a custom field serializer
Not analyzing subclass
'com.google.gwt.user.client.ui.MouseWheelListenerCollection' because
it is not assignable to
'com.google.gwt.user.client.rpc.IsSerializable' or
'java.io.Serializable' nor does it have a custom field serializer
Not analyzing subclass
'com.google.gwt.user.client.ui.ChangeListenerCollection' because it is
not assignable to 'com.google.gwt.user.client.rpc.IsSerializable' or
'java.io.Serializable' nor does it have a custom field serializer
Not analyzing subclass
'com.google.gwt.user.client.ui.DelegatingKeyboardListenerCollection'
because it is not assignable to
'com.google.gwt.user.client.rpc.IsSerializable' or
'java.io.Serializable' nor does it have a custom field serializer
Not analyzing subclass
'com.xxx.application.dashboard.client.model.value.ValueChangeListenerCollection'
because it is not assignable to
'com.google.gwt.user.client.rpc.IsSerializable' or
'java.io.Serializable' nor does it have a custom field serializer
Not analyzing subclass
'com.xxx.application.dashboard.client.ui.RollOverListenerCollection'
because it is not assignable to
'com.google.gwt.user.client.rpc.IsSerializable' or
'java.io.Serializable' nor does it have a custom field serializer
Not analyzing subclass
'java.util.Stack' because it is not assignable to
'com.google.gwt.user.client.rpc.IsSerializable' or
'java.io.Serializable' nor does it have a custom field serializer
Not analyzing subclass
'com.google.gwt.user.client.ui.ClickListenerCollection' because it is
not assignable to 'com.google.gwt.user.client.rpc.IsSerializable' or
'java.io.Serializable' nor does it have a custom field serializer
java.util.ArrayList
Not analyzing superclass
'java.util.AbstractList' because it is not assignable to
'com.google.gwt.user.client.rpc.IsSerializable' or
'java.io.Serializable' nor does it have a custom field serializer
Analyzing Fields:
int endIndex
int startIndex
Not analyzing subclass
'com.google.gwt.user.client.ui.FocusListenerCollection' because it is
not assignable to 'com.google.gwt.user.client.rpc.IsSerializable' or
'java.io.Serializable' nor does it have a custom field serializer
Not analyzing subclass
'com.google.gwt.user.client.ui.LoadListenerCollection' because it is
not assignable to 'com.google.gwt.user.client.rpc.IsSerializable' or
'java.io.Serializable' nor does it have a custom field serializer
Not analyzing subclass
'com.google.gwt.user.client.ui.KeyboardListenerCollection' because it
is not assignable to 'com.google.gwt.user.client.rpc.IsSerializable'
or 'java.io.Serializable' nor does it have a custom field serializer
Analyzing type args
com.google.gwt.junit.client.Trial
Not analyzing superclass
'java.lang.Object' because it is not assignable to
'com.google.gwt.user.client.rpc.IsSerializable' or
'java.io.Serializable' nor does it have a custom field serializer
Analyzing Fields:

com.google.gwt.junit.client.impl.ExceptionWrapper exceptionWrapper

com.google.gwt.junit.client.impl.ExceptionWrapper
Not analyzing
superclass 'java.lang.Object' because it is not assignable to
'com.google.gwt.user.client.rpc.IsSerializable' or
'java.io.Serializable' nor does it have a custom field serializer
Analyzing Fields:
public
java.lang.String typeName
java.lang.String
Type has
already been analyzed
public
com.google.gwt.junit.client.impl.StackTraceWrapper[] stackTrace

com.google.gwt.junit.client.impl.StackTraceWrapper[]
Analyzing
component type:

com.google.gwt.junit.client.impl.StackTraceWrapper
Not
analyzing superclass 'java.lang.Object' because it is not assignable
to 'com.google.gwt.user.client.rpc.IsSerializable' or
'java.io.Serializable' nor does it have a custom field serializer

Analyzing Fields:

public java.lang.String fileName

java.lang.String

Type has already been analyzed

public java.lang.String className

java.lang.String

Type has already been analyzed

public java.lang.String methodName

java.lang.String

Type has already been analyzed

public int lineNumber
public
java.lang.String message
java.lang.String
Type has
already been analyzed
public
com.google.gwt.junit.client.impl.ExceptionWrapper cause

com.google.gwt.junit.client.impl.ExceptionWrapper

'com.google.gwt.junit.client.impl.ExceptionWrapper' is being analyzed;
skipping
java.util.Map variables

java.util.Map<java.lang.String, java.lang.String>
Analyzing raw type
java.util.Map
Analyzing
subclasses:
Not analyzing
subclass 'java.util.AbstractMap' because it is not assignable to
'com.google.gwt.user.client.rpc.IsSerializable' or
'java.io.Serializable' nor does it have a custom field serializer

java.util.HashMap
Not
analyzing superclass 'java.util.AbstractMap' because it is not
assignable to 'com.google.gwt.user.client.rpc.IsSerializable' or
'java.io.Serializable' nor does it have a custom field serializer
Analyzing
Fields:
private
int currentSize
Not analyzing
subclass 'com.google.gwt.user.client.ui.FastStringMap' because it is
not assignable to 'com.google.gwt.user.client.rpc.IsSerializable' or
'java.io.Serializable' nor does it have a custom field serializer
Not analyzing
subclass 'com.google.gwt.i18n.client.impl.ConstantMap' because it is
not assignable to 'com.google.gwt.user.client.rpc.IsSerializable' or
'java.io.Serializable' nor does it have a custom field serializer
Analyzing type args
java.lang.String
Type has already
been analyzed
java.lang.String
Type has already
been analyzed
double runTimeMillis
java.lang.String host
java.lang.String
Type has already been analyzed
java.lang.String sourceRef
java.lang.String
Type has already been analyzed
Identified 10 serializable types
com.google.gwt.junit.client.TestResults
com.google.gwt.junit.client.Trial
com.google.gwt.junit.client.impl.ExceptionWrapper
com.google.gwt.junit.client.impl.StackTraceWrapper
com.google.gwt.junit.client.impl.StackTraceWrapper[]

com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException
java.lang.String
java.util.ArrayList
java.util.HashMap
java.util.Vector
Generating TypeSerializer for service interface
'com.google.gwt.junit.client.impl.JUnitHost'
Generating a field serializer for type
'com.google.gwt.junit.client.TestResults'
Generating a field serializer for type
'com.google.gwt.junit.client.Trial'
Generating a field serializer for type
'com.google.gwt.junit.client.impl.ExceptionWrapper'
Generating a field serializer for type
'com.google.gwt.junit.client.impl.StackTraceWrapper'
Generating a field serializer for type
'com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException'
Generator returned class
'com.google.gwt.junit.client.impl.JUnitHost_Proxy'
Finished in 299 ms
Assimilating generated source
Generated source files...
transient source for
com.google.gwt.junit.client.impl.JUnitHost_TypeSerializer
transient source for
com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException_FieldSerializer
transient source for
com.google.gwt.junit.client.impl.ExceptionWrapper_FieldSerializer
transient source for
com.google.gwt.junit.client.Trial_FieldSerializer
transient source for
com.google.gwt.junit.client.impl.StackTraceWrapper_FieldSerializer
transient source for
com.google.gwt.junit.client.TestResults_FieldSerializer
transient source for
com.google.gwt.junit.client.impl.JUnitHost_Proxy
Examining gwt.typeArgs tags
Type java.util.AbstractMap
Type
com.google.gwt.user.client.ui.TabPanel.UnmodifiableTabBar
Type com.google.gwt.user.client.ui.impl.FormPanelImplHost
Type java.lang.RuntimeException
Type com.google.gwt.user.client.ui.SourcesScrollEvents
Type com.google.gwt.user.client.ui.SourcesTabEvents
Type com.google.gwt.user.client.ui.HasVerticalAlignment
Type
com.google.gwt.i18n.client.constants.CurrencyCodeMapConstants
Type java.lang.System
Type com.google.gwt.user.client.ui.MenuBar.1
Type java.util.Comparators.1
Type com.google.gwt.user.client.ui.Image
Type java.lang.Throwable
Type
com.xxx.application.dashboard.client.model.value.ListValue
Field mListValue
Type com.xxx.application.dashboard.client.model.type.ListType
Type com.google.gwt.user.client.ui.HTMLTable.CellFormatter
Type
com.xxx.application.dashboard.client.ui.editor.RecordEditor
Type com.google.gwt.junit.client.Operator
Type com.google.gwt.user.client.ui.impl.PopupImplMozilla.1
Type com.google.gwt.user.client.ui.PushButton
Type
com.xxx.application.dashboard.client.model.value.StringValue
Type java.util.Vector
Type java.util.NoSuchElementException
Type java.util.Set
Type com.google.gwt.user.client.ui.impl.SuggestPickerImpl
Type com.google.gwt.user.client.ui.SourcesMouseWheelEvents
Type com.google.gwt.user.client.ui.SplitPanel
Type com.google.gwt.user.client.ui.TreeItem.ContentPanel
Type
com.xxx.application.dashboard.client.ui.editor.BooleanEditor
Type com.google.gwt.user.client.ui.DeckPanel
Type java.io.OutputStream
Type com.google.gwt.junit.client.Range
Type com.google.gwt.user.client.ui.Frame
Type com.xxx.application.dashboard.client.model.type.Type
Type com.google.gwt.user.client.ui.MouseListenerCollection
Type
com.xxx.application.dashboard.client.ui.editor.Editor.ValueChangeAction
Type
com.xxx.application.dashboard.client.ui.editor.RecordEditor.1
Type com.google.gwt.user.client.ui.FlexTable
Type com.google.gwt.user.client.ui.AbsolutePanel
Type com.google.gwt.user.client.ui.MenuBar
Type com.google.gwt.i18n.client.constants.NumberConstants
Type
com.google.gwt.user.client.ui.impl.AbstractItemPickerImpl
Type com.xxx.application.dashboard.client.Dashboard.11
Type com.google.gwt.user.client.ui.FocusPanel
Type
com.google.gwt.user.client.ui.DelegatingClickListenerCollection
Type com.google.gwt.user.client.ui.FastStringMap.ImplMapEntry
Type
com.xxx.application.dashboard.client.model.type.DoubleType
Type java.lang.Comparable
Type com.google.gwt.user.client.ui.HasName
Type com.google.gwt.user.client.ui.HorizontalSplitPanel
Type com.google.gwt.user.client.impl.HistoryImplStandard
Type java.util.ArrayList
Type com.google.gwt.user.client.rpc.SerializableException
Type com.google.gwt.user.client.WindowCloseListener
Type java.util.Map
Type
com.google.gwt.user.client.ui.impl.RichTextAreaImplSafari
Type com.google.gwt.core.client.GWT
Type com.xxx.application.dashboard.client.Dashboard.19
Type com.google.gwt.user.client.Cookies
Type junit.framework.TestCase
Type java.lang.Class
Type
com.google.gwt.user.client.rpc.core.java.util.Date_CustomFieldSerializer
Type com.google.gwt.i18n.client.DateTimeFormat.PatternPart
Type com.google.gwt.user.client.ui.FiresFormEvents
Type com.google.gwt.user.client.CommandCanceledException
Type com.google.gwt.user.client.ui.SuggestBox.3
Type com.google.gwt.junit.client.impl.JUnitHost_Proxy
Type com.google.gwt.junit.client.TimeoutException
Type com.google.gwt.junit.client.impl.GWTTestCaseImpl
Type com.google.gwt.user.client.CommandExecutor.2
Type com.google.gwt.user.client.IncrementalCommand
Type java.util.Arrays
Type
com.google.gwt.user.client.rpc.core.java.lang.Byte_CustomFieldSerializer
Type com.google.gwt.user.client.impl.DOMImpl
Type java.io.FilterOutputStream
Type com.google.gwt.user.client.impl.HTTPRequestImplIE6
Type
com.xxx.application.dashboard.client.ui.editor.TimeEditor
Type com.google.gwt.user.client.ui.HasFocus
Type com.xxx.application.dashboard.client.model.type.TimeType
Type com.google.gwt.user.client.DeferredCommand
Type com.google.gwt.user.client.ui.impl.TextBoxImplIE6
Type com.google.gwt.user.client.impl.HistoryImpl
Type
com.xxx.application.dashboard.client.ui.editor.DateEditor
Type java.util.Map.Entry
Type
com.xxx.application.dashboard.client.ui.RecordTypeChooser.2
Type java.lang.Exception
Type com.google.gwt.user.client.ui.FileUpload
Type
com.xxx.application.dashboard.client.ui.editor.StringEditor.ButtonResetClickListener
Type com.google.gwt.user.client.ui.VerticalPanel
Type
com.google.gwt.user.client.rpc.core.java.util.HashMap_CustomFieldSerializer
Type
com.xxx.application.dashboard.client.ui.Calendar.DayLinkClickListener
Type com.google.gwt.user.client.ui.ChangeListenerCollection
Type
com.xxx.application.dashboard.client.ui.editor.ListEditor.1
Type
com.xxx.application.dashboard.client.model.value.DateValue
Type com.google.gwt.user.client.ui.PopupListener
Type
com.xxx.application.dashboard.client.ui.editor.DateEditor.TextBoxKeyboardListener
Type
com.google.gwt.user.client.rpc.core.java.lang.Object_Array_CustomFieldSerializer
Type java.util.AbstractCollection
Type com.google.gwt.user.client.ui.FormSubmitEvent
Type com.google.gwt.junit.client.TestResults
Field trials
Type java.util.AbstractList.IteratorImpl
Type java.lang.Double
Type
com.xxx.application.dashboard.client.ui.editor.RecordEditor.DeleteLineAction
Type com.google.gwt.user.client.ui.TableListenerCollection
Type com.google.gwt.user.client.ui.RootPanel
Type
com.xxx.application.dashboard.client.ui.editor.RecordEditor.KeyChangerPopupClosedListener
Type com.xxx.application.dashboard.client.Dashboard.3
Type com.xxx.application.dashboard.client.Dashboard.5.6
Type com.google.gwt.user.client.ui.RadioButton
Type com.google.gwt.user.client.ui.SuggestOracle.Suggestion
Type java.util.HashMap.EntryImpl
Type com.google.gwt.user.client.ui.TabListener
Type com.google.gwt.user.client.ui.HasKeyPreview
Type com.google.gwt.user.client.ui.SourcesKeyboardEvents
Type com.google.gwt.user.client.ui.CellPanel
Type com.google.gwt.user.client.ui.SuggestOracle.Callback
Type com.xxx.application.dashboard.client.model.type.DateType
Type com.xxx.application.dashboard.client.Dashboard.19.20
Type
com.google.gwt.user.client.rpc.core.java.lang.Integer_CustomFieldSerializer
Type
com.xxx.application.dashboard.client.model.type.RecordType
Type com.google.gwt.user.client.ui.TreeImages
Type
com.xxx.application.dashboard.client.ui.editor.ListEditor.TypeChooserPopupClosedListener
Type com.google.gwt.i18n.client.Messages
Type
com.google.gwt.junit.client.impl.PermutationIterator.ListRange
Type com.google.gwt.user.client.ui.MouseListenerAdapter
Type com.google.gwt.user.client.ui.HasHorizontalAlignment
Type com.google.gwt.user.client.ui.DisclosureEvent
Type com.xxx.application.dashboard.client.ui.editor.Editor
Type com.google.gwt.user.client.rpc.SerializationStreamWriter
Type
com.google.gwt.user.client.ui.RichTextArea.ExtendedFormatter
Type java.util.List
Type com.google.gwt.user.client.impl.DOMImplSafari
Type com.google.gwt.user.client.ui.DockPanel
Type com.google.gwt.user.client.ui.ScrollPanel
Type com.google.gwt.user.client.ui.RichTextArea
Type com.google.gwt.user.client.ui.FocusListener
Type java.lang.Number
Type com.google.gwt.user.client.ui.TabPanel.TabbedDeckPanel
Type
com.xxx.application.dashboard.client.model.type.StringType
Type com.google.gwt.user.client.ui.SimplePanel
Type com.google.gwt.user.client.ui.CustomButton.Face
Type java.lang.IllegalArgumentException
Type
com.google.gwt.user.client.ui.HasHorizontalAlignment.HorizontalAlignmentConstant
Type com.google.gwt.user.client.ui.Image.State
Type com.xxx.application.dashboard.client.Dashboard.4
Type com.google.gwt.i18n.client.constants.DateTimeConstants
Type
com.xxx.application.dashboard.client.ui.editor.BooleanEditor.ButtonSaveClickListener
Type com.xxx.application.dashboard.client.Dashboard
Type
com.xxx.application.dashboard.client.__BenchmarkTests_unitTestImpl
Type com.google.gwt.user.client.ui.PasswordTextBox
Type com.google.gwt.user.client.ui.FormHandler
Type com.google.gwt.user.client.rpc.AsyncCallback
Type com.google.gwt.user.client.impl.HistoryImplIE6
Type com.google.gwt.user.client.ui.Tree
Type com.google.gwt.user.client.ui.RichTextArea.FontSize
Type com.xxx.application.dashboard.client.model.value.Value
Type com.google.gwt.user.client.ui.WidgetCollection
Type
com.google.gwt.user.client.rpc.core.java.lang.Float_CustomFieldSerializer
Type com.google.gwt.user.client.ui.impl.FormPanelImplIE6
Type com.google.gwt.user.client.ui.impl.PopupImpl
Type
com.google.gwt.user.client.ui.HTMLTable.WidgetMapper.FreeNode
Type junit.framework.AssertionFailedError
Type com.xxx.application.dashboard.client.Dashboard.17.18
Type
com.xxx.application.dashboard.client.rpc.ParameterServiceAsync
Type com.google.gwt.user.client.rpc.IsSerializable
Type com.google.gwt.user.client.ui.impl.RichTextAreaImplOpera
Type com.google.gwt.user.client.ui.SuggestBox.1
Type java.util.AbstractMap.3.4
Type java.lang.CharSequence
Type com.google.gwt.user.client.ui.SourcesChangeEvents
Type com.google.gwt.user.client.ui.RootPanel.1
Type com.google.gwt.user.client.ui.LoadListenerCollection
Type
com.google.gwt.user.client.ui.WidgetCollection.WidgetIterator
Type java.lang.NegativeArraySizeException
Type
com.google.gwt.user.client.ui.impl.ItemPickerDropDownImpl
Type
com.google.gwt.user.client.rpc.core.java.lang.Boolean_CustomFieldSerializer
Type
com.google.gwt.user.client.ui.HorizontalSplitPanel.ImplIE6
Type
com.google.gwt.user.client.ui.DisclosurePanel.DefaultHeader
Type junit.framework.Test
Type
com.google.gwt.user.client.ui.TextBoxBase.TextAlignConstant
Type
com.google.gwt.i18n.client.impl.ConstantMap.OrderedConstantSet
Type com.google.gwt.user.client.ui.impl.PopupImplIE6
Type
com.xxx.application.dashboard.client.Dashboard.ViewEditorAction
Type com.google.gwt.user.client.ui.SourcesTreeEvents
Type
com.google.gwt.user.client.rpc.core.java.lang.char_Array_CustomFieldSerializer
Type com.google.gwt.user.client.rpc.SerializationException
Type com.google.gwt.user.client.ui.Button
Type java.util.HashMap
Type com.google.gwt.user.client.ui.ScrollListener
Type com.google.gwt.user.client.ui.VerticalSplitPanel.Impl
Type
com.xxx.application.dashboard.client.ui.editor.TimeEditor.ButtonSaveClickListener
Type
com.google.gwt.user.client.rpc.core.java.lang.long_Array_CustomFieldSerializer
Type com.google.gwt.user.client.rpc.impl.Serializer
Type com.xxx.application.dashboard.client.Dashboard.15
Type
com.xxx.application.dashboard.client.model.value.TimeValue
Type java.lang.Boolean
Type java.lang.String
Type com.xxx.application.dashboard.client.model.DateCustom
Type com.google.gwt.user.client.ui.SimplePanel.1
Type
com.xxx.application.dashboard.client.ui.editor.TimeEditor.TextBoxKeyboardListener
Type com.google.gwt.user.client.ui.TreeItem
Type com.google.gwt.core.client.Impl
Type com.google.gwt.user.client.rpc.InvocationException
Type com.google.gwt.user.client.ui.TreeListener
Type
com.google.gwt.user.client.ui.DelegatingKeyboardListenerCollection
Type
com.xxx.application.dashboard.client.ui.RollOverFlexTable
Type com.xxx.application.dashboard.client.Dashboard.21.22
Type com.google.gwt.user.client.ui.HasWordWrap
Type
com.xxx.application.dashboard.client.ui.editor.IntegerEditor.ButtonResetClickListener
Type
com.xxx.application.dashboard.client.ui.Calendar.ButtonCloseClickListener
Type
com.google.gwt.user.client.ui.DockPanel.DockLayoutConstant
Type com.google.gwt.user.client.ui.DisclosurePanelImages
Type com.google.gwt.user.client.ui.FocusListenerAdapter
Type com.google.gwt.junit.client.Category
Type com.google.gwt.user.client.ui.HorizontalSplitPanel.Impl
Type com.google.gwt.user.client.ResponseTextHandler
Type java.util.HashSet
Type
com.google.gwt.user.client.rpc.impl.ClientSerializationStreamReader
Type java.util.RandomAccess
Type com.google.gwt.user.client.impl.DOMImplMozilla
Type com.google.gwt.user.client.ui.SuggestOracle
Type com.google.gwt.junit.client.Trial
Field variables
Type com.google.gwt.user.client.ui.impl.FocusImpl
Type com.google.gwt.user.client.ui.SourcesClickEvents
Type com.google.gwt.user.client.ui.PopupPanel
Type
com.xxx.application.dashboard.client.ui.editor.DoubleEditor.ButtonResetClickListener
Type
com.xxx.application.dashboard.client.ui.editor.BooleanEditor.ButtonResetClickListener
Type java.lang.Error
Type
com.xxx.application.dashboard.client.model.type.IntervalType
Type java.util.AbstractSet
Type
com.xxx.application.dashboard.client.ui.editor.DateEditor.ShowCalendarClickListener
Type com.google.gwt.user.client.ui.impl.RichTextAreaImpl
Type com.xxx.application.dashboard.client.Dashboard.17
Type com.google.gwt.i18n.client.impl.ConstantMap
Type
com.xxx.application.dashboard.client.ui.editor.DateEditor.CalendarValueChangeListener
Type com.google.gwt.user.client.ui.Image.ClippedState.1
Type
com.google.gwt.junit.client.impl.JUnitHost_TypeSerializer
Type
com.google.gwt.user.client.IncrementalCommandCanceledException
Type com.google.gwt.user.client.impl.HistoryImplSafari
Type
com.xxx.application.dashboard.client.ui.editor.IntervalEditor
Type com.google.gwt.user.client.ui.FocusWidget
Type com.google.gwt.core.client.EntryPoint
Type java.util.Iterator
Type
com.google.gwt.i18n.client.impl.ConstantMap.OrderedConstantSet.ImmutableIterator
Type com.xxx.application.dashboard.client.model.Application
Type com.google.gwt.user.client.ui.Hidden
Type com.google.gwt.user.client.ui.CustomButton.1
Type java.lang.Object
Type com.google.gwt.user.client.impl.HTTPRequestImpl
Type com.google.gwt.user.client.ui.HTMLTable.RowFormatter
Type com.google.gwt.user.client.Command
Type java.util.TooManyListenersException
Type com.google.gwt.user.client.Window
Type com.google.gwt.user.client.ui.impl.RichTextAreaImplIE6
Type
com.google.gwt.user.client.rpc.core.java.lang.boolean_Array_CustomFieldSerializer
Type java.lang.StackTraceElement
Type com.xxx.application.dashboard.client.ui.ListTypeChooser.
1
Type com.xxx.application.dashboard.client.model.TimeCustom
Type com.google.gwt.user.client.ui.impl.ClippedImagePrototype
Type
com.google.gwt.user.client.ui.impl.ItemPickerDropDownImpl.1
Type com.google.gwt.user.client.ui.FastStringMap.3
Type com.google.gwt.user.client.ui.KeyboardListener
Type com.xxx.application.dashboard.client.Dashboard.21
Type java.lang.IllegalStateException
Type com.google.gwt.user.client.HTTPRequest
Type
com.google.gwt.user.client.rpc.core.java.lang.Short_CustomFieldSerializer
Type
com.xxx.application.dashboard.client.ui.editor.Editor.RollOverAction
Type com.google.gwt.user.client.ui.DockPanel.LayoutData
Type com.google.gwt.user.client.ui.Tree.ImagesFromImageBase
Type com.google.gwt.user.client.ui.HTMLTable.ColumnFormatter
Type com.xxx.application.dashboard.client.ui.RecordKeyChanger
Type
com.google.gwt.user.client.rpc.core.java.lang.Long_CustomFieldSerializer
Type com.google.gwt.user.client.ui.impl.ClippedImageImpl
Type com.google.gwt.junit.client.impl.JUnitHost_Proxy.2
Type com.google.gwt.user.client.Random
Type com.google.gwt.junit.client.impl.PermutationIterator
Type
com.google.gwt.user.client.rpc.core.java.lang.int_Array_CustomFieldSerializer
Type com.google.gwt.user.client.ui.HasCaption
Type java.lang.ClassCastException
Type
com.google.gwt.user.client.ui.MouseWheelListenerCollection
Type com.google.gwt.user.client.ui.SourcesMouseEvents
Type java.util.Comparators
Type java.lang.Math
Type com.google.gwt.user.client.ui.DockPanel.TmpRow
Type java.lang.NullPointerException
Type com.google.gwt.user.client.ui.Label
Type
com.xxx.application.dashboard.client.ui.editor.IntegerEditor.ButtonSaveClickListener
Type
com.google.gwt.junit.client.impl.StackTraceWrapper_FieldSerializer
Type com.google.gwt.user.client.ui.ScrollListenerCollection
Type com.xxx.application.dashboard.client.Dashboard.7.8
Type com.google.gwt.junit.client.Trial_FieldSerializer
Type com.google.gwt.user.client.ui.HasAlignment
Type
com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException_FieldSerializer
Type com.google.gwt.user.client.ui.TabBar.ClickDecoratorPanel
Type
com.google.gwt.user.client.rpc.ServiceDefTarget.NoServiceEntryPointSpecifiedException
Type com.google.gwt.user.client.ui.Panel
Type java.util.Collection
Type com.google.gwt.junit.client.impl.ExceptionWrapper
Type com.google.gwt.user.client.rpc.SerializationStreamReader
Type
com.google.gwt.user.client.rpc.core.java.lang.float_Array_CustomFieldSerializer
Type com.xxx.application.dashboard.client.Dashboard.13
Type
com.google.gwt.user.client.rpc.core.java.lang.byte_Array_CustomFieldSerializer
Type com.google.gwt.user.client.History
Type com.xxx.application.dashboard.client.model.Parameter
Type
com.xxx.application.dashboard.client.model.value.ValueChangeListenerCollection
Type com.google.gwt.user.client.impl.HistoryImplFrame
Type com.google.gwt.junit.client.TestResults_FieldSerializer
Type
com.google.gwt.user.client.rpc.core.java.util.Vector_CustomFieldSerializer
Type
com.xxx.application.dashboard.client.ui.editor.ListEditor.DeleteLineAction
Type
com.google.gwt.user.client.rpc.impl.ClientSerializationStreamWriter
Type
com.google.gwt.user.client.ui.PrefixTree.PrefixTreeIterator
Type
com.xxx.application.dashboard.client.model.value.BooleanValue
Type com.google.gwt.user.client.ui.TreeListenerCollection
Type
com.google.gwt.user.client.ui.HorizontalSplitPanel.ImplSafari
Type com.google.gwt.user.client.ui.TextBox
Type
com.xxx.application.dashboard.client.ui.editor.DoubleEditor
Type
com.xxx.application.dashboard.client.ui.editor.StringEditor
Type com.google.gwt.user.client.ui.SourcesLoadEvents
Type java.util.AbstractMap.1
Type
com.xxx.application.dashboard.client.model.value.RecordValue
Field mRecordValue
Type com.google.gwt.user.client.ui.ClickListener
Type
com.google.gwt.user.client.rpc.core.java.lang.double_Array_CustomFieldSerializer
Type com.google.gwt.user.client.ui.KeyboardListenerAdapter
Type com.google.gwt.user.client.ui.DialogBox
Type com.google.gwt.user.client.ui.Hyperlink
Type com.google.gwt.user.client.ui.TabBar
Type java.io.PrintStream
Type com.google.gwt.user.client.ui.Grid
Type com.google.gwt.user.client.ui.TableListener
Type com.google.gwt.user.client.ui.HorizontalSplitPanel.1
Type com.google.gwt.user.client.ui.NamedFrame
Type
com.google.gwt.junit.client.impl.PermutationIterator.Permutation
Type com.google.gwt.user.client.ui.AbstractImagePrototype
Type com.google.gwt.user.client.ui.HTMLTable.WidgetMapper.1
Type com.google.gwt.user.client.ui.HTML
Type java.util.AbstractList.ListIteratorImpl
Type
com.xxx.application.dashboard.client.ui.RecordTypeChooser
Type
com.xxx.application.dashboard.client.ui.editor.DoubleEditor.ButtonSaveClickListener
Type com.google.gwt.user.client.ui.HTMLTable.WidgetMapper
Type java.lang.Cloneable
Type java.lang.IndexOutOfBoundsException
Type
com.google.gwt.user.client.ui.MultiWordSuggestOracle.MultiWordSuggestion
Type com.google.gwt.user.client.ui.FormHandlerCollection
Type com.google.gwt.i18n.client.ConstantsWithLookup
Type com.google.gwt.i18n.client.DateTimeFormat
Type com.google.gwt.user.client.rpc.RemoteService
Type com.google.gwt.lang.Exceptions
Type com.google.gwt.user.client.ui.HTMLTable
Type com.google.gwt.user.client.ui.Widget
Type
com.google.gwt.user.client.rpc.impl.AbstractSerializationStreamReader
Type java.lang.Byte
Type java.util.EventObject
Type
com.xxx.application.dashboard.client.ui.editor.RecordEditor.TypeChooserPopupClosedListener
Type com.google.gwt.user.client.ui.HTMLPanel
Type com.xxx.application.dashboard.client.Dashboard.11.12
Type com.google.gwt.user.client.ui.MouseListener
Type java.lang.ArrayStoreException
Type com.google.gwt.junit.client.impl.JUnitHostAsync
Type com.xxx.application.dashboard.client.model.Category
Field mParamList
Type com.google.gwt.user.client.ui.impl.FocusImplSafari
Type com.google.gwt.user.client.ui.IndexedPanel
Type
com.google.gwt.user.client.ui.impl.AbstractItemPickerImpl.Item
Type com.google.gwt.core.client.JavaScriptObject
Type com.google.gwt.user.client.CommandExecutor
Type
com.google.gwt.junit.client.impl.ExceptionWrapper_FieldSerializer
Type java.util.ConcurrentModificationException
Type
com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException
Type com.google.gwt.core.client.JavaScriptException
Type com.google.gwt.user.client.ui.Composite
Type
com.xxx.application.dashboard.client.model.value.ValueChangeListener
Type com.google.gwt.user.client.EventListener
Type com.google.gwt.junit.client.IntRange.IntRangeIterator
Type java.lang.StringIndexOutOfBoundsException
Type com.google.gwt.user.client.ui.MenuItem
Type com.xxx.application.dashboard.client.ui.Calendar
Type com.google.gwt.user.client.ui.impl.PopupImplMozilla
Type com.google.gwt.junit.client.IntRange
Type com.google.gwt.i18n.client.Constants
Type com.google.gwt.user.client.ui.Tree.1
Type com.google.gwt.user.client.ui.FormSubmitCompleteEvent
Type java.util.AbstractList
Type com.google.gwt.user.client.ui.FormPanel.1
Type com.google.gwt.user.client.ui.FastStringMap.1.2
Type com.google.gwt.user.client.ui.WidgetIterators
Type com.google.gwt.user.client.ui.SuggestBox.2
Type
com.xxx.application.dashboard.client.ui.editor.ListEditor
Type
com.google.gwt.user.client.rpc.core.java.lang.short_Array_CustomFieldSerializer
Type java.lang.Float
Type com.google.gwt.user.client.impl.DOMImplIE6
Type com.xxx.application.dashboard.client.ui.Calendar.1
Type com.google.gwt.user.client.ui.TabPanel
Type
com.google.gwt.user.client.rpc.core.java.util.ArrayList_CustomFieldSerializer
Type
com.google.gwt.user.client.CommandExecutor.CircularIterator
Type com.google.gwt.lang.Array
Type com.xxx.application.dashboard.client.Dashboard.7
Type com.google.gwt.user.client.ui.HasText
Type com.google.gwt.user.client.ui.ImageBundle


Type
com.xxx.application.dashboard.client.rpc.ParameterService
Method public abstract

java.util.List<com.xxx.application.dashboard.client.model.Category>
getCategoryList()
Method public abstract
java.util.List<com.xxx.application.dashboard.client.model.Application>
getApplicationList()
Type
com.xxx.application.dashboard.client.ui.RecordTypeChooser.TypeSelectedIndexChanged
Type
com.xxx.application.dashboard.client.Dashboard.RollOverAction
Type java.util.ListIterator
Type com.xxx.application.dashboard.client.Dashboard.9
Type com.google.gwt.user.client.ui.MouseWheelListener
Type com.google.gwt.user.client.ui.ChangeListener
Type com.google.gwt.user.client.ui.MultiWordSuggestOracle
Type com.google.gwt.user.client.DOM
Type com.xxx.application.dashboard.client.Dashboard.1
Type java.util.Collections
Type com.google.gwt.user.client.ui.FastStringMap.1
Type
com.xxx.application.dashboard.client.ui.RecordTypeChooser.1
Type
com.xxx.application.dashboard.client.Dashboard.ValueChangedAction
Type com.google.gwt.user.client.ui.ComplexPanel
Type
com.google.gwt.i18n.client.impl.ConstantMap.DummyMapEntry
Type com.xxx.application.dashboard.client.ui.RecordKeyChanger.
2
Type
com.google.gwt.user.client.rpc.impl.AbstractSerializationStream
Type com.google.gwt.user.client.ui.HorizontalPanel
Type com.google.gwt.user.client.impl.DOMImplStandard
Type java.lang.Integer
Type com.google.gwt.i18n.client.NumberFormat
Type java.util.HashMap.EntrySetImplIterator
Type com.google.gwt.user.client.ui.HasWidgets
Type com.google.gwt.user.client.impl.HistoryImplMozilla
Type
com.google.gwt.user.client.ui.DisclosurePanel.ClickableHeader
Type
com.google.gwt.junit.client.impl.GWTTestCaseImpl.JUnitHostListener
Type com.google.gwt.user.client.ui.SuggestOracle.Request
Type com.xxx.application.dashboard.client.ui.Calendar.3
Type junit.framework.Assert
Type
com.xxx.application.dashboard.client.ui.editor.StringEditor.ButtonSaveClickListener
Type com.xxx.application.dashboard.client.BenchmarkTests
Type
com.google.gwt.user.client.rpc.core.java.lang.Character_CustomFieldSerializer
Type com.google.gwt.user.client.ui.SuggestBox
Type
com.xxx.application.dashboard.client.ui.editor.RecordEditor.ChangeKeyAction
Type com.google.gwt.user.client.ui.Image.ClippedState
Type com.google.gwt.user.client.ui.PrefixTree
Type
com.google.gwt.junit.client.impl.GWTTestCaseImpl.KillTimer
Type
com.xxx.application.dashboard.client.ui.editor.DateEditor.ButtonResetClickListener
Type
com.xxx.application.dashboard.client.ui.editor.IntegerEditor.TextBoxKeyboardListener
Type com.google.gwt.user.client.ui.StackPanel
Type com.google.gwt.user.client.impl.DOMImplMozillaOld
Type com.google.gwt.user.client.ui.Image.UnclippedState
Type com.google.gwt.junit.client.impl.JUnitHost_Proxy.1
Type
com.xxx.application.dashboard.client.ui.editor.DoubleEditor.TextBoxKeyboardListener
Type com.google.gwt.user.client.rpc.ServiceDefTarget
Type com.google.gwt.user.client.ui.ButtonBase
Type com.google.gwt.user.client.ui.TextArea
Type com.google.gwt.user.client.EventPreview
Type com.google.gwt.user.client.impl.DOMImplOpera
Type com.google.gwt.user.client.ui.ClickListenerCollection
Type
com.xxx.application.dashboard.client.ui.editor.TimeEditor.ButtonResetClickListener
Type
com.google.gwt.user.client.rpc.core.java.lang.Double_CustomFieldSerializer
Type
com.google.gwt.user.client.rpc.impl.AbstractSerializationStreamWriter
Type com.google.gwt.junit.client.impl.JUnitHost
Type com.google.gwt.user.client.ui.FiresDisclosureEvents
Type com.google.gwt.junit.client.RangeIterator
Type
com.google.gwt.user.client.ui.impl.RichTextAreaImplMozilla
Type com.google.gwt.user.client.ui.RichTextArea.Justification
Type
com.xxx.application.dashboard.client.model.value.DoubleValue
Type com.xxx.application.dashboard.client.Dashboard.2
Type java.util.AbstractMap.3
Type com.google.gwt.i18n.client.DateRecord
Type
com.xxx.application.dashboard.client.ui.editor.IntegerEditor
Type com.google.gwt.user.client.HistoryListener
Type
com.xxx.application.dashboard.client.model.type.BooleanType
Type
com.xxx.application.dashboard.client.ui.editor.DateEditor.ButtonSaveClickListener
Type com.google.gwt.user.client.ui.FastStringMap
Type com.google.gwt.user.client.ui.ToggleButton
Type com.google.gwt.junit.client.impl.StackTraceWrapper
Type com.google.gwt.user.client.ui.HasHTML
Type
com.google.gwt.user.client.ui.RichTextArea.BasicFormatter
Type com.google.gwt.user.client.ui.FlowPanel
Type com.google.gwt.user.client.ui.FocusListenerCollection
Type com.google.gwt.user.client.ui.VerticalSplitPanel.ImplIE6
Type com.google.gwt.junit.client.GWTTestCase
Type com.xxx.application.dashboard.client.model.type.Editable
Type com.xxx.application.dashboard.client.rpc.ServiceConstant
Type com.google.gwt.user.client.ui.FormPanel
Type
com.google.gwt.user.client.ui.DelegatingChangeListenerCollection
Type java.lang.NumberFormatException
Type com.google.gwt.lang.Cast
Type com.google.gwt.user.client.Element
Type java.lang.StringBuffer
Type com.google.gwt.user.client.ui.impl.FocusImplIE6
Type com.google.gwt.user.client.ui.VerticalSplitPanel
Type java.util.Comparator
Type com.google.gwt.user.client.ui.KeyboardListenerCollection
Type com.google.gwt.user.client.ui.LoadListener
Type com.google.gwt.user.client.ui.MouseWheelVelocity
Type java.util.EmptyStackException
Type java.lang.Short
Type com.google.gwt.user.client.ui.SourcesPopupEvents
Type com.xxx.application.dashboard.client.ui.Calendar.2
Type com.xxx.application.dashboard.client.ui.RollOverListener
Type java.util.EventListener
Type java.util.HashMap.1
Type
com.google.gwt.user.client.ui.impl.RichTextAreaImplStandard
Type com.google.gwt.i18n.client.Localizable
Type com.google.gwt.user.client.ui.CustomButton
Type com.google.gwt.user.client.ui.DisclosurePanel
Type com.google.gwt.user.client.ui.SourcesFocusEvents
Type com.google.gwt.user.client.ui.impl.TextBoxImpl
Type com.google.gwt.core.client.GWT.UncaughtExceptionHandler
Type
com.xxx.application.dashboard.client.ui.RollOverListenerCollection
Type java.io.Serializable
Type com.google.gwt.user.client.ui.impl.FocusImplOld
Type com.google.gwt.user.client.ui.VerticalSplitPanel.1
Type
com.google.gwt.user.client.ui.DelegatingFocusListenerCollection
Type
com.google.gwt.user.client.rpc.core.java.lang.String_CustomFieldSerializer
Type com.google.gwt.user.client.Timer
Type java.util.AbstractMap.1.2
Type java.lang.Character
Type com.xxx.application.dashboard.client.ui.ListTypeChooser
Type com.google.gwt.user.client.ui.PopupListenerCollection
Type
com.xxx.application.dashboard.client.ui.editor.Editor.ViewEditorAction
Type java.util.Date
Type
com.google.gwt.user.client.rpc.core.java.util.HashSet_CustomFieldSerializer
Type com.google.gwt.junit.client.Benchmark
Type com.xxx.application.dashboard.client.Dashboard.13.14
Type com.xxx.application.dashboard.client.Dashboard.9.10
Type com.google.gwt.user.client.ui.DisclosureHandler
Type com.google.gwt.user.client.ui.ListBox
Type com.google.gwt.user.client.ui.UIObject
Type java.lang.UnsupportedOperationException
Type
com.google.gwt.user.client.ui.Tree.ImagesFromImageBase.Prototype
Type com.google.gwt.user.client.ui.TabListenerCollection
Type com.google.gwt.user.client.WindowResizeListener
Type com.google.gwt.user.client.ui.WidgetIterators.1
Type com.google.gwt.user.client.ui.impl.ClippedImageImplIE6
Type java.util.MissingResourceException
Type com.xxx.application.dashboard.client.ui.RecordKeyChanger.
1
Type
com.xxx.application.dashboard.client.model.value.IntervalValue
Type
com.xxx.application.dashboard.client.model.type.IntegerType
Type
com.google.gwt.user.client.ui.HasVerticalAlignment.VerticalAlignmentConstant
Type com.google.gwt.user.client.ui.impl.FormPanelImpl
Type com.xxx.application.dashboard.client.Dashboard.15.16
Type com.google.gwt.user.client.Timer.1
Type java.util.Stack
Type
com.xxx.application.dashboard.client.model.value.IntegerValue
Type com.google.gwt.user.client.ui.SourcesTableEvents
Type java.lang.Long
Type com.google.gwt.user.client.ui.CheckBox
Type com.google.gwt.i18n.client.Dictionary
Type com.google.gwt.user.client.ui.TextBoxBase
Type com.google.gwt.user.client.Event
Type com.google.gwt.user.client.ui.SuggestOracle.Response
Field suggestions
Type java.lang.AssertionError
Type
com.google.gwt.user.client.ui.FlexTable.FlexCellFormatter
Type com.google.gwt.user.client.CommandExecutor.1
Type com.xxx.application.dashboard.client.ui.ListTypeChooser.
2
Type com.xxx.application.dashboard.client.Dashboard.5
Rebind result was com.google.gwt.junit.client.impl.JUnitHost_Proxy
Rebinding com.google.gwt.user.client.impl.HTTPRequestImpl


Checking rule <generate-with
class='com.google.gwt.junit.rebind.BenchmarkGenerator'/>
Checking if all subconditions are true (<all>)
<when-assignable
class='com.google.gwt.junit.client.Benchmark'/>

No, the requested type was not assignable
No: One or more subconditions was false
Rule did not match
Checking rule <generate-with
class='com.google.gwt.junit.rebind.JUnitTestCaseStubGenerator'/>


Checking if all subconditions are true (<all>)
<when-assignable

class='com.google.gwt.junit.client.GWTTestCase'/>
No, the requested type was not assignable
No: One or more subconditions was false
Rule did not match
Checking rule <replace-with
class='com.google.gwt.user.client.ui.VerticalSplitPanel.ImplIE6'/>


Checking if all subconditions are true (<all>)

<when-type-is
class='com.google.gwt.user.client.ui.VerticalSplitPanel.Impl'/>
Not an exact match
No: One or more subconditions was false
Rule did not match
Checking rule <replace-with
class='com.google.gwt.user.client.ui.HorizontalSplitPanel.ImplSafari'/


>
Checking if all subconditions are true (<all>)

<when-type-is
class='com.google.gwt.user.client.ui.HorizontalSplitPanel.Impl'/>
Not an exact match
No: One or more subconditions was false
Rule did not match
Checking rule <replace-with
class='com.google.gwt.user.client.ui.HorizontalSplitPanel.ImplIE6'/>


Checking if all subconditions are true (<all>)

<when-type-is
class='com.google.gwt.user.client.ui.HorizontalSplitPanel.Impl'/>
Not an exact match
No: One or more subconditions was false
Rule did not match
Checking rule <replace-with
class='com.google.gwt.user.client.ui.HorizontalSplitPanel.Impl'/>


Checking if all subconditions are true (<all>)

<when-type-is
class='com.google.gwt.user.client.ui.HorizontalSplitPanel.Impl'/>
Not an exact match
No: One or more subconditions was false
Rule did not match
Checking rule <replace-with
class='com.google.gwt.user.client.ui.impl.RichTextAreaImplOpera'/>


Checking if all subconditions are true (<all>)

<when-type-is
class='com.google.gwt.user.client.ui.impl.RichTextAreaImpl'/>
Not an exact match
No: One or more subconditions was false
Rule did not match
Checking rule <replace-with
class='com.google.gwt.user.client.ui.impl.RichTextAreaImplSafari'/>


Checking if all subconditions are true (<all>)

<when-type-is
class='com.google.gwt.user.client.ui.impl.RichTextAreaImpl'/>
Not an exact match
No: One or more subconditions was false
Rule did not match
Checking rule <replace-with
class='com.google.gwt.user.client.ui.impl.RichTextAreaImplMozilla'/>


Checking if all subconditions are true (<all>)

<when-type-is
class='com.google.gwt.user.client.ui.impl.RichTextAreaImpl'/>
Not an exact match
No: One or more subconditions was false
Rule did not match
Checking rule <replace-with
class='com.google.gwt.user.client.ui.impl.RichTextAreaImplIE6'/>


Checking if all subconditions are true (<all>)

<when-type-is
class='com.google.gwt.user.client.ui.impl.RichTextAreaImpl'/>
Not an exact match
No: One or more subconditions was false
Rule did not match
Checking rule <generate-with
class='com.google.gwt.i18n.rebind.LocalizableGenerator'/>


Checking if all subconditions are true (<all>)
<when-assignable

class='com.google.gwt.i18n.client.Localizable'/>
No, the requested type was not assignable
No: One or more subconditions was false
Rule did not match
Checking rule <generate-with
class='com.google.gwt.user.rebind.ui.ImageBundleGenerator'/>


Checking if all subconditions are true (<all>)
<when-assignable

class='com.google.gwt.user.client.ui.ImageBundle'/>
No, the requested type was not assignable
No: One or more subconditions was false
Rule did not match
Checking rule <replace-with
class='com.google.gwt.user.client.ui.impl.ClippedImageImplIE6'/>


Checking if all subconditions are true (<all>)

<when-type-is
class='com.google.gwt.user.client.ui.impl.ClippedImageImpl'/>
Not an exact match
No: One or more subconditions was false
Rule did not match
Checking rule <replace-with
class='com.google.gwt.user.client.ui.impl.FocusImplIE6'/>


Checking if all subconditions are true (<all>)

<when-type-is
class='com.google.gwt.user.client.ui.impl.FocusImpl'/>
Not an exact match
No: One or more subconditions was false
Rule did not match
Checking rule <replace-with
class='com.google.gwt.user.client.ui.impl.FocusImplSafari'/>


Checking if all subconditions are true (<all>)

<when-type-is
class='com.google.gwt.user.client.ui.impl.FocusImpl'/>
Not an exact match
No: One or more subconditions was false
Rule did not match
Checking rule <replace-with
class='com.google.gwt.user.client.ui.impl.FocusImplOld'/>


Checking if all subconditions are true (<all>)

<when-type-is
class='com.google.gwt.user.client.ui.impl.FocusImpl'/>
Not an exact match
No: One or more subconditions was false
Rule did not match
Checking rule <replace-with
class='com.google.gwt.user.client.ui.impl.TextBoxImplIE6'/>


Checking if all subconditions are true (<all>)

<when-type-is
class='com.google.gwt.user.client.ui.impl.TextBoxImpl'/>
Not an exact match
No: One or more subconditions was false
Rule did not match
Checking rule <replace-with
class='com.google.gwt.user.client.ui.impl.TextBoxImpl'/>


Checking if all subconditions are true (<all>)

<when-type-is
class='com.google.gwt.user.client.ui.impl.TextBoxImpl'/>
Not an exact match
No: One or more subconditions was false
Rule did not match
Checking rule <replace-with
class='com.google.gwt.user.client.ui.impl.FormPanelImplIE6'/>


Checking if all subconditions are true (<all>)

<when-type-is
class='com.google.gwt.user.client.ui.impl.FormPanelImpl'/>
Not an exact match
No: One or more subconditions was false
Rule did not match
Checking rule <replace-with
class='com.google.gwt.user.client.ui.impl.FormPanelImpl'/>


Checking if all subconditions are true (<all>)

<when-type-is
class='com.google.gwt.user.client.ui.impl.FormPanelImpl'/>
Not an exact match
No: One or more subconditions was false
Rule did not match
Checking rule <replace-with
class='com.google.gwt.user.client.ui.impl.PopupImplIE6'/>


Checking if all subconditions are true (<all>)

<when-type-is
class='com.google.gwt.user.client.ui.impl.PopupImpl'/>
Not an exact match
No: One or more subconditions was false
Rule did not match
Checking rule <replace-with
class='com.google.gwt.user.client.ui.impl.PopupImplMozilla'/>


Checking if all subconditions are true (<all>)

<when-type-is
class='com.google.gwt.user.client.ui.impl.PopupImpl'/>
Not an exact match
No: One or more subconditions was false
Rule did not match
Checking rule <replace-with
class='com.google.gwt.user.client.ui.impl.PopupImpl'/>


Checking if all subconditions are true (<all>)

<when-type-is
class='com.google.gwt.user.client.ui.impl.PopupImpl'/>
Not an exact match
No: One or more subconditions was false
Rule did not match
Checking rule <replace-with
class='com.google.gwt.user.client.impl.HistoryImplSafari'/>


Checking if all subconditions are true (<all>)

<when-type-is
class='com.google.gwt.user.client.impl.HistoryImpl'/>
Not an exact match
No: One or more subconditions was false
Rule did not match
Checking rule <replace-with
class='com.google.gwt.user.client.impl.HistoryImplIE6'/>


Checking if all subconditions are true (<all>)

<when-type-is
class='com.google.gwt.user.client.impl.HistoryImpl'/>
Not an exact match
No: One or more subconditions was false
Rule did not match
Checking rule <replace-with
class='com.google.gwt.user.client.impl.HistoryImplMozilla'/>


Checking if all subconditions are true (<all>)

<when-type-is
class='com.google.gwt.user.client.impl.HistoryImpl'/>
Not an exact match
No: One or more subconditions was false
Rule did not match
Checking rule <replace-with
class='com.google.gwt.user.client.impl.HistoryImplStandard'/>


Checking if all subconditions are true (<all>)

<when-type-is
class='com.google.gwt.user.client.impl.HistoryImpl'/>
Not an exact match
No: One or more subconditions was false
Rule did not match
Checking rule <replace-with
class='com.google.gwt.user.client.impl.DOMImplMozillaOld'/>


Checking if all subconditions are true (<all>)

<when-type-is class='com.google.gwt.user.client.impl.DOMImpl'/
>
Not an exact match
No: One or more subconditions was false
Rule did not match
Checking rule <replace-with
class='com.google.gwt.user.client.impl.DOMImplMozilla'/>


Checking if all subconditions are true (<all>)

<when-type-is class='com.google.gwt.user.client.impl.DOMImpl'/
>
Not an exact match
No: One or more subconditions was false
Rule did not match
Checking rule <replace-with
class='com.google.gwt.user.client.impl.DOMImplIE6'/>


Checking if all subconditions are true (<all>)

<when-type-is class='com.google.gwt.user.client.impl.DOMImpl'/
>
Not an exact match
No: One or more subconditions was false
Rule did not match
Checking rule <replace-with
class='com.google.gwt.user.client.impl.DOMImplSafari'/>


Checking if all subconditions are true (<all>)

<when-type-is class='com.google.gwt.user.client.impl.DOMImpl'/
>
Not an exact match
No: One or more subconditions was false
Rule did not match
Checking rule <replace-with
class='com.google.gwt.user.client.impl.DOMImplOpera'/>


Checking if all subconditions are true (<all>)

<when-type-is class='com.google.gwt.user.client.impl.DOMImpl'/
>
Not an exact match
No: One or more subconditions was false
Rule did not match
Checking rule <generate-with
class='com.google.gwt.user.rebind.rpc.ServiceInterfaceProxyGenerator'/


>
Checking if all subconditions are true (<all>)
<when-assignable

class='com.google.gwt.user.client.rpc.RemoteService'/>
No, the requested type was not assignable
No: One or more subconditions was false
Rule did not match
Checking rule <replace-with
class='com.google.gwt.user.client.impl.HTTPRequestImplIE6'/>


Checking if all subconditions are true (<all>)

<when-type-is
class='com.google.gwt.user.client.impl.HTTPRequestImpl'/>
Yes, the requested type was an exact match
<when-property-is name='user.agent' value='ie6'/>
Property value is 'ie6'
Yes, the property value matched


Yes: All subconditions were true
Rule was a match and will be used

Rebind result was
com.google.gwt.user.client.impl.HTTPRequestImplIE6
Request 3: http://localhost:2102/com.xxx.application.dashboard.Test/junithost
Request 4: http://localhost:2102/com.xxx.application.dashboard.Test/junithost

Here's the output WITHOUT the patch in my classpath :

Starting HTTP on port 0
Property 'catalina.base' not specified; checking for a standard
catalina base image instead
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-dev-windows.jar!/com/
google/gwt/dev/etc/tomcat/
Found conf/web.xml
Found webapps/ROOT/WEB-INF/web.xml
catalina.base = K:\dev\dashboard\tomcat
Starting tomcat server
Starting Servlet Engine: Apache Tomcat/5.0.28
XML validation disabled
Create Host deployer for direct deployment ( non-jmx )
Installing web application at context path from URL file:K:\dev
\dashboard\tomcat\webapps\ROOT
Adding attribute 'com.google.gwt.dev.shell.logger' to web app ''
Adding attribute 'com.google.gwt.dev.shell.outdir' to web app ''
Initializing Coyote HTTP/1.1 on http-0
Starting Coyote HTTP/1.1 on http-0

HTTP listening on port 2109
Request 0: http://localhost:2109/com.xxx.application.dashboard.Test/

Module location: file:/K:/dev/dashboard/bin/com/xxx/application/

Request 1: http://localhost:2109/com.xxx.application.dashboard.Test/com.xxx.application.dashboard.Test.nocache.js


The development shell servlet received a request for
'com.xxx.application.dashboard.Test.nocache.js' in module
'com.xxx.application.dashboard.Test'
Generating an html selection script for module
com.xxx.application.dashboard.Test

Request 2: http://localhost:2109/com.xxx.application.dashboard.Test/hosted.html

Type java.util.AbstractMap
Type com.google.gwt.user.client.ui.TabPanel.UnmodifiableTabBar
Type com.google.gwt.user.client.ui.impl.FormPanelImplHost
Type java.lang.RuntimeException
Type com.google.gwt.user.client.ui.SourcesScrollEvents
Type com.google.gwt.user.client.ui.SourcesTabEvents
Type com.google.gwt.user.client.ui.HasVerticalAlignment
Type
com.google.gwt.i18n.client.constants.CurrencyCodeMapConstants
Type java.lang.System
Type com.google.gwt.user.client.ui.MenuBar.1
Type java.util.Comparators.1
Type com.google.gwt.user.client.ui.Image
Type java.lang.Throwable
Type com.xxx.application.dashboard.client.model.value.ListValue
Field mListValue
Type com.xxx.application.dashboard.client.model.type.ListType
Type com.google.gwt.user.client.ui.HTMLTable.CellFormatter
Type com.xxx.application.dashboard.client.ui.editor.RecordEditor
Type com.google.gwt.junit.client.Operator
Type com.google.gwt.user.client.ui.impl.PopupImplMozilla.1
Type com.google.gwt.user.client.ui.PushButton
Type
com.xxx.application.dashboard.client.model.value.StringValue
Type java.util.Vector
Type java.util.NoSuchElementException
Type java.util.Set
Type com.google.gwt.user.client.ui.impl.SuggestPickerImpl
Type com.google.gwt.user.client.ui.SourcesMouseWheelEvents
Type com.google.gwt.user.client.ui.SplitPanel
Type com.google.gwt.user.client.ui.TreeItem.ContentPanel
Type
com.xxx.application.dashboard.client.ui.editor.BooleanEditor
Type com.google.gwt.user.client.ui.DeckPanel
Type java.io.OutputStream
Type com.google.gwt.junit.client.Range
Type com.google.gwt.user.client.ui.Frame
Type com.xxx.application.dashboard.client.model.type.Type
Type com.google.gwt.user.client.ui.MouseListenerCollection
Type
com.xxx.application.dashboard.client.ui.editor.Editor.ValueChangeAction
Type com.xxx.application.dashboard.client.ui.editor.RecordEditor.
1
Type com.google.gwt.user.client.ui.FlexTable
Type com.google.gwt.user.client.ui.AbsolutePanel
Type com.google.gwt.user.client.ui.MenuBar
Type com.google.gwt.i18n.client.constants.NumberConstants
Type com.google.gwt.user.client.ui.impl.AbstractItemPickerImpl
Type com.xxx.application.dashboard.client.Dashboard.11
Type com.google.gwt.user.client.ui.FocusPanel
Type
com.google.gwt.user.client.ui.DelegatingClickListenerCollection
Type com.google.gwt.user.client.ui.FastStringMap.ImplMapEntry
Type com.xxx.application.dashboard.client.model.type.DoubleType
Type java.lang.Comparable
Type com.google.gwt.user.client.ui.HasName
Type com.google.gwt.user.client.ui.HorizontalSplitPanel
Type com.google.gwt.user.client.impl.HistoryImplStandard
Type java.util.ArrayList
Type com.google.gwt.user.client.rpc.SerializableException
Type com.google.gwt.user.client.WindowCloseListener
Type java.util.Map
Type com.google.gwt.user.client.ui.impl.RichTextAreaImplSafari
Type com.google.gwt.core.client.GWT
Type com.xxx.application.dashboard.client.Dashboard.19
Type com.google.gwt.user.client.Cookies
Type junit.framework.TestCase
Type java.lang.Class
Type
com.google.gwt.user.client.rpc.core.java.util.Date_CustomFieldSerializer
Type com.google.gwt.i18n.client.DateTimeFormat.PatternPart
Type com.google.gwt.user.client.ui.FiresFormEvents
Type com.google.gwt.user.client.CommandCanceledException
Type com.google.gwt.user.client.ui.SuggestBox.3
Type com.google.gwt.junit.client.TimeoutException
Type com.google.gwt.junit.client.impl.GWTTestCaseImpl
Type com.google.gwt.user.client.CommandExecutor.2
Type com.google.gwt.user.client.IncrementalCommand
Type java.util.Arrays
Type
com.google.gwt.user.client.rpc.core.java.lang.Byte_CustomFieldSerializer
Type com.google.gwt.user.client.impl.DOMImpl
Type java.io.FilterOutputStream
Type com.google.gwt.user.client.impl.HTTPRequestImplIE6
Type com.xxx.application.dashboard.client.ui.editor.TimeEditor
Type com.google.gwt.user.client.ui.HasFocus
Type com.xxx.application.dashboard.client.model.type.TimeType
Type com.google.gwt.user.client.DeferredCommand
Type com.google.gwt.user.client.ui.impl.TextBoxImplIE6
Type com.google.gwt.user.client.impl.HistoryImpl
Type com.xxx.application.dashboard.client.ui.editor.DateEditor
Type java.util.Map.Entry
Type com.xxx.application.dashboard.client.ui.RecordTypeChooser.2
Type java.lang.Exception
Type com.google.gwt.user.client.ui.FileUpload
Type
com.xxx.application.dashboard.client.ui.editor.StringEditor.ButtonResetClickListener
Type com.google.gwt.user.client.ui.VerticalPanel
Type
com.google.gwt.user.client.rpc.core.java.util.HashMap_CustomFieldSerializer
Type
com.xxx.application.dashboard.client.ui.Calendar.DayLinkClickListener
Type com.google.gwt.user.client.ui.ChangeListenerCollection
Type com.xxx.application.dashboard.client.ui.editor.ListEditor.1
Type com.xxx.application.dashboard.client.model.value.DateValue
Type com.google.gwt.user.client.ui.PopupListener
Type
com.xxx.application.dashboard.client.ui.editor.DateEditor.TextBoxKeyboardListener
Type
com.google.gwt.user.client.rpc.core.java.lang.Object_Array_CustomFieldSerializer
Type java.util.AbstractCollection
Type com.google.gwt.user.client.ui.FormSubmitEvent
Type com.google.gwt.junit.client.TestResults
Field trials
Type java.util.AbstractList.IteratorImpl
Type java.lang.Double
Type
com.xxx.application.dashboard.client.ui.editor.RecordEditor.DeleteLineAction
Type com.google.gwt.user.client.ui.TableListenerCollection
Type com.google.gwt.user.client.ui.RootPanel
Type
com.xxx.application.dashboard.client.ui.editor.RecordEditor.KeyChangerPopupClosedListener
Type com.xxx.application.dashboard.client.Dashboard.3
Type com.xxx.application.dashboard.client.Dashboard.5.6
Type com.google.gwt.user.client.ui.RadioButton
Type com.google.gwt.user.client.ui.SuggestOracle.Suggestion
Type java.util.HashMap.EntryImpl
Type com.google.gwt.user.client.ui.TabListener
Type com.google.gwt.user.client.ui.HasKeyPreview
Type com.google.gwt.user.client.ui.SourcesKeyboardEvents
Type com.google.gwt.user.client.ui.CellPanel
Type com.google.gwt.user.client.ui.SuggestOracle.Callback
Type com.xxx.application.dashboard.client.model.type.DateType
Type com.xxx.application.dashboard.client.Dashboard.19.20
Type
com.google.gwt.user.client.rpc.core.java.lang.Integer_CustomFieldSerializer
Type com.xxx.application.dashboard.client.model.type.RecordType
Type com.google.gwt.user.client.ui.TreeImages
Type
com.xxx.application.dashboard.client.ui.editor.ListEditor.TypeChooserPopupClosedListener
Type com.google.gwt.i18n.client.Messages
Type
com.google.gwt.junit.client.impl.PermutationIterator.ListRange
Type com.google.gwt.user.client.ui.MouseListenerAdapter
Type com.google.gwt.user.client.ui.HasHorizontalAlignment
Type com.google.gwt.user.client.ui.DisclosureEvent
Type com.xxx.application.dashboard.client.ui.editor.Editor
Type com.google.gwt.user.client.rpc.SerializationStreamWriter
Type
com.google.gwt.user.client.ui.RichTextArea.ExtendedFormatter
Type java.util.List
Type com.google.gwt.user.client.impl.DOMImplSafari
Type com.google.gwt.user.client.ui.DockPanel
Type com.google.gwt.user.client.ui.ScrollPanel
Type com.google.gwt.user.client.ui.RichTextArea
Type com.google.gwt.user.client.ui.FocusListener
Type java.lang.Number
Type com.google.gwt.user.client.ui.TabPanel.TabbedDeckPanel
Type com.xxx.application.dashboard.client.model.type.StringType
Type com.google.gwt.user.client.ui.SimplePanel
Type com.google.gwt.user.client.ui.CustomButton.Face
Type java.lang.IllegalArgumentException
Type
com.google.gwt.user.client.ui.HasHorizontalAlignment.HorizontalAlignmentConstant
Type com.google.gwt.user.client.ui.Image.State
Type com.xxx.application.dashboard.client.Dashboard.4
Type com.google.gwt.i18n.client.constants.DateTimeConstants
Type
com.xxx.application.dashboard.client.ui.editor.BooleanEditor.ButtonSaveClickListener
Type com.xxx.application.dashboard.client.Dashboard
Type com.google.gwt.user.client.ui.PasswordTextBox
Type com.google.gwt.user.client.ui.FormHandler
Type com.google.gwt.user.client.rpc.AsyncCallback
Type com.google.gwt.user.client.impl.HistoryImplIE6
Type com.google.gwt.user.client.ui.Tree
Type com.google.gwt.user.client.ui.RichTextArea.FontSize
Type com.xxx.application.dashboard.client.model.value.Value
Type com.google.gwt.user.client.ui.WidgetCollection
Type
com.google.gwt.user.client.rpc.core.java.lang.Float_CustomFieldSerializer
Type com.google.gwt.user.client.ui.impl.FormPanelImplIE6
Type com.google.gwt.user.client.ui.impl.PopupImpl
Type
com.google.gwt.user.client.ui.HTMLTable.WidgetMapper.FreeNode
Type junit.framework.AssertionFailedError
Type com.xxx.application.dashboard.client.Dashboard.17.18
Type
com.xxx.application.dashboard.client.rpc.ParameterServiceAsync
Type com.google.gwt.user.client.rpc.IsSerializable
Type com.google.gwt.user.client.ui.impl.RichTextAreaImplOpera
Type com.google.gwt.user.client.ui.SuggestBox.1
Type java.util.AbstractMap.3.4
Type java.lang.CharSequence
Type com.google.gwt.user.client.ui.SourcesChangeEvents
Type com.google.gwt.user.client.ui.RootPanel.1
Type com.google.gwt.user.client.ui.LoadListenerCollection
Type
com.google.gwt.user.client.ui.WidgetCollection.WidgetIterator
Type java.lang.NegativeArraySizeException
Type com.google.gwt.user.client.ui.impl.ItemPickerDropDownImpl
Type
com.google.gwt.user.client.rpc.core.java.lang.Boolean_CustomFieldSerializer
Type com.google.gwt.user.client.ui.HorizontalSplitPanel.ImplIE6
Type com.google.gwt.user.client.ui.DisclosurePanel.DefaultHeader
Type junit.framework.Test
Type com.google.gwt.user.client.ui.TextBoxBase.TextAlignConstant
Type java.lang.String
Type
com.google.gwt.i18n.client.impl.ConstantMap.OrderedConstantSet
Type com.google.gwt.user.client.ui.impl.PopupImplIE6
Type
com.xxx.application.dashboard.client.Dashboard.ViewEditorAction
Type com.google.gwt.user.client.ui.SourcesTreeEvents
Type
com.google.gwt.user.client.rpc.core.java.lang.char_Array_CustomFieldSerializer
Type com.google.gwt.user.client.rpc.SerializationException
Type com.google.gwt.user.client.ui.Button
Type java.util.HashMap
Type com.google.gwt.user.client.ui.ScrollListener
Type com.google.gwt.user.client.ui.VerticalSplitPanel.Impl
Type
com.xxx.application.dashboard.client.ui.editor.TimeEditor.ButtonSaveClickListener
Type
com.google.gwt.user.client.rpc.core.java.lang.long_Array_CustomFieldSerializer
Type com.google.gwt.user.client.rpc.impl.Serializer
Type com.xxx.application.dashboard.client.Dashboard.15
Type com.xxx.application.dashboard.client.model.value.TimeValue
Type java.lang.Boolean
Type java.lang.Object
Type com.xxx.application.dashboard.client.model.DateCustom
Type com.google.gwt.user.client.ui.SimplePanel.1
Type
com.xxx.application.dashboard.client.ui.editor.TimeEditor.TextBoxKeyboardListener
Type com.google.gwt.user.client.ui.TreeItem
Type com.google.gwt.core.client.Impl
Type com.google.gwt.user.client.rpc.InvocationException
Type com.google.gwt.user.client.ui.TreeListener
Type
com.google.gwt.user.client.ui.DelegatingKeyboardListenerCollection
Type com.xxx.application.dashboard.client.ui.RollOverFlexTable
Type com.xxx.application.dashboard.client.Dashboard.21.22
Type com.google.gwt.user.client.ui.HasWordWrap
Type
com.xxx.application.dashboard.client.ui.editor.IntegerEditor.ButtonResetClickListener
Type
com.xxx.application.dashboard.client.ui.Calendar.ButtonCloseClickListener
Type com.google.gwt.user.client.ui.DockPanel.DockLayoutConstant
Type com.google.gwt.user.client.ui.DisclosurePanelImages
Type com.google.gwt.user.client.ui.FocusListenerAdapter
Type com.google.gwt.junit.client.Category
Type com.google.gwt.user.client.ui.HorizontalSplitPanel.Impl
Type com.google.gwt.user.client.ResponseTextHandler
Type java.util.HashSet
Type
com.google.gwt.user.client.rpc.impl.ClientSerializationStreamReader
Type java.util.RandomAccess
Type com.google.gwt.user.client.impl.DOMImplMozilla
Type com.google.gwt.user.client.ui.SuggestOracle
Type com.google.gwt.junit.client.Trial
Field variables
Type com.google.gwt.user.client.ui.impl.FocusImpl
Type com.google.gwt.user.client.ui.SourcesClickEvents
Type com.google.gwt.user.client.ui.PopupPanel
Type
com.xxx.application.dashboard.client.ui.editor.DoubleEditor.ButtonResetClickListener
Type
com.xxx.application.dashboard.client.ui.editor.BooleanEditor.ButtonResetClickListener
Type java.lang.Error
Type
com.xxx.application.dashboard.client.model.type.IntervalType
Type java.util.AbstractSet
Type
com.xxx.application.dashboard.client.ui.editor.DateEditor.ShowCalendarClickListener
Type com.google.gwt.user.client.ui.impl.RichTextAreaImpl
Type com.xxx.application.dashboard.client.Dashboard.17
Type com.google.gwt.i18n.client.impl.ConstantMap
Type
com.xxx.application.dashboard.client.ui.editor.DateEditor.CalendarValueChangeListener
Type java.lang.StackTraceElement
Type com.google.gwt.user.client.ui.Image.ClippedState.1
Type
com.google.gwt.user.client.IncrementalCommandCanceledException
Type com.google.gwt.user.client.impl.HistoryImplSafari
Type
com.xxx.application.dashboard.client.ui.editor.IntervalEditor
Type com.google.gwt.user.client.ui.FocusWidget
Type com.google.gwt.core.client.EntryPoint
Type java.util.Iterator
Type
com.google.gwt.i18n.client.impl.ConstantMap.OrderedConstantSet.ImmutableIterator
Type com.xxx.application.dashboard.client.model.Application
Type com.google.gwt.user.client.ui.Hidden
Type com.google.gwt.user.client.ui.CustomButton.1
Type com.google.gwt.user.client.impl.HTTPRequestImpl
Type com.google.gwt.user.client.ui.HTMLTable.RowFormatter
Type com.google.gwt.user.client.Command
Type java.util.TooManyListenersException
Type com.google.gwt.user.client.Window
Type com.google.gwt.user.client.ui.impl.RichTextAreaImplIE6
Type
com.google.gwt.user.client.rpc.core.java.lang.boolean_Array_CustomFieldSerializer
Type com.xxx.application.dashboard.client.ui.ListTypeChooser.1
Type com.xxx.application.dashboard.client.model.TimeCustom
Type com.google.gwt.user.client.ui.impl.ClippedImagePrototype
Type com.google.gwt.user.client.ui.impl.ItemPickerDropDownImpl.1
Type com.google.gwt.user.client.ui.FastStringMap.3
Type com.google.gwt.user.client.ui.KeyboardListener
Type com.xxx.application.dashboard.client.Dashboard.21
Type java.lang.IllegalStateException
Type com.google.gwt.user.client.HTTPRequest
Type
com.google.gwt.user.client.rpc.core.java.lang.Short_CustomFieldSerializer
Type
com.xxx.application.dashboard.client.ui.editor.Editor.RollOverAction
Type com.google.gwt.user.client.ui.DockPanel.LayoutData
Type com.google.gwt.user.client.ui.Tree.ImagesFromImageBase
Type com.google.gwt.user.client.ui.HTMLTable.ColumnFormatter
Type com.xxx.application.dashboard.client.ui.RecordKeyChanger
Type
com.google.gwt.user.client.rpc.core.java.lang.Long_CustomFieldSerializer
Type com.google.gwt.user.client.ui.impl.ClippedImageImpl
Type com.google.gwt.user.client.Random
Type com.google.gwt.junit.client.impl.PermutationIterator
Type
com.google.gwt.user.client.rpc.core.java.lang.int_Array_CustomFieldSerializer
Type java.lang.ClassCastException
Type com.google.gwt.user.client.ui.HasCaption
Type com.google.gwt.user.client.ui.MouseWheelListenerCollection
Type com.google.gwt.user.client.ui.SourcesMouseEvents
Type java.util.Comparators
Type java.lang.Math
Type com.google.gwt.user.client.ui.DockPanel.TmpRow
Type java.lang.NullPointerException
Type com.google.gwt.user.client.ui.Label
Type
com.xxx.application.dashboard.client.ui.editor.IntegerEditor.ButtonSaveClickListener
Type com.google.gwt.user.client.ui.ScrollListenerCollection
Type com.xxx.application.dashboard.client.Dashboard.7.8
Type com.google.gwt.user.client.ui.HasAlignment
Type com.google.gwt.user.client.ui.TabBar.ClickDecoratorPanel
Type
com.google.gwt.user.client.rpc.ServiceDefTarget.NoServiceEntryPointSpecifiedException
Type com.google.gwt.user.client.ui.Panel
Type java.util.Collection
Type com.google.gwt.junit.client.impl.ExceptionWrapper
Type com.google.gwt.user.client.rpc.SerializationStreamReader
Type
com.google.gwt.user.client.rpc.core.java.lang.float_Array_CustomFieldSerializer
Type com.xxx.application.dashboard.client.Dashboard.13
Type
com.google.gwt.user.client.rpc.core.java.lang.byte_Array_CustomFieldSerializer
Type com.google.gwt.user.client.History
Type com.xxx.application.dashboard.client.model.Parameter
Type
com.xxx.application.dashboard.client.model.value.ValueChangeListenerCollection
Type com.google.gwt.user.client.impl.HistoryImplFrame
Type
com.google.gwt.user.client.rpc.core.java.util.Vector_CustomFieldSerializer
Type
com.xxx.application.dashboard.client.ui.editor.ListEditor.DeleteLineAction
Type
com.google.gwt.user.client.rpc.impl.ClientSerializationStreamWriter
Type com.google.gwt.user.client.ui.PrefixTree.PrefixTreeIterator
Type
com.xxx.application.dashboard.client.model.value.BooleanValue
Type com.google.gwt.user.client.ui.TreeListenerCollection
Type
com.google.gwt.user.client.ui.HorizontalSplitPanel.ImplSafari
Type com.google.gwt.user.client.ui.TextBox
Type com.xxx.application.dashboard.client.ui.editor.DoubleEditor
Type com.xxx.application.dashboard.client.ui.editor.StringEditor
Type com.google.gwt.user.client.ui.SourcesLoadEvents
Type java.util.AbstractMap.1
Type
com.xxx.application.dashboard.client.model.value.RecordValue
Field mRecordValue
Type com.google.gwt.user.client.ui.ClickListener
Type
com.google.gwt.user.client.rpc.core.java.lang.double_Array_CustomFieldSerializer
Type com.google.gwt.user.client.ui.KeyboardListenerAdapter
Type com.google.gwt.user.client.ui.DialogBox
Type com.google.gwt.user.client.ui.Hyperlink
Type com.google.gwt.user.client.ui.TabBar
Type java.io.PrintStream
Type com.google.gwt.user.client.ui.Grid
Type com.google.gwt.user.client.ui.TableListener
Type com.google.gwt.user.client.ui.HorizontalSplitPanel.1
Type com.google.gwt.user.client.ui.NamedFrame
Type
com.google.gwt.junit.client.impl.PermutationIterator.Permutation
Type com.google.gwt.user.client.ui.AbstractImagePrototype
Type com.google.gwt.user.client.ui.HTMLTable.WidgetMapper.1
Type com.google.gwt.user.client.ui.HTML
Type java.util.AbstractList.ListIteratorImpl
Type com.xxx.application.dashboard.client.ui.RecordTypeChooser
Type
com.xxx.application.dashboard.client.ui.editor.DoubleEditor.ButtonSaveClickListener
Type com.google.gwt.user.client.ui.HTMLTable.WidgetMapper
Type java.lang.Cloneable
Type java.lang.IndexOutOfBoundsException
Type
com.google.gwt.user.client.ui.MultiWordSuggestOracle.MultiWordSuggestion
Type com.google.gwt.user.client.ui.FormHandlerCollection
Type com.google.gwt.i18n.client.ConstantsWithLookup
Type com.google.gwt.i18n.client.DateTimeFormat
Type com.google.gwt.user.client.rpc.RemoteService
Type com.google.gwt.lang.Exceptions
Type com.google.gwt.user.client.ui.HTMLTable
Type com.google.gwt.user.client.ui.Widget
Type
com.google.gwt.user.client.rpc.impl.AbstractSerializationStreamReader
Type java.lang.Byte
Type java.util.EventObject
Type
com.xxx.application.dashboard.client.ui.editor.RecordEditor.TypeChooserPopupClosedListener
Type com.google.gwt.user.client.ui.HTMLPanel
Type com.xxx.application.dashboard.client.Dashboard.11.12
Type com.google.gwt.user.client.ui.MouseListener
Type java.lang.ArrayStoreException
Type com.google.gwt.junit.client.impl.JUnitHostAsync
Type com.xxx.application.dashboard.client.model.Category
Field mParamList
Type com.google.gwt.user.client.ui.impl.FocusImplSafari
Type
com.google.gwt.user.client.ui.impl.AbstractItemPickerImpl.Item
Type com.google.gwt.user.client.ui.IndexedPanel
Type com.google.gwt.core.client.JavaScriptObject
Type com.google.gwt.user.client.CommandExecutor
Type com.google.gwt.junit.client.impl.StackTraceWrapper
Type java.util.ConcurrentModificationException
Type
com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException
Type com.google.gwt.core.client.JavaScriptException
Type com.google.gwt.user.client.ui.Composite
Type
com.xxx.application.dashboard.client.model.value.ValueChangeListener
Type com.google.gwt.user.client.EventListener
Type com.google.gwt.junit.client.IntRange.IntRangeIterator
Type java.lang.StringIndexOutOfBoundsException
Type com.google.gwt.user.client.ui.MenuItem
Type com.xxx.application.dashboard.client.ui.Calendar
Type com.google.gwt.user.client.ui.impl.PopupImplMozilla
Type com.google.gwt.junit.client.IntRange
Type com.google.gwt.i18n.client.Constants
Type com.google.gwt.user.client.ui.Tree.1
Type com.google.gwt.user.client.ui.FormSubmitCompleteEvent
Type java.util.AbstractList
Type com.google.gwt.user.client.ui.FormPanel.1
Type com.google.gwt.user.client.ui.FastStringMap.1.2
Type com.google.gwt.user.client.ui.WidgetIterators
Type com.google.gwt.user.client.ui.SuggestBox.2
Type com.xxx.application.dashboard.client.ui.editor.ListEditor
Type
com.google.gwt.user.client.rpc.core.java.lang.short_Array_CustomFieldSerializer
Type java.lang.Float
Type com.google.gwt.user.client.impl.DOMImplIE6
Type com.xxx.application.dashboard.client.ui.Calendar.1
Type com.google.gwt.user.client.ui.TabPanel
Type
com.google.gwt.user.client.rpc.core.java.util.ArrayList_CustomFieldSerializer
Type com.google.gwt.user.client.CommandExecutor.CircularIterator
Type com.google.gwt.lang.Array
Type com.xxx.application.dashboard.client.Dashboard.7
Type com.google.gwt.user.client.ui.HasText
Type com.google.gwt.user.client.ui.ImageBundle


Type com.xxx.application.dashboard.client.rpc.ParameterService
Method public abstract java.util.List getCategoryList()
Method public abstract java.util.List getApplicationList()
Type

com.xxx.application.dashboard.client.ui.RecordTypeChooser.TypeSelectedIndexChanged
Type
com.xxx.application.dashboard.client.Dashboard.RollOverAction
Type java.util.ListIterator
Type com.xxx.application.dashboard.client.Dashboard.9
Type com.google.gwt.user.client.ui.MouseWheelListener
Type com.google.gwt.user.client.ui.ChangeListener
Type com.google.gwt.user.client.ui.MultiWordSuggestOracle
Type com.google.gwt.user.client.DOM
Type com.xxx.application.dashboard.client.Dashboard.1
Type java.util.Collections
Type com.google.gwt.user.client.ui.FastStringMap.1
Type com.xxx.application.dashboard.client.ui.RecordTypeChooser.1
Type
com.xxx.application.dashboard.client.Dashboard.ValueChangedAction
Type com.google.gwt.user.client.ui.ComplexPanel
Type com.google.gwt.i18n.client.impl.ConstantMap.DummyMapEntry
Type com.xxx.application.dashboard.client.ui.RecordKeyChanger.2
Type
com.google.gwt.user.client.rpc.impl.AbstractSerializationStream
Type com.google.gwt.user.client.ui.HorizontalPanel
Type com.google.gwt.user.client.impl.DOMImplStandard
Type java.lang.Integer
Type com.google.gwt.i18n.client.NumberFormat
Type java.util.HashMap.EntrySetImplIterator
Type com.google.gwt.user.client.ui.HasWidgets
Type com.google.gwt.user.client.impl.HistoryImplMozilla
Type
com.google.gwt.user.client.ui.DisclosurePanel.ClickableHeader
Type
com.google.gwt.junit.client.impl.GWTTestCaseImpl.JUnitHostListener
Type com.google.gwt.user.client.ui.SuggestOracle.Request
Type com.xxx.application.dashboard.client.ui.Calendar.3
Type junit.framework.Assert
Type
com.xxx.application.dashboard.client.ui.editor.StringEditor.ButtonSaveClickListener
Type com.xxx.application.dashboard.client.BenchmarkTests
Type
com.google.gwt.user.client.rpc.core.java.lang.Character_CustomFieldSerializer
Type com.google.gwt.user.client.ui.SuggestBox
Type
com.xxx.application.dashboard.client.ui.editor.RecordEditor.ChangeKeyAction
Type com.google.gwt.user.client.ui.Image.ClippedState
Type com.google.gwt.user.client.ui.PrefixTree
Type com.google.gwt.junit.client.impl.GWTTestCaseImpl.KillTimer
Type
com.xxx.application.dashboard.client.ui.editor.DateEditor.ButtonResetClickListener
Type
com.xxx.application.dashboard.client.ui.editor.IntegerEditor.TextBoxKeyboardListener
Type com.google.gwt.user.client.ui.StackPanel
Type com.google.gwt.user.client.impl.DOMImplMozillaOld
Type com.google.gwt.user.client.ui.Image.UnclippedState
Type
com.xxx.application.dashboard.client.ui.editor.DoubleEditor.TextBoxKeyboardListener
Type com.google.gwt.user.client.rpc.ServiceDefTarget
Type com.google.gwt.user.client.ui.ButtonBase
Type com.google.gwt.user.client.ui.TextArea
Type com.google.gwt.user.client.EventPreview
Type com.google.gwt.user.client.impl.DOMImplOpera
Type com.google.gwt.user.client.ui.ClickListenerCollection
Type
com.xxx.application.dashboard.client.ui.editor.TimeEditor.ButtonResetClickListener
Type
com.google.gwt.user.client.rpc.core.java.lang.Double_CustomFieldSerializer
Type
com.google.gwt.user.client.rpc.impl.AbstractSerializationStreamWriter
Type com.google.gwt.junit.client.impl.JUnitHost
Type com.google.gwt.user.client.ui.FiresDisclosureEvents
Type com.google.gwt.junit.client.RangeIterator
Type com.google.gwt.user.client.ui.impl.RichTextAreaImplMozilla
Type com.google.gwt.user.client.ui.RichTextArea.Justification
Type
com.xxx.application.dashboard.client.model.value.DoubleValue
Type com.xxx.application.dashboard.client.Dashboard.2
Type java.util.AbstractMap.3
Type com.google.gwt.i18n.client.DateRecord
Type
com.xxx.application.dashboard.client.ui.editor.IntegerEditor
Type com.google.gwt.user.client.HistoryListener
Type com.xxx.application.dashboard.client.model.type.BooleanType
Type
com.xxx.application.dashboard.client.ui.editor.DateEditor.ButtonSaveClickListener
Type com.google.gwt.user.client.ui.FastStringMap
Type com.google.gwt.user.client.ui.ToggleButton
Type com.google.gwt.user.client.ui.HasHTML
Type com.google.gwt.user.client.ui.RichTextArea.BasicFormatter
Type com.google.gwt.user.client.ui.FlowPanel
Type com.google.gwt.user.client.ui.FocusListenerCollection
Type com.google.gwt.user.client.ui.VerticalSplitPanel.ImplIE6
Type com.google.gwt.junit.client.GWTTestCase
Type com.xxx.application.dashboard.client.model.type.Editable
Type com.xxx.application.dashboard.client.rpc.ServiceConstant
Type com.google.gwt.user.client.ui.FormPanel
Type
com.google.gwt.user.client.ui.DelegatingChangeListenerCollection
Type java.lang.NumberFormatException
Type com.google.gwt.lang.Cast
Type com.google.gwt.user.client.Element
Type java.lang.StringBuffer
Type com.google.gwt.user.client.ui.impl.FocusImplIE6
Type com.google.gwt.user.client.ui.VerticalSplitPanel
Type java.util.Comparator
Type com.google.gwt.user.client.ui.KeyboardListenerCollection
Type com.google.gwt.user.client.ui.LoadListener
Type com.google.gwt.user.client.ui.MouseWheelVelocity
Type java.util.EmptyStackException
Type java.lang.Short
Type com.google.gwt.user.client.ui.SourcesPopupEvents
Type com.xxx.application.dashboard.client.ui.Calendar.2
Type com.xxx.application.dashboard.client.ui.RollOverListener
Type java.util.EventListener
Type java.util.HashMap.1
Type com.google.gwt.user.client.ui.impl.RichTextAreaImplStandard
Type com.google.gwt.i18n.client.Localizable
Type com.google.gwt.user.client.ui.CustomButton
Type com.google.gwt.user.client.ui.DisclosurePanel
Type com.google.gwt.user.client.ui.SourcesFocusEvents
Type com.google.gwt.user.client.ui.impl.TextBoxImpl
Type com.google.gwt.core.client.GWT.UncaughtExceptionHandler
Type
com.xxx.application.dashboard.client.ui.RollOverListenerCollection
Type java.io.Serializable
Type com.google.gwt.user.client.ui.impl.FocusImplOld
Type com.google.gwt.user.client.ui.VerticalSplitPanel.1
Type
com.google.gwt.user.client.ui.DelegatingFocusListenerCollection
Type
com.google.gwt.user.client.rpc.core.java.lang.String_CustomFieldSerializer
Type com.google.gwt.user.client.Timer
Type java.util.AbstractMap.1.2
Type java.lang.Character
Type com.xxx.application.dashboard.client.ui.ListTypeChooser
Type com.google.gwt.user.client.ui.PopupListenerCollection
Type
com.xxx.application.dashboard.client.ui.editor.Editor.ViewEditorAction
Type java.util.Date
Type
com.google.gwt.user.client.rpc.core.java.util.HashSet_CustomFieldSerializer
Type com.google.gwt.junit.client.Benchmark
Type com.xxx.application.dashboard.client.Dashboard.13.14
Type com.xxx.application.dashboard.client.Dashboard.9.10
Type com.google.gwt.user.client.ui.DisclosureHandler
Type com.google.gwt.user.client.ui.ListBox
Type com.google.gwt.user.client.ui.UIObject
Type java.lang.UnsupportedOperationException
Type
com.google.gwt.user.client.ui.Tree.ImagesFromImageBase.Prototype
Type com.google.gwt.user.client.ui.TabListenerCollection
Type com.google.gwt.user.client.WindowResizeListener
Type com.google.gwt.user.client.ui.WidgetIterators.1
Type com.google.gwt.user.client.ui.impl.ClippedImageImplIE6
Type java.util.MissingResourceException
Type com.xxx.application.dashboard.client.ui.RecordKeyChanger.1
Type
com.xxx.application.dashboard.client.model.value.IntervalValue
Type com.xxx.application.dashboard.client.model.type.IntegerType
Type
com.google.gwt.user.client.ui.HasVerticalAlignment.VerticalAlignmentConstant
Type com.google.gwt.user.client.ui.impl.FormPanelImpl
Type com.xxx.application.dashboard.client.Dashboard.15.16
Type com.google.gwt.user.client.Timer.1
Type java.util.Stack
Type
com.xxx.application.dashboard.client.model.value.IntegerValue
Type com.google.gwt.user.client.ui.SourcesTableEvents
Type java.lang.Long
Type com.google.gwt.user.client.ui.CheckBox
Type com.google.gwt.i18n.client.Dictionary
Type com.google.gwt.user.client.ui.TextBoxBase
Type com.google.gwt.user.client.Event
Type com.google.gwt.user.client.ui.SuggestOracle.Response
Field suggestions
Type java.lang.AssertionError
Type com.google.gwt.user.client.ui.FlexTable.FlexCellFormatter
Type com.google.gwt.user.client.CommandExecutor.1
Type com.xxx.application.dashboard.client.ui.ListTypeChooser.2
Type com.xxx.application.dashboard.client.Dashboard.5
Finished in 4816 ms


Finding entry point classes
The following compilation units have changed since the last
compilation to bytecode
Rebinding com.xxx.application.dashboard.client.BenchmarkTests
Checking rule <generate-with
class='com.google.gwt.junit.rebind.BenchmarkGenerator'/>
Checking if all subconditions are true (<all>)
<when-assignable
class='com.google.gwt.junit.client.Benchmark'/>
Yes, the requested type was assignable
Yes: All subconditions were true
Rule was a match and will be used
Invoking <generate-with
class='com.google.gwt.junit.rebind.BenchmarkGenerator'/>
[ERROR] Unable to load module entry point class
com.xxx.application.dashboard.client.BenchmarkTests (see associated
exception for details)

java.lang.StringIndexOutOfBoundsException: String index out of range:

449
at java.lang.String.<init>(String.java:196)

at com.google.gwt.junit.benchmarks.BenchmarkReport
$Parser.getMethod(BenchmarkReport.java:250)
at

com.google.gwt.junit.benchmarks.BenchmarkReport.addBenchmark(BenchmarkReport.java:
442)

Starting HTTP on port 0
Property 'catalina.base' not specified; checking for a standard
catalina base image instead
jar:file:/K:/dev/gwt-windows-1.4.10/gwt-dev-windows.jar!/com/
google/gwt/dev/etc/tomcat/
Found conf/web.xml
Found webapps/ROOT/WEB-INF/web.xml
catalina.base = K:\dev\dashboard\tomcat
Starting tomcat server
Starting Servlet Engine: Apache Tomcat/5.0.28
XML validation disabled
Create Host deployer for direct deployment ( non-jmx )
Installing web application at context path from URL file:K:\dev
\dashboard\tomcat\webapps\ROOT
Adding attribute 'com.google.gwt.dev.shell.logger' to web app ''
Adding attribute 'com.google.gwt.dev.shell.outdir' to web app ''
Initializing Coyote HTTP/1.1 on http-0
Starting Coyote HTTP/1.1 on http-0

HTTP listening on port 2109
Request 0: http://localhost:2109/com.xxx.application.dashboard.Test/

Module location: file:/K:/dev/dashboard/bin/com/xxx/application/

Request 1: http://localhost:2109/com.xxx.application.dashboard.Test/com.xxx.application.dashboard.Test.nocache.js


The development shell servlet received a request for
'com.xxx.application.dashboard.Test.nocache.js' in module
'com.xxx.application.dashboard.Test'
Generating an html selection script for module
com.xxx.application.dashboard.Test

Request 2: http://localhost:2109/com.xxx.application.dashboard.Test/hosted.html

Type java.util.AbstractMap
Type com.google.gwt.user.client.ui.TabPanel.UnmodifiableTabBar
Type com.google.gwt.user.client.ui.impl.FormPanelImplHost
Type java.lang.RuntimeException
Type com.google.gwt.user.client.ui.SourcesScrollEvents
Type com.google.gwt.user.client.ui.SourcesTabEvents
Type com.google.gwt.user.client.ui.HasVerticalAlignment
Type
com.google.gwt.i18n.client.constants.CurrencyCodeMapConstants
Type java.lang.System
Type com.google.gwt.user.client.ui.MenuBar.1
Type java.util.Comparators.1
Type com.google.gwt.user.client.ui.Image
Type java.lang.Throwable
Type com.xxx.application.dashboard.client.model.value.ListValue
Field mListValue
Type com.xxx.application.dashboard.client.model.type.ListType
Type com.google.gwt.user.client.ui.HTMLTable.CellFormatter
Type com.xxx.application.dashboard.client.ui.editor.RecordEditor
Type com.google.gwt.junit.client.Operator
Type com.google.gwt.user.client.ui.impl.PopupImplMozilla.1
Type com.google.gwt.user.client.ui.PushButton
Type
com.xxx.application.dashboard.client.model.value.StringValue
Type java.util.Vector
Type java.util.NoSuchElementException
Type java.util.Set
Type com.google.gwt.user.client.ui.impl.SuggestPickerImpl
Type com.google.gwt.user.client.ui.SourcesMouseWheelEvents
Type com.google.gwt.user.client.ui.SplitPanel
Type com.google.gwt.user.client.ui.TreeItem.ContentPanel
Type
com.xxx.application.dashboard.client.ui.editor.BooleanEditor
Type com.google.gwt.user.client.ui.DeckPanel
Type java.io.OutputStream
Type com.google.gwt.junit.client.Range
Type com.google.gwt.user.client.ui.Frame
Type com.xxx.application.dashboard.client.model.type.Type
Type com.google.gwt.user.client.ui.MouseListenerCollection
Type
com.xxx.application.dashboard.client.ui.editor.Editor.ValueChangeAction
Type com.xxx.application.dashboard.client.ui.editor.RecordEditor.
1
Type com.google.gwt.user.client.ui.FlexTable
Type com.google.gwt.user.client.ui.AbsolutePanel
Type com.google.gwt.user.client.ui.MenuBar
Type com.google.gwt.i18n.client.constants.NumberConstants
Type com.google.gwt.user.client.ui.impl.AbstractItemPickerImpl
Type com.xxx.application.dashboard.client.Dashboard.11
Type com.google.gwt.user.client.ui.FocusPanel
Type
com.google.gwt.user.client.ui.DelegatingClickListenerCollection
Type com.google.gwt.user.client.ui.FastStringMap.ImplMapEntry
Type com.xxx.application.dashboard.client.model.type.DoubleType
Type java.lang.Comparable
Type com.google.gwt.user.client.ui.HasName
Type com.google.gwt.user.client.ui.HorizontalSplitPanel
Type com.google.gwt.user.client.impl.HistoryImplStandard
Type java.util.ArrayList
Type com.google.gwt.user.client.rpc.SerializableException
Type com.google.gwt.user.client.WindowCloseListener
Type java.util.Map
Type com.google.gwt.user.client.ui.impl.RichTextAreaImplSafari
Type com.google.gwt.core.client.GWT
Type com.xxx.application.dashboard.client.Dashboard.19
Type com.google.gwt.user.client.Cookies
Type junit.framework.TestCase
Type java.lang.Class
Type
com.google.gwt.user.client.rpc.core.java.util.Date_CustomFieldSerializer
Type com.google.gwt.i18n.client.DateTimeFormat.PatternPart
Type com.google.gwt.user.client.ui.FiresFormEvents
Type com.google.gwt.user.client.CommandCanceledException
Type com.google.gwt.user.client.ui.SuggestBox.3
Type com.google.gwt.junit.client.TimeoutException
Type com.google.gwt.junit.client.impl.GWTTestCaseImpl
Type com.google.gwt.user.client.CommandExecutor.2
Type com.google.gwt.user.client.IncrementalCommand
Type java.util.Arrays
Type
com.google.gwt.user.client.rpc.core.java.lang.Byte_CustomFieldSerializer
Type com.google.gwt.user.client.impl.DOMImpl
Type java.io.FilterOutputStream
Type com.google.gwt.user.client.impl.HTTPRequestImplIE6
Type com.xxx.application.dashboard.client.ui.editor.TimeEditor
Type com.google.gwt.user.client.ui.HasFocus
Type com.xxx.application.dashboard.client.model.type.TimeType
Type com.google.gwt.user.client.DeferredCommand
Type com.google.gwt.user.client.ui.impl.TextBoxImplIE6
Type com.google.gwt.user.client.impl.HistoryImpl
Type com.xxx.application.dashboard.client.ui.editor.DateEditor
Type java.util.Map.Entry
Type com.xxx.application.dashboard.client.ui.RecordTypeChooser.2
Type java.lang.Exception
Type com.google.gwt.user.client.ui.FileUpload
Type
com.xxx.application.dashboard.client.ui.editor.StringEditor.ButtonResetClickListener
Type com.google.gwt.user.client.ui.VerticalPanel
Type
com.google.gwt.user.client.rpc.core.java.util.HashMap_CustomFieldSerializer
Type
com.xxx.application.dashboard.client.ui.Calendar.DayLinkClickListener
Type com.google.gwt.user.client.ui.ChangeListenerCollection
Type com.xxx.application.dashboard.client.ui.editor.ListEditor.1
Type com.xxx.application.dashboard.client.model.value.DateValue
Type com.google.gwt.user.client.ui.PopupListener
Type
com.xxx.application.dashboard.client.ui.editor.DateEditor.TextBoxKeyboardListener
Type
com.google.gwt.user.client.rpc.core.java.lang.Object_Array_CustomFieldSerializer
Type java.util.AbstractCollection
Type com.google.gwt.user.client.ui.FormSubmitEvent
Type com.google.gwt.junit.client.TestResults
Field trials
Type java.util.AbstractList.IteratorImpl
Type java.lang.Double
Type
com.xxx.application.dashboard.client.ui.editor.RecordEditor.DeleteLineAction
Type com.google.gwt.user.client.ui.TableListenerCollection
Type com.google.gwt.user.client.ui.RootPanel
Type
com.xxx.application.dashboard.client.ui.editor.RecordEditor.KeyChangerPopupClosedListener
Type com.xxx.application.dashboard.client.Dashboard.3
Type com.xxx.application.dashboard.client.Dashboard.5.6
Type com.google.gwt.user.client.ui.RadioButton
Type com.google.gwt.user.client.ui.SuggestOracle.Suggestion
Type java.util.HashMap.EntryImpl
Type com.google.gwt.user.client.ui.TabListener
Type com.google.gwt.user.client.ui.HasKeyPreview
Type com.google.gwt.user.client.ui.SourcesKeyboardEvents
Type com.google.gwt.user.client.ui.CellPanel
Type com.google.gwt.user.client.ui.SuggestOracle.Callback
Type com.xxx.application.dashboard.client.model.type.DateType
Type com.xxx.application.dashboard.client.Dashboard.19.20
Type
com.google.gwt.user.client.rpc.core.java.lang.Integer_CustomFieldSerializer
Type com.xxx.application.dashboard.client.model.type.RecordType
Type com.google.gwt.user.client.ui.TreeImages
Type
com.xxx.application.dashboard.client.ui.editor.ListEditor.TypeChooserPopupClosedListener
Type com.google.gwt.i18n.client.Messages
Type
com.google.gwt.junit.client.impl.PermutationIterator.ListRange
Type com.google.gwt.user.client.ui.MouseListenerAdapter
Type com.google.gwt.user.client.ui.HasHorizontalAlignment
Type com.google.gwt.user.client.ui.DisclosureEvent
Type com.xxx.application.dashboard.client.ui.editor.Editor
Type com.google.gwt.user.client.rpc.SerializationStreamWriter
Type
com.google.gwt.user.client.ui.RichTextArea.ExtendedFormatter
Type java.util.List
Type com.google.gwt.user.client.impl.DOMImplSafari
Type com.google.gwt.user.client.ui.DockPanel
Type com.google.gwt.user.client.ui.ScrollPanel
Type com.google.gwt.user.client.ui.RichTextArea
Type com.google.gwt.user.client.ui.FocusListener
Type java.lang.Number
Type com.google.gwt.user.client.ui.TabPanel.TabbedDeckPanel
Type com.xxx.application.dashboard.client.model.type.StringType
Type com.google.gwt.user.client.ui.SimplePanel
Type com.google.gwt.user.client.ui.CustomButton.Face
Type java.lang.IllegalArgumentException
Type
com.google.gwt.user.client.ui.HasHorizontalAlignment.HorizontalAlignmentConstant
Type com.google.gwt.user.client.ui.Image.State
Type com.xxx.application.dashboard.client.Dashboard.4
Type com.google.gwt.i18n.client.constants.DateTimeConstants
Type
com.xxx.application.dashboard.client.ui.editor.BooleanEditor.ButtonSaveClickListener
Type com.xxx.application.dashboard.client.Dashboard
Type com.google.gwt.user.client.ui.PasswordTextBox
Type com.google.gwt.user.client.ui.FormHandler
Type com.google.gwt.user.client.rpc.AsyncCallback
Type com.google.gwt.user.client.impl.HistoryImplIE6
Type com.google.gwt.user.client.ui.Tree
Type com.google.gwt.user.client.ui.RichTextArea.FontSize
Type com.xxx.application.dashboard.client.model.value.Value
Type com.google.gwt.user.client.ui.WidgetCollection
Type
com.google.gwt.user.client.rpc.core.java.lang.Float_CustomFieldSerializer
Type com.google.gwt.user.client.ui.impl.FormPanelImplIE6
Type com.google.gwt.user.client.ui.impl.PopupImpl
Type
com.google.gwt.user.client.ui.HTMLTable.WidgetMapper.FreeNode
Type junit.framework.AssertionFailedError
Type com.xxx.application.dashboard.client.Dashboard.17.18
Type
com.xxx.application.dashboard.client.rpc.ParameterServiceAsync
Type com.google.gwt.user.client.rpc.IsSerializable
Type com.google.gwt.user.client.ui.impl.RichTextAreaImplOpera
Type com.google.gwt.user.client.ui.SuggestBox.1
Type java.util.AbstractMap.3.4
Type java.lang.CharSequence
Type com.google.gwt.user.client.ui.SourcesChangeEvents
Type com.google.gwt.user.client.ui.RootPanel.1
Type com.google.gwt.user.client.ui.LoadListenerCollection
Type
com.google.gwt.user.client.ui.WidgetCollection.WidgetIterator
Type java.lang.NegativeArraySizeException
Type com.google.gwt.user.client.ui.impl.ItemPickerDropDownImpl
Type
com.google.gwt.user.client.rpc.core.java.lang.Boolean_CustomFieldSerializer
Type com.google.gwt.user.client.ui.HorizontalSplitPanel.ImplIE6
Type com.google.gwt.user.client.ui.DisclosurePanel.DefaultHeader
Type junit.framework.Test
Type com.google.gwt.user.client.ui.TextBoxBase.TextAlignConstant
Type java.lang.String
Type
com.google.gwt.i18n.client.impl.ConstantMap.OrderedConstantSet
Type com.google.gwt.user.client.ui.impl.PopupImplIE6
Type
com.xxx.application.dashboard.client.Dashboard.ViewEditorAction
Type com.google.gwt.user.client.ui.SourcesTreeEvents
Type
com.google.gwt.user.client.rpc.core.java.lang.char_Array_CustomFieldSerializer
Type com.google.gwt.user.client.rpc.SerializationException
Type com.google.gwt.user.client.ui.Button
Type java.util.HashMap
Type com.google.gwt.user.client.ui.ScrollListener
Type com.google.gwt.user.client.ui.VerticalSplitPanel.Impl
Type
com.xxx.application.dashboard.client.ui.editor.TimeEditor.ButtonSaveClickListener
Type
com.google.gwt.user.client.rpc.core.java.lang.long_Array_CustomFieldSerializer
Type com.google.gwt.user.client.rpc.impl.Serializer
Type com.xxx.application.dashboard.client.Dashboard.15
Type com.xxx.application.dashboard.client.model.value.TimeValue
Type java.lang.Boolean
Type java.lang.Object
Type com.xxx.application.dashboard.client.model.DateCustom
Type com.google.gwt.user.client.ui.SimplePanel.1
Type
com.xxx.application.dashboard.client.ui.editor.TimeEditor.TextBoxKeyboardListener
Type com.google.gwt.user.client.ui.TreeItem
Type com.google.gwt.core.client.Impl
Type com.google.gwt.user.client.rpc.InvocationException
Type com.google.gwt.user.client.ui.TreeListener
Type
com.google.gwt.user.client.ui.DelegatingKeyboardListenerCollection
Type com.xxx.application.dashboard.client.ui.RollOverFlexTable
Type com.xxx.application.dashboard.client.Dashboard.21.22
Type com.google.gwt.user.client.ui.HasWordWrap
Type
com.xxx.application.dashboard.client.ui.editor.IntegerEditor.ButtonResetClickListener
Type
com.xxx.application.dashboard.client.ui.Calendar.ButtonCloseClickListener
Type com.google.gwt.user.client.ui.DockPanel.DockLayoutConstant
Type com.google.gwt.user.client.ui.DisclosurePanelImages
Type com.google.gwt.user.client.ui.FocusListenerAdapter
Type com.google.gwt.junit.client.Category
Type com.google.gwt.user.client.ui.HorizontalSplitPanel.Impl
Type com.google.gwt.user.client.ResponseTextHandler
Type java.util.HashSet
Type
com.google.gwt.user.client.rpc.impl.ClientSerializationStreamReader
Type java.util.RandomAccess
Type com.google.gwt.user.client.impl.DOMImplMozilla
Type com.google.gwt.user.client.ui.SuggestOracle
Type com.google.gwt.junit.client.Trial
Field variables
Type com.google.gwt.user.client.ui.impl.FocusImpl
Type com.google.gwt.user.client.ui.SourcesClickEvents
Type com.google.gwt.user.client.ui.PopupPanel
Type
com.xxx.application.dashboard.client.ui.editor.DoubleEditor.ButtonResetClickListener
Type
com.xxx.application.dashboard.client.ui.editor.BooleanEditor.ButtonResetClickListener
Type java.lang.Error
Type
com.xxx.application.dashboard.client.model.type.IntervalType
Type java.util.AbstractSet
Type
com.xxx.application.dashboard.client.ui.editor.DateEditor.ShowCalendarClickListener
Type com.google.gwt.user.client.ui.impl.RichTextAreaImpl
Type com.xxx.application.dashboard.client.Dashboard.17
Type com.google.gwt.i18n.client.impl.ConstantMap
Type
com.xxx.application.dashboard.client.ui.editor.DateEditor.CalendarValueChangeListener
Type java.lang.StackTraceElement
Type com.google.gwt.user.client.ui.Image.ClippedState.1
Type
com.google.gwt.user.client.IncrementalCommandCanceledException
Type com.google.gwt.user.client.impl.HistoryImplSafari
Type
com.xxx.application.dashboard.client.ui.editor.IntervalEditor
Type com.google.gwt.user.client.ui.FocusWidget
Type com.google.gwt.core.client.EntryPoint
Type java.util.Iterator
Type
com.google.gwt.i18n.client.impl.ConstantMap.OrderedConstantSet.ImmutableIterator
Type com.xxx.application.dashboard.client.model.Application
Type com.google.gwt.user.client.ui.Hidden
Type com.google.gwt.user.client.ui.CustomButton.1
Type com.google.gwt.user.client.impl.HTTPRequestImpl
Type com.google.gwt.user.client.ui.HTMLTable.RowFormatter
Type com.google.gwt.user.client.Command
Type java.util.TooManyListenersException
Type com.google.gwt.user.client.Window
Type com.google.gwt.user.client.ui.impl.RichTextAreaImplIE6
Type
com.google.gwt.user.client.rpc.core.java.lang.boolean_Array_CustomFieldSerializer
Type com.xxx.application.dashboard.client.ui.ListTypeChooser.1
Type com.xxx.application.dashboard.client.model.TimeCustom
Type com.google.gwt.user.client.ui.impl.ClippedImagePrototype
Type com.google.gwt.user.client.ui.impl.ItemPickerDropDownImpl.1
Type com.google.gwt.user.client.ui.FastStringMap.3
Type com.google.gwt.user.client.ui.KeyboardListener
Type com.xxx.application.dashboard.client.Dashboard.21
Type java.lang.IllegalStateException
Type com.google.gwt.user.client.HTTPRequest
Type
com.google.gwt.user.client.rpc.core.java.lang.Short_CustomFieldSerializer
Type
com.xxx.application.dashboard.client.ui.editor.Editor.RollOverAction
Type com.google.gwt.user.client.ui.DockPanel.LayoutData
Type com.google.gwt.user.client.ui.Tree.ImagesFromImageBase
Type com.google.gwt.user.client.ui.HTMLTable.ColumnFormatter
Type com.xxx.application.dashboard.client.ui.RecordKeyChanger
Type
com.google.gwt.user.client.rpc.core.java.lang.Long_CustomFieldSerializer
Type com.google.gwt.user.client.ui.impl.ClippedImageImpl
Type com.google.gwt.user.client.Random
Type com.google.gwt.junit.client.impl.PermutationIterator
Type
com.google.gwt.user.client.rpc.core.java.lang.int_Array_CustomFieldSerializer
Type java.lang.ClassCastException
Type com.google.gwt.user.client.ui.HasCaption
Type com.google.gwt.user.client.ui.MouseWheelListenerCollection
Type com.google.gwt.user.client.ui.SourcesMouseEvents
Type java.util.Comparators
Type java.lang.Math
Type com.google.gwt.user.client.ui.DockPanel.TmpRow
Type java.lang.NullPointerException
Type com.google.gwt.user.client.ui.Label
Type
com.xxx.application.dashboard.client.ui.editor.IntegerEditor.ButtonSaveClickListener
Type com.google.gwt.user.client.ui.ScrollListenerCollection
Type com.xxx.application.dashboard.client.Dashboard.7.8
Type com.google.gwt.user.client.ui.HasAlignment
Type com.google.gwt.user.client.ui.TabBar.ClickDecoratorPanel
Type
com.google.gwt.user.client.rpc.ServiceDefTarget.NoServiceEntryPointSpecifiedException
Type com.google.gwt.user.client.ui.Panel
Type java.util.Collection
Type com.google.gwt.junit.client.impl.ExceptionWrapper
Type com.google.gwt.user.client.rpc.SerializationStreamReader
Type
com.google.gwt.user.client.rpc.core.java.lang.float_Array_CustomFieldSerializer
Type com.xxx.application.dashboard.client.Dashboard.13
Type
com.google.gwt.user.client.rpc.core.java.lang.byte_Array_CustomFieldSerializer
Type com.google.gwt.user.client.History
Type com.xxx.application.dashboard.client.model.Parameter
Type
com.xxx.application.dashboard.client.model.value.ValueChangeListenerCollection
Type com.google.gwt.user.client.impl.HistoryImplFrame
Type
com.google.gwt.user.client.rpc.core.java.util.Vector_CustomFieldSerializer
Type
com.xxx.application.dashboard.client.ui.editor.ListEditor.DeleteLineAction
Type
com.google.gwt.user.client.rpc.impl.ClientSerializationStreamWriter
Type com.google.gwt.user.client.ui.PrefixTree.PrefixTreeIterator
Type
com.xxx.application.dashboard.client.model.value.BooleanValue
Type com.google.gwt.user.client.ui.TreeListenerCollection
Type
com.google.gwt.user.client.ui.HorizontalSplitPanel.ImplSafari
Type com.google.gwt.user.client.ui.TextBox
Type com.xxx.application.dashboard.client.ui.editor.DoubleEditor
Type com.xxx.application.dashboard.client.ui.editor.StringEditor
Type com.google.gwt.user.client.ui.SourcesLoadEvents
Type java.util.AbstractMap.1
Type
com.xxx.application.dashboard.client.model.value.RecordValue
Field mRecordValue
Type com.google.gwt.user.client.ui.ClickListener
Type
com.google.gwt.user.client.rpc.core.java.lang.double_Array_CustomFieldSerializer
Type com.google.gwt.user.client.ui.KeyboardListenerAdapter
Type com.google.gwt.user.client.ui.DialogBox
Type com.google.gwt.user.client.ui.Hyperlink
Type com.google.gwt.user.client.ui.TabBar
Type java.io.PrintStream
Type com.google.gwt.user.client.ui.Grid
Type com.google.gwt.user.client.ui.TableListener
Type com.google.gwt.user.client.ui.HorizontalSplitPanel.1
Type com.google.gwt.user.client.ui.NamedFrame
Type
com.google.gwt.junit.client.impl.PermutationIterator.Permutation
Type com.google.gwt.user.client.ui.AbstractImagePrototype
Type com.google.gwt.user.client.ui.HTMLTable.WidgetMapper.1
Type com.google.gwt.user.client.ui.HTML
Type java.util.AbstractList.ListIteratorImpl
Type com.xxx.application.dashboard.client.ui.RecordTypeChooser
Type
com.xxx.application.dashboard.client.ui.editor.DoubleEditor.ButtonSaveClickListener
Type com.google.gwt.user.client.ui.HTMLTable.WidgetMapper
Type java.lang.Cloneable
Type java.lang.IndexOutOfBoundsException
Type
com.google.gwt.user.client.ui.MultiWordSuggestOracle.MultiWordSuggestion
Type com.google.gwt.user.client.ui.FormHandlerCollection
Type com.google.gwt.i18n.client.ConstantsWithLookup
Type com.google.gwt.i18n.client.DateTimeFormat
Type com.google.gwt.user.client.rpc.RemoteService
Type com.google.gwt.lang.Exceptions
Type com.google.gwt.user.client.ui.HTMLTable
Type com.google.gwt.user.client.ui.Widget
Type
com.google.gwt.user.client.rpc.impl.AbstractSerializationStreamReader
Type java.lang.Byte
Type java.util.EventObject
Type
com.xxx.application.dashboard.client.ui.editor.RecordEditor.TypeChooserPopupClosedListener
Type com.google.gwt.user.client.ui.HTMLPanel
Type com.xxx.application.dashboard.client.Dashboard.11.12
Type com.google.gwt.user.client.ui.MouseListener
Type java.lang.ArrayStoreException
Type com.google.gwt.junit.client.impl.JUnitHostAsync
Type com.xxx.application.dashboard.client.model.Category
Field mParamList
Type com.google.gwt.user.client.ui.impl.FocusImplSafari
Type
com.google.gwt.user.client.ui.impl.AbstractItemPickerImpl.Item
Type com.google.gwt.user.client.ui.IndexedPanel
Type com.google.gwt.core.client.JavaScriptObject
Type com.google.gwt.user.client.CommandExecutor
Type com.google.gwt.junit.client.impl.StackTraceWrapper
Type java.util.ConcurrentModificationException
Type
com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException
Type com.google.gwt.core.client.JavaScriptException
Type com.google.gwt.user.client.ui.Composite
Type
com.xxx.application.dashboard.client.model.value.ValueChangeListener
Type com.google.gwt.user.client.EventListener
Type com.google.gwt.junit.client.IntRange.IntRangeIterator
Type java.lang.StringIndexOutOfBoundsException
Type com.google.gwt.user.client.ui.MenuItem
Type com.xxx.application.dashboard.client.ui.Calendar
Type com.google.gwt.user.client.ui.impl.PopupImplMozilla
Type com.google.gwt.junit.client.IntRange
Type com.google.gwt.i18n.client.Constants
Type com.google.gwt.user.client.ui.Tree.1
Type com.google.gwt.user.client.ui.FormSubmitCompleteEvent
Type java.util.AbstractList
Type com.google.gwt.user.client.ui.FormPanel.1
Type com.google.gwt.user.client.ui.FastStringMap.1.2
Type com.google.gwt.user.client.ui.WidgetIterators
Type com.google.gwt.user.client.ui.SuggestBox.2
Type com.xxx.application.dashboard.client.ui.editor.ListEditor
Type
com.google.gwt.user.client.rpc.core.java.lang.short_Array_CustomFieldSerializer
Type java.lang.Float
Type com.google.gwt.user.client.impl.DOMImplIE6
Type com.xxx.application.dashboard.client.ui.Calendar.1
Type com.google.gwt.user.client.ui.TabPanel
Type
com.google.gwt.user.client.rpc.core.java.util.ArrayList_CustomFieldSerializer
Type com.google.gwt.user.client.CommandExecutor.CircularIterator
Type com.google.gwt.lang.Array
Type com.xxx.application.dashboard.client.Dashboard.7
Type com.google.gwt.user.client.ui.HasText
Type com.google.gwt.user.client.ui.ImageBundle


Type com.xxx.application.dashboard.client.rpc.ParameterService
Method public abstract java.util.List getCategoryList()
Method public abstract java.util.List getApplicationList()
Type

com.xxx.application.dashboard.client.ui.RecordTypeChooser.TypeSelectedIndexChanged
Type
com.xxx.application.dashboard.client.Dashboard.RollOverAction
Type java.util.ListIterator
Type com.xxx.application.dashboard.client.Dashboard.9
Type com.google.gwt.user.client.ui.MouseWheelListener
Type com.google.gwt.user.client.ui.ChangeListener
Type com.google.gwt.user.client.ui.MultiWordSuggestOracle
Type com.google.gwt.user.client.DOM
Type com.xxx.application.dashboard.client.Dashboard.1
Type java.util.Collections
Type com.google.gwt.user.client.ui.FastStringMap.1
Type com.xxx.application.dashboard.client.ui.RecordTypeChooser.1
Type
com.xxx.application.dashboard.client.Dashboard.ValueChangedAction
Type com.google.gwt.user.client.ui.ComplexPanel
Type com.google.gwt.i18n.client.impl.ConstantMap.DummyMapEntry
Type com.xxx.application.dashboard.client.ui.RecordKeyChanger.2
Type
com.google.gwt.user.client.rpc.impl.AbstractSerializationStream
Type com.google.gwt.user.client.ui.HorizontalPanel
Type com.google.gwt.user.client.impl.DOMImplStandard
Type java.lang.Integer
Type com.google.gwt.i18n.client.NumberFormat
Type java.util.HashMap.EntrySetImplIterator
Type com.google.gwt.user.client.ui.HasWidgets
Type com.google.gwt.user.client.impl.HistoryImplMozilla
Type
com.google.gwt.user.client.ui.DisclosurePanel.ClickableHeader
Type
com.google.gwt.junit.client.impl.GWTTestCaseImpl.JUnitHostListener
Type com.google.gwt.user.client.ui.SuggestOracle.Request
Type com.xxx.application.dashboard.client.ui.Calendar.3
Type junit.framework.Assert
Type
com.xxx.application.dashboard.client.ui.editor.StringEditor.ButtonSaveClickListener
Type com.xxx.application.dashboard.client.BenchmarkTests
Type
com.google.gwt.user.client.rpc.core.java.lang.Character_CustomFieldSerializer
Type com.google.gwt.user.client.ui.SuggestBox
Type
com.xxx.application.dashboard.client.ui.editor.RecordEditor.ChangeKeyAction
Type com.google.gwt.user.client.ui.Image.ClippedState
Type com.google.gwt.user.client.ui.PrefixTree
Type com.google.gwt.junit.client.impl.GWTTestCaseImpl.KillTimer
Type
com.xxx.application.dashboard.client.ui.editor.DateEditor.ButtonResetClickListener
Type
com.xxx.application.dashboard.client.ui.editor.IntegerEditor.TextBoxKeyboardListener
Type com.google.gwt.user.client.ui.StackPanel
Type com.google.gwt.user.client.impl.DOMImplMozillaOld
Type com.google.gwt.user.client.ui.Image.UnclippedState
Type
com.xxx.application.dashboard.client.ui.editor.DoubleEditor.TextBoxKeyboardListener
Type com.google.gwt.user.client.rpc.ServiceDefTarget
Type com.google.gwt.user.client.ui.ButtonBase
Type com.google.gwt.user.client.ui.TextArea
Type com.google.gwt.user.client.EventPreview
Type com.google.gwt.user.client.impl.DOMImplOpera
Type com.google.gwt.user.client.ui.ClickListenerCollection
Type
com.xxx.application.dashboard.client.ui.editor.TimeEditor.ButtonResetClickListener
Type
com.google.gwt.user.client.rpc.core.java.lang.Double_CustomFieldSerializer
Type
com.google.gwt.user.client.rpc.impl.AbstractSerializationStreamWriter
Type com.google.gwt.junit.client.impl.JUnitHost
Type com.google.gwt.user.client.ui.FiresDisclosureEvents
Type com.google.gwt.junit.client.RangeIterator
Type com.google.gwt.user.client.ui.impl.RichTextAreaImplMozilla
Type com.google.gwt.user.client.ui.RichTextArea.Justification
Type
com.xxx.application.dashboard.client.model.value.DoubleValue
Type com.xxx.application.dashboard.client.Dashboard.2
Type java.util.AbstractMap.3
Type com.google.gwt.i18n.client.DateRecord
Type
com.xxx.application.dashboard.client.ui.editor.IntegerEditor
Type com.google.gwt.user.client.HistoryListener
Type com.xxx.application.dashboard.client.model.type.BooleanType
Type
com.xxx.application.dashboard.client.ui.editor.DateEditor.ButtonSaveClickListener
Type com.google.gwt.user.client.ui.FastStringMap
Type com.google.gwt.user.client.ui.ToggleButton
Type com.google.gwt.user.client.ui.HasHTML
Type com.google.gwt.user.client.ui.RichTextArea.BasicFormatter
Type com.google.gwt.user.client.ui.FlowPanel
Type com.google.gwt.user.client.ui.FocusListenerCollection
Type com.google.gwt.user.client.ui.VerticalSplitPanel.ImplIE6
Type com.google.gwt.junit.client.GWTTestCase
Type com.xxx.application.dashboard.client.model.type.Editable
Type com.xxx.application.dashboard.client.rpc.ServiceConstant
Type com.google.gwt.user.client.ui.FormPanel
Type
com.google.gwt.user.client.ui.DelegatingChangeListenerCollection
Type java.lang.NumberFormatException
Type com.google.gwt.lang.Cast
Type com.google.gwt.user.client.Element
Type java.lang.StringBuffer
Type com.google.gwt.user.client.ui.impl.FocusImplIE6
Type com.google.gwt.user.client.ui.VerticalSplitPanel
Type java.util.Comparator
Type com.google.gwt.user.client.ui.KeyboardListenerCollection
Type com.google.gwt.user.client.ui.LoadListener
Type com.google.gwt.user.client.ui.MouseWheelVelocity
Type java.util.EmptyStackException
Type java.lang.Short
Type com.google.gwt.user.client.ui.SourcesPopupEvents
Type com.xxx.application.dashboard.client.ui.Calendar.2
Type com.xxx.application.dashboard.client.ui.RollOverListener
Type java.util.EventListener
Type java.util.HashMap.1
Type com.google.gwt.user.client.ui.impl.RichTextAreaImplStandard
Type com.google.gwt.i18n.client.Localizable
Type com.google.gwt.user.client.ui.CustomButton
Type com.google.gwt.user.client.ui.DisclosurePanel
Type com.google.gwt.user.client.ui.SourcesFocusEvents
Type com.google.gwt.user.client.ui.impl.TextBoxImpl
Type com.google.gwt.core.client.GWT.UncaughtExceptionHandler
Type
com.xxx.application.dashboard.client.ui.RollOverListenerCollection
Type java.io.Serializable
Type com.google.gwt.user.client.ui.impl.FocusImplOld
Type com.google.gwt.user.client.ui.VerticalSplitPanel.1
Type
com.google.gwt.user.client.ui.DelegatingFocusListenerCollection
Type
com.google.gwt.user.client.rpc.core.java.lang.String_CustomFieldSerializer
Type com.google.gwt.user.client.Timer
Type java.util.AbstractMap.1.2
Type java.lang.Character
Type com.xxx.application.dashboard.client.ui.ListTypeChooser
Type com.google.gwt.user.client.ui.PopupListenerCollection
Type
com.xxx.application.dashboard.client.ui.editor.Editor.ViewEditorAction
Type java.util.Date
Type
com.google.gwt.user.client.rpc.core.java.util.HashSet_CustomFieldSerializer
Type com.google.gwt.junit.client.Benchmark
Type com.xxx.application.dashboard.client.Dashboard.13.14
Type com.xxx.application.dashboard.client.Dashboard.9.10
Type com.google.gwt.user.client.ui.DisclosureHandler
Type com.google.gwt.user.client.ui.ListBox
Type com.google.gwt.user.client.ui.UIObject
Type java.lang.UnsupportedOperationException
Type
com.google.gwt.user.client.ui.Tree.ImagesFromImageBase.Prototype
Type com.google.gwt.user.client.ui.TabListenerCollection
Type com.google.gwt.user.client.WindowResizeListener
Type com.google.gwt.user.client.ui.WidgetIterators.1
Type com.google.gwt.user.client.ui.impl.ClippedImageImplIE6
Type java.util.MissingResourceException
Type com.xxx.application.dashboard.client.ui.RecordKeyChanger.1
Type
com.xxx.application.dashboard.client.model.value.IntervalValue
Type com.xxx.application.dashboard.client.model.type.IntegerType
Type
com.google.gwt.user.client.ui.HasVerticalAlignment.VerticalAlignmentConstant
Type com.google.gwt.user.client.ui.impl.FormPanelImpl
Type com.xxx.application.dashboard.client.Dashboard.15.16
Type com.google.gwt.user.client.Timer.1
Type java.util.Stack
Type
com.xxx.application.dashboard.client.model.value.IntegerValue
Type com.google.gwt.user.client.ui.SourcesTableEvents
Type java.lang.Long
Type com.google.gwt.user.client.ui.CheckBox
Type com.google.gwt.i18n.client.Dictionary
Type com.google.gwt.user.client.ui.TextBoxBase
Type com.google.gwt.user.client.Event
Type com.google.gwt.user.client.ui.SuggestOracle.Response
Field suggestions
Type java.lang.AssertionError
Type com.google.gwt.user.client.ui.FlexTable.FlexCellFormatter
Type com.google.gwt.user.client.CommandExecutor.1
Type com.xxx.application.dashboard.client.ui.ListTypeChooser.2
Type com.xxx.application.dashboard.client.Dashboard.5
Finished in 4816 ms


Finding entry point classes
The following compilation units have changed since the last
compilation to bytecode
Rebinding com.xxx.application.dashboard.client.BenchmarkTests
Checking rule <generate-with
class='com.google.gwt.junit.rebind.BenchmarkGenerator'/>
Checking if all subconditions are true (<all>)
<when-assignable
class='com.google.gwt.junit.client.Benchmark'/>
Yes, the requested type was assignable
Yes: All subconditions were true
Rule was a match and will be used
Invoking <generate-with
class='com.google.gwt.junit.rebind.BenchmarkGenerator'/>
[ERROR] Unable to load module entry point class
com.xxx.application.dashboard.client.BenchmarkTests (see associated
exception for details)

java.lang.StringIndexOutOfBoundsException: String index out of range:

449
at java.lang.String.<init>(String.java:196)

at com.google.gwt.junit.benchmarks.BenchmarkReport
$Parser.getMethod(BenchmarkReport.java:250)
at

com.google.gwt.junit.benchmarks.BenchmarkReport.addBenchmark(BenchmarkReport.java:
442)

Thank you for your patience and your investigation,

Best regards,

Matthieu

On Jun 6, 4:29 pm, "Toby Reyelts" <t...@google.com> wrote:
> Ugh, outdated class files. Third times a charm.
>

> gwt-user-patch.jar
> 26KDownload


>
> On 6/6/07, Matthieu <matthieu.o.vac...@gmail.com> wrote:
>
>
>
>
>
> > Hi Toby,
>
> > Here's the new output with the path you sent :
>

> > [Message clipped]- Hide quoted text -

Toby Reyelts

unread,
Jun 6, 2007, 5:59:39 PM6/6/07
to Google-We...@googlegroups.com, matthieu...@gmail.com
Looks like it's definitely related to how the source code was being read and probably related to the character encoding. I'm not enough of an encoding guru to understand why attempting to read a UTF-8 file using an ISO-8859-1 character set for a file who's content fits entirely in the ascii character set would cause problems.

In any case, since that appears to fix the problem, I've submitted an issue and a corresponding patch.

Thanks Matthieu,
-Toby

On 6/6/07, Matthieu <matthieu...@gmail.com> wrote:
user...

[Message clipped]  

kohlerm

unread,
Jun 12, 2007, 4:15:23 AM6/12/07
to Google Web Toolkit
Thanks,
I will try that patch later.
The ArrayListAndVectorBenchmark worked fine for me.

Regards,
Markus

On 6 Jun., 23:59, "Toby Reyelts" <t...@google.com> wrote:
> Looks like it's definitely related to how the source code was being read and
> probably related to the character encoding. I'm not enough of an encoding
> guru to understand why attempting to read a UTF-8 file using an ISO-8859-1
> character set for a file who's content fits entirely in the ascii character
> set would cause problems.
>
> In any case, since that appears to fix the problem, I've submitted an

> issue<http://code.google.com/p/google-web-toolkit/issues/detail?id=1180>and


> a corresponding patch.
>
> Thanks Matthieu,
> -Toby
>

> ...
>
> Erfahren Sie mehr »

Reply all
Reply to author
Forward
0 new messages