A&O Simon Lindgren 2012-08-06: Code issue detection and code actions for MonoDevelop and NRefactory
3 views
Skip to first unread message
Simon Lindgren
unread,
Aug 6, 2012, 6:00:18 PM8/6/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mono-s...@googlegroups.com
Objectives:
- Convert anonymous method <=> Lambda
- Finish "Variable can be demoted" code issue
Achievements:
- Code issue: A throw statement inside a catch clause which throws the exception caught. Empty throw should be used instead. [DONE]
- Code issue: Static field in generic type [DONE]
- Code issue: [ThreadStatic] does nothing with instance fields [DONE]
- Finish "Variable can be demoted" code issue [NOT DONE]
Bonus:
- Much improved inspection for arguments that are identical to the default value of the parameter.