sourish-rygbee / javaparser

Automatically exported from code.google.com/p/javaparser
0 stars 0 forks source link

Incorrect parsing of arrays declarations #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I believe that the parser handles some array declarations incorrect.

What steps will reproduce the problem?
1. Create the following method:
public void test(int argument[]) {}
2. parse it
3.

What is the expected output? What do you see instead?
Expected:
The paramater#type = int[]
The paramater#id = argument

Actual:
The paramater#type = int
The paramater#id = argument[]

What version of the product are you using? On what operating system?
1.05

Please provide any additional information below.

Original issue reported on code.google.com by aisz...@gmail.com on 7 Jan 2009 at 6:17

GoogleCodeExporter commented 9 years ago
Sorry - this is supported correclty - it's just me being tired.
This issue can be closed.

Original comment by aisz...@gmail.com on 7 Jan 2009 at 6:48

GoogleCodeExporter commented 9 years ago
All right!
Issue closed.

thanks.

Original comment by jges...@gmail.com on 9 Jan 2009 at 7:36