Closed
Bug 140928
Opened 23 years ago
Closed 21 years ago
[mozTXTToHTMLConv] diff's of code declaring pointers with values that are *cast* to pointers* appear *bold*
Categories
(Core :: Networking, enhancement, P5)
Core
Networking
Tracking
()
VERIFIED
WONTFIX
Future
People
(Reporter: timeless, Assigned: BenB)
References
()
Details
rv:0.9.9+) Gecko/2002041603
these two lines result in bold text:
- nsHTTPFinalListener *fl = NS_STATIC_CAST (nsHTTPFinalListener*, sl);
+ nsHTTPFinalListener *fl = NS_STATIC_CAST (nsHTTPFinalListener*, sl);
I know that this is currently intentional (ie not random), but I'd like to see
if we can come up with a way to reduce this false positive.
I have one suggestions for rules which would handle this case:
abandon searches at ()s
I had considered that recognizing diffs /^[+-]/ might be useful but after some
thought I decided against that suggestion.
Assignee | ||
Comment 1•23 years ago
|
||
confirming.
<http://www.bucksch.org/1/projects/mozilla/16507>
Low priority. There're not that many C-programmers in the world...
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Windows 98 → All
Priority: -- → P5
Hardware: PC → All
Target Milestone: --- → Future
Assignee | ||
Updated•23 years ago
|
Severity: minor → enhancement
Status: NEW → ASSIGNED
Assignee | ||
Updated•23 years ago
|
Blocks: 116842
Summary: diff's of code declaring pointers with values that are *cast* to pointers* appear *bold* → [mozTXTToHTMLConv] diff's of code declaring pointers with values that are *cast* to pointers* appear *bold*
Assignee | ||
Updated•21 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•