pq24878 Overriding #= method in a class causes inablility to generate default ivars from public int. editor ---------------------------------------------------------------------------------------------------- Affected Platforms: All Affected Features: AppBldr Prerequisites: v4.5a Symptom: If you override the #= method in a class and then go to the public interface editor for that class and add an attribute and attempt to generate the default scripts and instance variable, it will walkback when attempting to create the instance variable. Workaround: Manually create ivars in Script Editor, or generate all ivars before overriding #= method.