This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 250897 - japa.parser.ParseException: Encountered " ">" "> "" at line 123, column 46. Was expecting one of: "boolean" ... "byte" ... "char" ... "double" ... "false" ... "float" ... "
Summary: japa.parser.ParseException: Encountered " ">" "> "" at line 123, column 46. W...
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-04 14:43 UTC by timmaher
Modified: 2015-03-04 14:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 215400


Attachments
stacktrace (6.56 KB, text/plain)
2015-03-04 14:43 UTC, timmaher
Details

Note You need to log in before you can comment on or make changes to this bug.
Description timmaher 2015-03-04 14:43:49 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.31-b07, Java(TM) SE Runtime Environment, 1.8.0_31-b13
OS: Mac OS X

User Comments:
timmaher: Had just run an easyUML reverse engineer but didnt see a problem.

GUEST: Installed easyUML plugin
Right-clicked my (Maven-) project 
Clicked "easyUML Create Class Diagram"




Stacktrace: 
japa.parser.ParseException: Encountered " ">" "> "" at line 123, column 46.
Was expecting one of:
    "boolean" ...
    "byte" ...
    "char" ...
    "double" ...
    "false" ...
    "float" ...
    "int" ...
    "long" ...
    "new" ...
    "null" ...
    "short" ...
    "super" ...
    "this" ...
    "true" ...
    "void" ...
    <LONG_LITERAL> ...
    <INTEGER_LITERAL> ...
    <FLOATING_POINT_LITERAL> ...
    <CHARACTER_LITERAL> ...
    <STRING_LITERAL> ...
    <IDENTIFIER> ...
    "(" ...
    "!" ...
    "~" ...
    "++" ...
    "--" ...
    "+" ...
    "-" ...
    
   at japa.parser.ASTParser.generateParseException(ASTParser.java:7966)
   at japa.parser.ASTParser.jj_consume_token(ASTParser.java:7839)
   at japa.parser.ASTParser.UnaryExpression(ASTParser.java:2260)
   at japa.parser.ASTParser.MultiplicativeExpression(ASTParser.java:2153)
   at japa.parser.ASTParser.AdditiveExpression(ASTParser.java:2142)
   at japa.parser.ASTParser.ShiftExpression(ASTParser.java:2079)
Comment 1 timmaher 2015-03-04 14:43:51 UTC
Created attachment 152394 [details]
stacktrace