diff options
author | mkersten <mkersten> | 2003-07-31 10:55:37 +0000 |
---|---|---|
committer | mkersten <mkersten> | 2003-07-31 10:55:37 +0000 |
commit | 2a6aef39c924ca358ee6dc168c3a6593d3dd8e54 (patch) | |
tree | da78135b967df7b454f90d49a2ed31aa4460d666 /docs/dist | |
parent | abe271f8d46f33116d7a5af5048a88b7358b8b3f (diff) | |
download | aspectj-2a6aef39c924ca358ee6dc168c3a6593d3dd8e54.tar.gz aspectj-2a6aef39c924ca358ee6dc168c3a6593d3dd8e54.zip |
*** empty log message ***
Diffstat (limited to 'docs/dist')
-rw-r--r-- | docs/dist/doc/changes.html | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/docs/dist/doc/changes.html b/docs/dist/doc/changes.html index 91aa54c33..388e9e1fa 100644 --- a/docs/dist/doc/changes.html +++ b/docs/dist/doc/changes.html @@ -141,7 +141,7 @@ All rights reserved. </small></div> -<h1>Changes in AspectJ</h1> +<h2>Changes in AspectJ</h2> <ul> <li> <a href="#1.0.6">1.1.1</a> (not released) @@ -193,16 +193,35 @@ All rights reserved. <p>... </p> +<p>Bugs fixed</p> +<ul> + <li>39959: AJC Compiler generates invalid class files under certain + circumstances</li> + <li>39626: Compiler error when compiling a buggy class</li> +</ul> <h3><a name="1.1.1ajde">AJDE</a></h3> <h4>Framework</h4> <p>...</p> +<p>Bugs fixed</p> +<ul> + <li>38717: ".lst" file parsing errors should include sourceline information</li> + <li>40194: error handling during build config parsing</li> + <li>40256: need incremental compilation restrictions blurb</li> + <li>40824: asm treats "declare parents" as methods</li> +</ul> <h4>JBuilder OpenTool</h4> <p>...</p> +<p>Bugs fixed</p> +<ul> + <li>39170: Problem with aspectJforBuilder when using with JBuilder9</li> + <li>39974: Some strange error when compiling the observer example with + JBuilder7 integrated AJDE</li> +</ul> <h4>NetBeans Module</h4> |