aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs162/pr242797/case2
diff options
context:
space:
mode:
authorAndrew Clement <aclement@vmware.com>2025-04-15 15:26:29 -0700
committerAndrew Clement <aclement@vmware.com>2025-04-15 15:26:29 -0700
commit2b0e11d8633c84e8b0827e0eb77b4639fe0914e4 (patch)
tree1a7973c688df646a7d7d6db43d5f7d95c63f3feb /tests/bugs162/pr242797/case2
parente0d2b60288f20d00071cf5e0134a31b5758bb006 (diff)
downloadaspectj-master.tar.gz
aspectj-master.zip
Fix more "Attempt to push null on operand stack" variantsHEADmaster
This change fixes more cases in the *Declaration classes that generate code. Both #336 and #337 are due to the same piece of code not correctly computing the resolved position because of copying it from a source method when it needs recomputing for the method being generated. In particular primitive types and/or double slot types (like long or double) cause the code to miscompute the resolved positions or set the wrong type of expected type on the stack. Fixes #336 Fixes #337
Diffstat (limited to 'tests/bugs162/pr242797/case2')
0 files changed, 0 insertions, 0 deletions
/a> 28 29 30 31 32 33 34 35 36 37 38 39
[[gwt]]
== Integrating with the Server-Side

((("Google Web Toolkit", "widgets", id="term.gwt", range="startofrange")))


((("widgets")))
This chapter describes how you can integrate client-side widgets or JavaScript
components with a server-side component. The client-side implementations of all
standard server-side components in Vaadin use the same client-side interfaces
and patterns.


include::gwt-overview.asciidoc[leveloffset=+2]

include::gwt-eclipse.asciidoc[leveloffset=+2]

include::gwt-server-side.asciidoc[leveloffset=+2]

include::gwt-connector.asciidoc[leveloffset=+2]

include::gwt-shared-state.asciidoc[leveloffset=+2]

include::gwt-rpc.asciidoc[leveloffset=+2]

include::gwt-extension.asciidoc[leveloffset=+2]

include::gwt-styling.asciidoc[leveloffset=+2]

include::gwt-componentcontainer.asciidoc[leveloffset=+2]

include::gwt-advanced.asciidoc[leveloffset=+2]

include::gwt-addons.asciidoc[leveloffset=+2]

include::gwt-vaadin-6-migration.asciidoc[leveloffset=+2]

include::gwt-javascript.asciidoc[leveloffset=+2]
(((range="endofrange", startref="term.gwt")))