Issue631017

classification
Title: Private fields mismangled
Type: Severity: normal
Components: Core Versions:
Milestone:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: bckfnn Nosy List: bckfnn
Priority: normal Keywords:

Created on 2002-10-30.12:52:51 by bckfnn, last changed 2002-10-30.12:55:45 by bckfnn.

Messages
msg778 (view) Author: Finn Bock (bckfnn) Date: 2002-10-30.12:52:51
Private fields are mangled incorrectly when the name of
class starts with an underscore. See test374 and test375.
msg779 (view) Author: Finn Bock (bckfnn) Date: 2002-10-30.12:55:45
Logged In: YES 
user_id=4201

Fixed in 
CodeCompiler.java: 2.31;
SrcGenCompiler.py: 2.3;
History
Date User Action Args
2002-10-30 12:52:51bckfnncreate