| Anonymous | Login | Signup for a new account | 2013-05-21 23:11 CEST | ![]() |
| All Projects | FPC | Lazarus: Packages, Patches | Lazarus CCR | Mantis | fpGUI | fpcprojects: fpprofiler |
| Main | My View | View Issues | Change Log | Roadmap |
| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
| 0014650 | FPC | Compiler | public | 2009-09-21 19:44 | 2009-10-02 18:37 | ||||
| Reporter | theo | ||||||||
| Assigned To | Jonas Maebe | ||||||||
| Priority | normal | Severity | tweak | Reproducibility | always | ||||
| Status | closed | Resolution | fixed | ||||||
| Platform | OS | OS Version | |||||||
| Product Version | 2.2.4 | Product Build | |||||||
| Target Version | Fixed in Version | 2.6.0 | |||||||
| Summary | 0014650: Access private field in different unit. | ||||||||
| Description | uses contnrs; type TPublicQueueList = class(TQueue) public property List: TList read FList; end; This compiles. FList is private in TOrderedList. Isn't this a lesson 0000001 no-go in OOP? | ||||||||
| Tags | No tags attached. | ||||||||
| FPCOldBugId | |||||||||
| Fixed in Revision | 13794 | ||||||||
| Attached Files | |||||||||
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2009-09-21 19:44 | theo | New Issue | |
| 2009-10-02 15:51 | Jonas Maebe | Fixed in Revision | => 13794 |
| 2009-10-02 15:51 | Jonas Maebe | Status | new => resolved |
| 2009-10-02 15:51 | Jonas Maebe | Fixed in Version | => 2.5.1 |
| 2009-10-02 15:51 | Jonas Maebe | Resolution | open => fixed |
| 2009-10-02 15:51 | Jonas Maebe | Assigned To | => Jonas Maebe |
| 2009-10-02 18:37 | theo | Status | resolved => closed |
| 2009-10-02 18:37 | theo | Note Added: 0031088 | |
| Main | My View | View Issues | Change Log | Roadmap |



