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:21:15 UTC

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

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
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:20 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


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

Posted by Ralph Apel <r....@r-apel.de>.
this patch should conver (almost) all assert identifier codings to
keyword codings - I ran into this issue because of an error of my own -
sometimes its funny

On Fri, 2003-08-22 at 23:21, jira@codehaus.org wrote:
> Message:
> 
>   A new issue has been created in JIRA.
> 
> ---------------------------------------------------------------------
> 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:20 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
>