Changes between Version 34 and Version 35 of squeak_screencasts


Ignore:
Timestamp:
02/22/2013 10:14:30 PM (11 years ago)
Author:
willi.mueller
Comment:

added SwaLint screencast

Legend:

Unmodified
Added
Removed
Modified
  • squeak_screencasts

    v34 v35  
    370370After all tests are run you see a list of methods which aren't covered and the ratio of covered methods and all package's methods.
    371371
     372= SwaLint – static code analysis and metrics =
     373
     374'''Description'''
     375This video shows how to find unidiomatic code and how to collect statistics about a given class or package.
     376
     377'''Video'''
     378[[Toggle(begin)]]
     379[[Video(mp4=attachment:SwaLint.m4v, webm=attachment:SwaLint.webmhd.webm, poster=attachment:SwaLint.jpg,preload=none)]]
     380[[Toggle(end)]][[attachment:SwaLint.m4v Download mp4 video]] [[attachment:SwaLint.webmhd.webm Download webm video]]
     381
     382'''Preview'''
     383
     384[[Image(SwaLint.jpg, 300)]]
     385
     386=== Brief summary ===
     387Open SwaLint from the Apps menu to perform static code analysis, which check for idiomatic code and gather code metrics. Then select the packages and classes you want to analyze. A reporter presents the results and offers to browse the occurrences of mismatches.
     388
    372389= Contributors =
    373390 * Eric Seckler
     
    379396
    380397'''Contact us''': {robin.schreiber, eric.seckler, patrick.rein, willi.mueller}@student.hpi.uni-potsdam.de
     398
    381399http://squeakbyexample.org/