ParseException with some generics
---------------------------------

                 Key: MJNCSS-53
                 URL: https://jira.codehaus.org/browse/MJNCSS-53
             Project: Maven 2.x JavaNCSS Plugin
          Issue Type: Bug
    Affects Versions: 2.0
            Reporter: Christoph Stäbler


Hi,

I get an ParseException when I try parsing this line of code:

{code}
this.<SomeDataType> foo( pValue );
{code}

Error:
{code}
ParseException in ....classname.java 
Encountered " "<" "< "" at line 83, column 14.
Was expecting one of:
    "assert" ...
    <IDENTIFIER> ...
    ";" ...
    "=" ...
    "++" ...
    "--" ...
    "+=" ...
    "-=" ...
    "*=" ...
    "/=" ...
    "&=" ...
    "|=" ...
    "^=" ...
    "%=" ...
    "<<=" ...
    ">>=" ...
    ">>>=" ...
{code}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira



---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to