Open Bug 274329 Opened 21 years ago Updated 3 years ago

Cleanup nsnull usage in conditional expressions

Categories

(Core :: Layout, enhancement)

enhancement

Tracking

()

People

(Reporter: MatsPalmgren_bugz, Unassigned)

Details

Cleanup nsnull usage in conditional expressions. The preferred style is "if (ptr)", not "if (nsnull != ptr)" which is frequently used. Same for "nsnull == ptr" vs "!ptr".

I don't know where to look for this

Is this still an issue?

The bug assignee is inactive on Bugzilla, so the assignee is being reset.

Assignee: MatsPalmgren_bugz → nobody
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.