You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by ji...@codehaus.org on 2003/08/22 23:49:15 UTC

[jira] Updated: (GERONIMO-9) assert keyword/identifier

The following issue has been updated:

    Updater: Ralph Apel (mailto:r.apel@r-apel.de)
       Date: Fri, 22 Aug 2003 4:48 PM
    Comment:
this patch may solve almost all assert identifier/Keyword issues
replacing identifier codings by keyword codings 
    Changes:
             Attachment changed to assert.patch
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=GERONIMO-9&page=history

---------------------------------------------------------------------
View the issue:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=GERONIMO-9


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: GERONIMO-9
    Summary: assert keyword/identifier
       Type: Bug

     Status: Unassigned
   Priority: Minor

 Time Spent: Unknown
  Remaining: Unknown

    Project: Apache Geronimo

   Assignee: 
   Reporter: Ralph Apel

    Created: Fri, 22 Aug 2003 4:20 PM
    Updated: Fri, 22 Aug 2003 4:48 PM
Environment: running javadoc with a non-standard doclet

Description:
There are some source files using assert() (from an older junit?), while others use the assert keyword.
This doesn't seem a problem for building nor generating standard javadocs.
Nevertheless it is an inconsistency.

Running javadoc with a non-standard doclet, it seems to result in a mixing of identifier + keyword, causing the later to fail.

More exactly: with only the identifier, there are only warnings, but as soon as there is a keyword additionally, the process fails.
The files are:
./modules/core/src/java/org/apache/geronimo/ejb/context/StatelessBMTInterceptor.java
./modules/core/src/java/org/apache/geronimo/ejb/context/StatefulBMTInterceptor.java
./modules/core/src/java/org/apache/geronimo/ejb/context/TxExecutionContext.java
./modules/core/src/java/org/apache/geronimo/ejb/context/CMTInterceptor.java
./modules/core/src/java/org/apache/geronimo/ejb/context/ExecutionContext.java
./modules/core/src/java/org/apache/geronimo/ejb/cache/StatefulInstanceInterceptor.java
./modules/core/src/java/org/apache/geronimo/jmx/MBeanProxyFactory.java
./modules/core/src/java/org/apache/geronimo/jmx/RelationshipMBeanProxyFactory.java
./modules/core/src/java/org/apache/geronimo/core/log/NamedNDCConverter.java
./modules/core/src/java/org/apache/geronimo/lock/WriterPreferredInstanceLock.java
./modules/core/src/java/org/apache/geronimo/lock/LockDomain.java
./modules/core/src/java/org/apache/geronimo/lock/WriterPreferredInstanceLock2.java
./modules/core/src/java/org/apache/geronimo/lock/LockInterceptor.java
./modules/core/src/java/org/apache/geronimo/lock/WriterPreferredInstanceLock3.java
./modules/core/src/java/org/apache/geronimo/cache/SimpleInstanceCache.java
./modules/core/src/java/org/apache/geronimo/deployment/scanner/URLInfo.java
./modules/core/src/java/org/apache/geronimo/deployment/scanner/WebDAVScanner.java
./modules/core/src/java/org/apache/geronimo/ejb/container/EJBContainerUtil.java
./modules/core/src/java/org/apache/geronimo/ejb/EJBInvocationUtil.java
./modules/core/src/java/org/apache/geronimo/remoting/InvocationSupport.java
./modules/core/src/java/org/apache/geronimo/remoting/InvocationType.java
./modules/core/src/java/org/apache/geronimo/common/InvocationType.java



---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira