ericssmith / scalafx

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

Side effects notation #90

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Whe calling methods that produces side effects, the Scala notation suggest to 
use empty parens.
In ScalaFX side effects are not using this notation.
For example the scalafx.event.Event has a consume method with signature

def consume = delegate.consume

It should be

def consume() = delegate.consume

To be called .consume()

Original issue reported on code.google.com by dae...@gmail.com on 24 Sep 2013 at 2:56

GoogleCodeExporter commented 9 years ago
This issue has been fixed a while ago, resolved in milestone 4.

Original comment by jpsacha on 25 Sep 2013 at 1:59

GoogleCodeExporter commented 9 years ago

Original comment by jpsacha on 22 May 2014 at 1:13