Actions
Architecture #1653
closedRemove use of "return"
Status:
Rejected
Priority:
3
Assignee:
-
Category:
Architecture - Code maintenance
Target version:
Pull Request:
Effort required:
Name check:
Fix check:
Regression:
Description
Using "return" cause null pointer exception in Scala. Never use it.
(ok, it's a little over-simplified, but nonetheless, we should not use return).
Updated by Jonathan CLARKE about 13 years ago
- Target version changed from 19 to 21
Updated by Jonathan CLARKE about 13 years ago
- Target version changed from 21 to 23
Updated by François ARMAND about 13 years ago
- Target version changed from 23 to 18
Some remain in 2.3, but we won't change that as near as the release date.
Updated by François ARMAND about 13 years ago
- Target version changed from 18 to 24
Updated by Jonathan CLARKE over 12 years ago
- Target version changed from 24 to Ideas (not version specific)
Updated by Nicolas CHARLES almost 12 years ago
- Tracker changed from Bug to Architecture
I'm changing from "bug" to "architecture", as it is more suited for this kind of task
Updated by François ARMAND almost 10 years ago
- Status changed from New to Rejected
In 3.0, we almost have no return, and the little we have are justfiable. So closing that ticket, as it does not help much here.
Actions