Auto-generated method stub

Hi there.

In some codes i find lots of comments like this:

//TODO: auto-generated method stub

or

//TODO: auto-generated catch block

or whatever, and I ain't got a clue what this means, may i add code in such methods? or

introspection or bcel or someone else does at runtime, or it's already done at compilation

time, or what's up there? someone helps me?

[409 byte] By [alvakoldo10a] at [2007-11-26 19:46:49]
# 1

> Hi there.

> In some codes i find lots of comments like this:

>

> //TODO: auto-generated method stub

> or

> //TODO: auto-generated catch block

>

> or whatever, and I ain't got a clue what this means,

> may i add code in such methods?

Yes, you can. They're only comments and you can always add or remove comments without affecting your application. Those comments are usually generated by an IDE.

prometheuzza at 2007-7-9 22:33:11 > top of Java-index,Java Essentials,Java Programming...
# 2
completely stupid....that's me. As I am working on RMI I messed it all up with rmi's stubs.I see i see.tnx a lot.
alvakoldo10a at 2007-7-9 22:33:11 > top of Java-index,Java Essentials,Java Programming...
# 3
> completely stupid....that's me. As I am working on> RMI I messed it all up with rmi's stubs.; )> I see i see.> tnx a lot.You're welcome.
prometheuzza at 2007-7-9 22:33:11 > top of Java-index,Java Essentials,Java Programming...