fterh/heimdall

View on GitHub

Showing 2 of 2 total issues

Similar blocks of code found in 2 locations. Consider refactoring.
Open

constructor(options: AliasData) {
this.value = options.value;
this.description = options.description;
this.creationDate = options.creationDate;
this.countReceived = options.countReceived;
Severity: Major
Found in lib/models/__mocks__/Alias.ts and 1 other location - About 3 hrs to fix
lib/models/Alias.ts on lines 55..63

Similar blocks of code found in 2 locations. Consider refactoring.
Open

protected constructor(options: AliasData) {
this._value = options.value;
this._description = options.description;
this._creationDate = options.creationDate;
this._countReceived = options.countReceived;
Severity: Major
Found in lib/models/Alias.ts and 1 other location - About 3 hrs to fix
lib/models/__mocks__/Alias.ts on lines 17..25
Severity
Category
Status
Source
Language