Closed Bug 140928 Opened 22 years ago Closed 20 years ago

[mozTXTToHTMLConv] diff's of code declaring pointers with values that are *cast* to pointers* appear *bold*

Categories

(Core :: Networking, enhancement, P5)

enhancement

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.
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
Severity: minor → enhancement
Status: NEW → ASSIGNED
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*
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → WONTFIX
V:wontfix.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.