WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
59758
Fix static analyzer warnings for missing assignment to 'self' in -init methods
https://bugs.webkit.org/show_bug.cgi?id=59758
Summary
Fix static analyzer warnings for missing assignment to 'self' in -init methods
David Kilzer (:ddkilzer)
Reported
2011-04-28 16:19:20 PDT
Created
attachment 91584
[details]
Patch Reviewed by NOBODY (OOPS!). * History/WebHistory.mm: (-[WebHistoryPrivate init]): * Misc/WebElementDictionary.mm: (-[WebElementDictionary initWithHitTestResult:]): * Misc/WebIconDatabase.mm: (-[WebIconDatabase init]): * Plugins/WebPluginController.mm: (-[WebPluginController initWithDocumentView:]): * Plugins/WebPluginRequest.m: (-[WebPluginRequest initWithRequest:frameName:notifyData:sendNotification:didStartFromUserGesture:]): * WebCoreSupport/WebEditorClient.mm: (-[WebEditCommand initWithEditCommand:]): * WebCoreSupport/WebJavaScriptTextInputPanel.m: (-[WebJavaScriptTextInputPanel initWithPrompt:text:]): * WebView/WebNavigationData.mm: (-[WebNavigationData initWithURLString:title:originalRequest:response:hasSubstituteData:clientRedirectSource:]): --- 9 files changed, 46 insertions(+), 7 deletions(-)
Attachments
Patch
(6.53 KB, patch)
2011-04-28 16:19 PDT
,
David Kilzer (:ddkilzer)
andersca
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
WebKit Review Bot
Comment 1
2011-04-28 16:22:11 PDT
Attachment 91584
[details]
did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebKit/mac/ChangeLog', u'Source/Web..." exit_code: 1 Source/WebKit/mac/ChangeLog:1: ChangeLog entry has no bug number [changelog/bugnumber] [5] Total errors found: 1 in 9 files If any of these errors are false positives, please file a bug against check-webkit-style.
Anders Carlsson
Comment 2
2011-04-28 16:38:48 PDT
Comment on
attachment 91584
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=91584&action=review
> Source/WebKit/mac/ChangeLog:3 > + <http://webkit.org/b/00000> Fix static analyzer warnings for missing assignment to 'self' in -init methods
This should be a valid bug number of course :)
David Kilzer (:ddkilzer)
Comment 3
2011-04-28 21:58:48 PDT
Committed
r85302
: <
http://trac.webkit.org/changeset/85302
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug