Hi Isomorphic,
I just noticed that the 5.1p DSRequest javadocs for setDsTransaction() and setDSTransaction() show that this will call parent-calls methods. Eclipse shows the same
For getDsTransaction() / getDSTransaction() the javadocs also show that the parent method will be called, while Eclipse shows that DSRequest has its own implementation for getDsTransaction() (with lower "s").
I don't know what happens there, but shouldn't they be the same, most likely meaning also overriding getDSTransaction() (with capital "S")?
Best regards
Blama
I just noticed that the 5.1p DSRequest javadocs for setDsTransaction() and setDSTransaction() show that this will call parent-calls methods. Eclipse shows the same
For getDsTransaction() / getDSTransaction() the javadocs also show that the parent method will be called, while Eclipse shows that DSRequest has its own implementation for getDsTransaction() (with lower "s").
I don't know what happens there, but shouldn't they be the same, most likely meaning also overriding getDSTransaction() (with capital "S")?
Best regards
Blama
Comment