Architecture (meta) #1653
Remove use of "return"
| Status: | New | Start date: | 2011-08-29 | |
|---|---|---|---|---|
| Priority: | 3 | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | Architecture - Refactoring | |||
| Target version: | Ideas (not version specific) | |||
| Needs translating: | No |
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).
History
#1
Updated by Jonathan CLARKE over 1 year ago
- Target version changed from 19 to 21
#2
Updated by Jonathan CLARKE over 1 year ago
- Target version changed from 21 to 23
#3
Updated by François ARMAND over 1 year ago
- Target version changed from 23 to Ideas (2.4 specific)
Some remain in 2.3, but we won't change that as near as the release date.
#4
Updated by François ARMAND over 1 year ago
- Target version changed from Ideas (2.4 specific) to Ideas (2.5 specific)
#5
Updated by Jonathan CLARKE about 1 year ago
- Target version changed from Ideas (2.5 specific) to Ideas (not version specific)
#6
Updated by Nicolas CHARLES 6 months ago
- Tracker changed from Bug to Architecture (meta)
- Needs translating set to No
- 2 set to 0
I'm changing from "bug" to "architecture", as it is more suited for this kind of task