sourish-rygbee / javaparser

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

Misspelled getter and setter for package in compilation unit #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The getter and setter for the package of class CompilationUnit are called 
'getPakage' and 'setPakage' respectively. They should be called 
'getPackage' and 'setPackage' instead.

Using v1.0.5.

Original issue reported on code.google.com by j.stu...@gmail.com on 31 Oct 2008 at 2:29

GoogleCodeExporter commented 9 years ago
I've used eclipse to automate getters and setters generation and don't check it
spelling...

I will correct it and release in the next build.

Thanks!

Original comment by jges...@gmail.com on 31 Oct 2008 at 3:32

GoogleCodeExporter commented 9 years ago
Issue fixed, delivered in release 1.0.6

Original comment by jges...@gmail.com on 12 Jan 2009 at 1:05