summaryrefslogtreecommitdiffstats
path: root/docs/progGuideDB/implementation.xml
Commit message (Collapse)AuthorAgeFilesLines
* bug 159390 Documenting long-known runtime ClassCastException from proceedwisberg2006-10-051-0/+16
|
* ensure every section has an assigned id so that urls in generated html ↵acolyer2005-09-011-3/+4
| | | | remain stable across builds.
* reflective calls outside the Java languagewisberg2005-06-161-2/+9
|
* Summary of implementation limitations carefully worded to avoid the term ↵wisberg2005-01-271-3/+60
| | | | "limitation" since Erik took it out. Proposed without objection on the mail list.
* Limitation stated in bug 50195wisberg2004-08-281-0/+6
|
* Fix for Bugzilla Bug 70794aclement2004-08-201-1/+8
| | | | | The introduction on interface causes the interface implementation class error (Feel free to edit my text if you feel more eloquent...)
* fix for 72032 - clarification of cflow(handler(...))acolyer2004-08-181-1/+2
|
* requirements for declaring members on interfaceswisberg2004-04-021-0/+11
|
* Resolution for Bugzilla Bug 46282 ehilsdal2004-01-291-0/+49
| | | | When creating obj thru intro constructor init code fails to execute
* Fix for Bugzilla 42663: doc implications of Foo.class ehilsdal2003-12-021-0/+44
| | | | * added note about String+ and Foo.class to implementation notes section
* Fix for Bugzilla 37899: Document or address limitations on handler ↵ehilsdal2003-12-021-0/+178
pointcut/joinpoints * changed "Implementation Limitations" to "Implementation Notes" inside ProgGuide * added section on bytecode limitations, headed by handler issues.