rpgoldman / europa-pso

Automatically exported from code.google.com/p/europa-pso
0 stars 0 forks source link

Inconsistent use of 'this' in NDDL #106

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
If I create a class with a member variable v, I can use 'this.i' in any 
predicate definition to refer to it.  However, I can't use 'this.i' in the 
class constructor, which I didn't expect.  Is there a reason not to enable it 
there.

Some of these issues that surprise me might be mitigated by better 
documentation (although some are real bugs, I think).  I've updated a couple of 
documentation tickets that have been open for a while.

Original issue reported on code.google.com by tristanb...@gmail.com on 4 Mar 2011 at 12:58