SupportVol / BackEnd

This repository manages data storage, authentication, and business logic for efficient volunteer coordination.
https://supportvol-dot-support-vol.as.r.appspot.com/
Apache License 2.0
1 stars 0 forks source link

(JS-0235) Found `this`/`super` before calling `super()` in constructors #65

Closed Programmer-RD-AI closed 3 months ago

Programmer-RD-AI commented 3 months ago

Description

In the constructor of derived classes, if this/super are used before super() calls, it raises a reference error. The constructor method is a special method for creating and initializing an object created with a class. There can only be one special method with the name constructor in a class. A …

Occurrences

There are 8 occurrences of this issue in the repository.

See all occurrences on DeepSource → app.deepsource.com/gh/SupportVol/BackEnd/issue/JS-0235/occurrences/