JSMD/workflow

View on GitHub
src/module/definition-builder.js

Summary

Maintainability
A
2 hrs
Test Coverage

Showing 1 of 1 total issue

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

if (transition instanceof Transition) {
transition.froms.forEach(validatePlaces.bind(this)('from'));
transition.tos.forEach(validatePlaces.bind(this)('to'));
 
this.transitions.add(transition);
Severity: Major
Found in src/module/definition-builder.js and 1 other location - About 2 hrs to fix
src/module/definition.js on lines 45..52
Category
Status