ThesaHelp: references i-l
Topic: aliasing
Topic: safe use of pointers
Topic: immutable files and data
Topic: shared objects
Topic: data type by access rights
| |
Reference
Kneisel, G., Theisen, D.,
"JAC--Access right based encapsulation for Java",
Software--Practice and Experience, 31, 6, May 2001, pp. 555-576.
Google
Quotations
557 ;;Quote: control aliasing through read-only types with read-only methods; does not change the transitive state of an object
| 563 ;;Quote: Java allows objects of a class to mutually access their private fields; undermines controlled access to individual objects
| 567 ;;Quote: for read-only types, use 'mutable' for variables and return values that are not part of the conceptual state; e.g., debugging output, counters, internal caches
|
Related Topics
ThesaHelp: references i-l (342 items)
Topic: aliasing (28 items)
Topic: safe use of pointers (102 items)
Topic: immutable files and data (57 items)
Topic: shared objects (13 items)
Topic: data type by access rights (20 items)
|