Menu

#39 Java Constructor with type Long Paramater

v1.5
open
BNCompiler (20)
5
2009-12-02
2009-12-02
Anonymous
No

Example:

Generated Class FooA has constructor FooA( Long someLongValue )

Class FooB calls FooA constructor

Expected Result:

new FooA( 0L )

Actual Behaviour:

new FooA( 0 ) (Zero is seen as int not long)

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.