Reporter | Julien Lebosquain (mrjul) |
---|---|
Created | May 18, 2011 4:06:34 PM |
Updated | Mar 25, 2012 5:23:35 AM |
Resolved | Nov 29, 2011 12:35:34 AM |
Priority | Critical |
Type | Bug |
Fix versions | 6.1 |
State | Fixed |
Assignee | Evgeny Pasynkov (pasynkov) |
Subsystem | Code Analysis - Control Flow |
Affected versions | 6.0 EAP |
Fixed in build | 6.0.2152.733 |
DateTime and TimeSpan methods such as Add() or ToUniversalTime() should be externally annotated with PureAttribute since they return new values. It would avoid false "Impure method is called for readonly field of value type".