aboutsummaryrefslogtreecommitdiffstats
path: root/docs/progGuideDB
Commit message (Collapse)AuthorAgeFilesLines
* Remove indentation from <programlisting> blocks in docsAlexander Kriegisch2021-04-104-755/+757
| | | | | | | | | | | | | | | Many dozens (hundreds?) of documentation code blocks were indented to match the surrounding XML or just arbitrarily. The thing is: Inside <programlisting> tags, similar to <pre> tags, line feeds and leading whitespace are being preserved, which looked very awkward in the HTML documentation. While a few files were mostly correct in this respect, which shows that it was meant to be like that, many others were not. This was tedious, stupid work to fix, but it had to be done. Please note that the documentation was in no way updated content-wise. This is also overdue, but not my focus here. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Fix faulty path in docs/progGuideDB/progguide.html.xslAlexander Kriegisch2021-04-101-9/+9
| | | | Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Give docbook IDs unique namesJerry James2020-09-092-3/+3
|
* 552724: fix typoAndy Clement2019-11-251-1/+1
|
* fix typoAndy Clement2014-06-191-1/+1
|
* 290030aclement2009-09-241-0/+44
|
* 243516: fixed exampleaclement2008-08-141-1/+1
|
* bug 159390 Documenting long-known runtime ClassCastException from proceedwisberg2006-10-052-5/+86
|
* bug 149577 (darker tt tag color in .css)wisberg2006-08-031-1/+1
|
* it's -> itswisberg2006-05-312-2/+2
|
* addressing 118877aclement2005-12-071-6/+10
|
* "Formals" defined when used, more details on aspectOf(..)wisberg2005-11-231-5/+20
|
* added if() expressions to permitted scopes for thisJoinPoint formswisberg2005-10-221-1/+2
|
* clarification of args matching with null for pr68603.acolyer2005-09-091-1/+4
|
* ensure every section has an assigned id so that urls in generated html ↵acolyer2005-09-015-54/+59
| | | | remain stable across builds.
* update to style sheet to fix unpleasant title wrapping on IEacolyer2005-07-271-1/+2
|
* reflective calls outside the Java languagewisberg2005-06-161-2/+9
|
* add a bit of padding below h1 for IEV1_5_0M2acolyer2005-04-101-0/+5
|
* add some style to our guides ;)acolyer2005-04-103-2/+86
|
* per... advice "may then" to "will only" run, per user discussionwisberg2005-01-281-4/+4
|
* 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.
* fix for Bugzilla Bug 75486acolyer2004-10-212-4/+4
| | | | issingleton or issingleton()?
* variables available in if(b), removed mdash entity as unknownwisberg2004-10-141-5/+6
|
* Fix for Bug 73073: Inconsistency between starred and nonstarred type ↵ehilsdal2004-09-081-1/+60
| | | | | | patterns in connection with shadowing. Finally documented matching difference between exacttype and patterntype
* Fix bug 72623; also changed "definition" to "declaration" for Java elementswisberg2004-08-281-8/+85
|
* Limitation stated in bug 50195wisberg2004-08-281-0/+6
|
* Language specification clarification for two bugs:ehilsdal2004-08-241-0/+10
| | | | | 49784 declaring interface methods should work as it does in interfaces 70794 The introduction on interface causes the interface implementation class error
* Fix for bugzilla bug 71087:ehilsdal2004-08-231-3/+38
| | | | underspecification of primitive conversion
* Fix for bugzilla bug 71393:ehilsdal2004-08-231-0/+52
| | | | Specify how does args pointcut collect context for pointcuts which are used in cflow
* fix for bugzilla bug 72379:ehilsdal2004-08-232-17/+48
| | | | static aspects not well explained
* Fix for bugzilla bug 71404:ehilsdal2004-08-231-3/+37
| | | | Define MethodPattern, FieldPattern, ConstructorPattern terms
* Fix for bugzilla bug 71391ehilsdal2004-08-231-0/+109
| | | | "Specify context collecting behavior for this, target and args pointcuts"
* proactive bug fix (bug not entered) making a short exampleehilsdal2004-08-201-2/+2
| | | | in semantics guide more meaningful
* 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
|
* fix for Bugzilla Bug 53981acolyer2004-08-101-0/+26
| | | | proceed used as method name in around advice
* fix for bug 53028acolyer2004-08-061-5/+1
|
* fix for Bugzilla Bug 61569acolyer2004-08-041-0/+7
| | | | if-pointcuts with side-effects
* fix for Bugzilla Bug 64585acolyer2004-07-281-9/+9
| | | | Stale ITD example code in Programming Guide
* requirements for declaring members on interfaceswisberg2004-04-021-0/+11
|
* fix for Bugzilla Bug 48389 acolyer2004-04-021-0/+8
| | | | Cannot assign to final fields in intertype constructors.
* Fix for Bug 51326: mispelled word: "heirarchy"ehilsdal2004-02-091-2/+2
|
* Resolution for Bugzilla Bug 46282 ehilsdal2004-01-291-0/+49
| | | | When creating obj thru intro constructor init code fails to execute
* Fix for Bugzilla Bug 42668 ehilsdal2004-01-291-8/+7
| | | | effect of an after returning type incompatible with a join point return type
* 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-024-7/+72
| | | | | | | pointcut/joinpoints * changed "Implementation Limitations" to "Implementation Notes" inside ProgGuide * added section on bytecode limitations, headed by handler issues.
* Fix for Bugzilla 43602: Small tyop in documentation ehilsdal2003-11-181-1/+1
| | | | * changed "aspect aspect" to "abstract aspect"
* Fix for Bugzilla 43891: Example aspect A in pointcut composition section in ↵ehilsdal2003-11-181-2/+11
| | | | | | prog guide causes recursion * manually applied excellent doc patch contributed by Nick Brett
* Work on Bugzilla 42668: effect of an after returning type incompatible with ↵ehilsdal2003-11-181-15/+29
| | | | | | | a join point return type * fix to semantics document to describe correct semantics * checkin of failing coverage test case for correct semantics
* Fix forehilsdal2003-07-311-0/+17
| | | | | | Bugzilla Bug 35551: "declare soft" in abstract aspect have no effect Specifying that declare soft behaves like advice in that it must be concretized to have an effect.