Author: irooskov(a)redhat.com
Date: 2010-12-21 18:41:48 -0500 (Tue, 21 Dec 2010)
New Revision: 27651
Modified:
trunk/documentation/guides/JBDS_Release_Notes/en-US/Fixed_Issues.xml
Log:
updated with new fixed issues
Modified: trunk/documentation/guides/JBDS_Release_Notes/en-US/Fixed_Issues.xml
===================================================================
--- trunk/documentation/guides/JBDS_Release_Notes/en-US/Fixed_Issues.xml 2010-12-21
22:49:30 UTC (rev 27650)
+++ trunk/documentation/guides/JBDS_Release_Notes/en-US/Fixed_Issues.xml 2010-12-21
23:41:48 UTC (rev 27651)
@@ -95,6 +95,16 @@
</listitem>
<listitem>
<para>
+ <ulink
url="http://jira.jboss.com/jira/browse/JBIDE-7675">JBIDE-767...;:
The quick fix for the error <errorname>Bean class has more than one constructor
annotated @Inject</errorname> has been updated to show the various injected
constructors. It then asks the user to select only one constructor, removing the
<property>@Inject</property> annotation from all others.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <ulink
url="http://jira.jboss.com/jira/browse/JBIDE-7673">JBIDE-767...;:
The quick fix for the error <errorname>There are multiple disposer methods for a
single producer method</errorname> has been updated to show the various disposer
methods. It then asks the user to select only one method, removing the
<property>@Disposes</property> annotation from all others.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
<ulink
url="http://jira.jboss.com/jira/browse/JBIDE-7672">JBIDE-767...;:
The quick fix for session bean and EJB non-static methods has been updated. This update
ensures that when the method is annotated with <property>@Disposes</property>
or <property>@Observes</property> respectively, the quick fix changes the
method to correctly be, a business method.
</para>
</listitem>