ccamel/playground-binding.scala

View on GitHub
src/main/scala/com/ccm/me/playground/bindingscala/ledmatrix/ui.scala

Summary

Maintainability
C
7 hrs
Test Coverage

Function renderControl has 108 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  @dom def renderControl = {
    <div class="row">
      <div class="col s12">
        <label>Selected demo</label>
        <select local-id="itDemo" onchange={_: Event => selectDemo(Some(demos(itDemo.value.toInt)))}>
Severity: Major
Found in src/main/scala/com/ccm/me/playground/bindingscala/ledmatrix/ui.scala - About 4 hrs to fix

    File ui.scala has 292 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    /*
    The MIT License (MIT)
    
    Copyright (c) 2017 Chris Camel
    
    
    Severity: Minor
    Found in src/main/scala/com/ccm/me/playground/bindingscala/ledmatrix/ui.scala - About 3 hrs to fix

      There are no issues that match your filters.

      Category
      Status