Menu

#248 Class Browser fails on nested record / class types

Closed
closed-fixed
5
2026-02-27
2021-04-25
No

The class browser fails to parse nested type declarations correctly. E.g.

type
  TClassOne = class
  public
    FBlub: string;
  public
    type
      TClassTwo = class
      public
        FBla: string;
      end;
  end;

The class browser shows both, FBlub and FBla as members of TClassOne. It also does not show the TClassTwo type at all.

Discussion

  • Thomas Mueller

    Thomas Mueller - 2026-02-27
    • status: open --> closed-fixed
    • Group: New --> Closed
     
  • Thomas Mueller

    Thomas Mueller - 2026-02-27

    fixed in revision #5182

     

Log in to post a comment.

MongoDB Logo MongoDB