Open Bug 1892247 Opened 3 months ago Updated 3 months ago

Add JSDoc comments for the subclasses of BackupResource

Categories

(Firefox :: Profile Backup, task, P3)

task

Tracking

()

People

(Reporter: mconley, Unassigned)

References

(Blocks 1 open bug)

Details

(Whiteboard: [fidefe-device-migration])

The BackupResource abstract class has a number of methods that need overriding, and those overrides have various expected parameters and return values. While working on bug 1886614, I noticed that we'd drifted slightly where some of the subclasses weren't returning the expected value - and this wasn't enforced from ESLint because we weren't putting the JSDoc stuff from the abstract class in the subclasses.

The easiest way to try to fix this for now is probably to start a convention where we put the JSDoc stuff in the subclasses as well.

Severity: -- → N/A
Priority: -- → P3
You need to log in before you can comment on or make changes to this bug.