• Noel Grandin's avatar
    new loplugin inlineablemethods · a18d92bc
    Noel Grandin yazdı
    look for methods that are:
    
    (*) non-virtual
    (*) only called once
    (*) only called from inside their own class
    (*) small i.e. < 40 characters
    
    which are candidates for just having their code inlined
    
    Change-Id: I0e9e8125d140282cdcdd2a77374059b17b2fcd7d
    a18d92bc
inlineablemethods.py 6.46 KB