[Webkit-unassigned] [Bug 90697] New: Web Inspector: CodeGeneratorInspector.py should not generate statements with no effect

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 6 10:30:37 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=90697

           Summary: Web Inspector: CodeGeneratorInspector.py should not
                    generate statements with no effect
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: vivekgalatage at gmail.com
                CC: timothy at apple.com, rik at webkit.org, keishi at webkit.org,
                    pmuellr at yahoo.com, joepeck at webkit.org,
                    pfeldman at chromium.org, yurys at chromium.org,
                    bweinstein at apple.com, apavlov at chromium.org,
                    loislo at chromium.org


While generating InspectorBackendDispatcher.cpp, CodeGeneratorInspector.py generates lot of statements in the code which has no effect as -

if (!error.length()) {
}

This should be avoided.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list