blob: 545a664181e492ced968605dd8466ea0e9ad909c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
<chapter id="miscellaneous" xreflabel="Miscellaneous Changes">
<title>Other Changes in AspectJ 5</title>
<sect1>
<title>Pointcuts</title>
<sect2>
<title>Binding of formals</title>
<para>
Binding of formals (cannot bind same formal more than once in a conjunction,
can bind exactly once in each branch of a disjunction, iff the branches are mutually
exclusive based on e.g. join point kind).
</para>
</sect2>
<sect2>
<title>Additional lint warnings</title>
<para>
Discuss detection of common errors -> warning/error, eg. conjunction of more than one
kind of join point. Differing numbers of args in method signature / args / @args /
@parameters.
</para>
</sect2>
</sect1>
<sect1 id="declare-soft">
<title>Declare Soft</title>
<para>
Describe change to only soften checked exceptions if we decide to
make it.
</para>
</sect1>
</chapter>
|