google-code-export / pushbuttonengine

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

Make Instance and Static function names distinct #184

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Goto the static Logger.error method

What is the expected output? What do you see instead?
There is not an instance method in the same class with the same name.

What version of the product are you using?
Last release.

Please provide any additional information below.
Mainly useful when using with a language like Haxe, which does not support 
instance and static names with the same name. Currently have to edit the source 
to create bindings for the code. I would prefer to not have to :)

Original issue reported on code.google.com by kin...@gmail.com on 18 Apr 2011 at 6:11

GoogleCodeExporter commented 9 years ago
Please submit a pull request to the GitHub project at 
https://github.com/PushButtonLabs/PushButtonEngine on the PBE2 branch.

Original comment by ben.garney on 18 Apr 2011 at 6:47