[Webkit-unassigned] [Bug 39746] New: qt_runtime.h has coding-style errors

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 26 09:32:44 PDT 2010


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

           Summary: qt_runtime.h has coding-style errors
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: agbakken at gmail.com


WebCore/bridge/qt/qt_runtime.h:20:  #ifndef header guard has wrong style, please use: qt_runtime_h  [build/header_guard] [5]
WebCore/bridge/qt/qt_runtime.h:76:  This { should be at the end of the previous line  [whitespace/braces] [4]
WebCore/bridge/qt/qt_runtime.h:98:  This { should be at the end of the previous line  [whitespace/braces] [4]
WebCore/bridge/qt/qt_runtime.h:170:  This { should be at the end of the previous line  [whitespace/braces] [4]
WebCore/bridge/qt/qt_runtime.h:181:  d_func is incorrectly named. Don't use underscores in your identifier names.  [readability/naming] [4]
WebCore/bridge/qt/qt_runtime.h:193:  This { should be at the end of the previous line  [whitespace/braces] [4]
WebCore/bridge/qt/qt_runtime.h:195:  Extra space before )  [whitespace/parens] [2]
WebCore/bridge/qt/qt_runtime.h:202:  d_func is incorrectly named. Don't use underscores in your identifier names.  [readability/naming] [4]
WebCore/bridge/qt/qt_runtime.h:213:  This { should be at the end of the previous line  [whitespace/braces] [4]
Total errors found: 9 in 1 files

-- 
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