Bug 125317

Summary: Code refactor: process_clean_line at cpp style checker can be simplified
Product: WebKit Reporter: Daker Fernandes Pinheiro <daker.pinheiro>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, commit-queue, daker.pinheiro, glenn, ossy
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Remove excessive nesting from _EnumState.process_clean_line at cpp style checker
ossy: review-
Remove excessive nesting from _EnumState.process_clean_line at cpp style checker none

Description Daker Fernandes Pinheiro 2013-12-05 14:04:12 PST
There is excessive nesting in this particular method.
Comment 1 Daker Fernandes Pinheiro 2013-12-05 14:10:18 PST
Created attachment 218542 [details]
Remove excessive nesting from _EnumState.process_clean_line at cpp style checker
Comment 2 WebKit Commit Bot 2013-12-05 14:12:34 PST
Attachment 218542 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'LayoutTests/ChangeLog', u'Source/WebCore/ChangeLog', '--commit-queue']" exit_code: 1
ERROR: Source/WebCore/ChangeLog:26:  You should remove the 'No new tests' and either add and list tests, or explain why no new tests were possible.  [changelog/nonewtests] [5]
ERROR: Source/WebCore/ChangeLog:60:  You should remove the 'No new tests' and either add and list tests, or explain why no new tests were possible.  [changelog/nonewtests] [5]
ERROR: Source/WebCore/ChangeLog:90:  You should remove the 'No new tests' and either add and list tests, or explain why no new tests were possible.  [changelog/nonewtests] [5]
Total errors found: 3 in 2 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Csaba Osztrogonác 2013-12-05 14:28:58 PST
Comment on attachment 218542 [details]
Remove excessive nesting from _EnumState.process_clean_line at cpp style checker

I'm sure it is an accidentally uploaded file. Could you upload the real fix?
Comment 4 Daker Fernandes Pinheiro 2013-12-05 19:25:37 PST
Created attachment 218563 [details]
Remove excessive nesting from _EnumState.process_clean_line at cpp style checker
Comment 5 WebKit Commit Bot 2014-07-12 17:54:37 PDT
Comment on attachment 218563 [details]
Remove excessive nesting from _EnumState.process_clean_line at cpp style checker 

Clearing flags on attachment: 218563

Committed r171039: <http://trac.webkit.org/changeset/171039>
Comment 6 WebKit Commit Bot 2014-07-12 17:54:40 PDT
All reviewed patches have been landed.  Closing bug.