Skip to content

Inspections made without presenter builder are no longer supported. Please rewrite your inspection using it #121

@vonbecmann

Description

@vonbecmann

"Pharo 13.0.0
Build information: Pharo-13.0.0+SNAPSHOT.build.682.sha.e698f2016913f479cbb80dee1008a01ca1fa30ac (64 Bit)
Build date: 26 June 2025
"

  • evaluate in playground:
    SQLite3Database memory
  • expected result: a database inspector.
  • actual result:
"Error while creating the inspector. Debug it by executing the following:"
| collector pragma context |
collector := StInspectionCollector on: self.
pragma := (SQLite3Database lookupSelector: #inspectionSQLite3Tables) pragmas first.
context := collector basicContextFromPragma: pragma.
context basicNewInspectionPresenter

after debbuging the previous expression you get

Warning signal: 'Inspections made without presenter builder are no longer supported. Please rewrite your inspection using it (chech in the system for examples)'.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions