You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"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)'.