kevinmiles / dxcorecommunityplugins

Automatically exported from code.google.com/p/dxcorecommunityplugins
0 stars 0 forks source link

CR_DeclareParameter throws System.NullReferenceException #135

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Which edition of the DevExpress toolset are you using?
* CodeRush (pro)

Which version of the DevExpress toolset are you using?
 * 11.2.10

Which version of Studio are you using?
* VS2010

What OS?
 *Win7 64bit

Which community plugin(s) are you attempting to use?
CR_DeclareParameter 1.0.0.2198

What steps will reproduce the problem?
1. Move the cursor over a string

What is the expected output? What do you see instead?

Type: System.NullReferenceException
Message: Object reference not set to an instance of an object.
Source: CR_DeclareParameter
Target: Boolean 
ReferencesLocals(DevExpress.CodeRush.StructuralParser.Expression, 
System.Collections.Generic.IEnumerable`1[DevExpress.CodeRush.StructuralParser.Va
riable])

Call Stack:
   at CR_DeclareParameter.PlugIn1.ReferencesLocals(Expression Expression, IEnumerable`1 Locals)
   at CR_DeclareParameter.PlugIn1.DeclareParameter_CheckAvailability(Object sender, CheckContentAvailabilityEventArgs ea)
   at DevExpress.CodeRush.Core.ContentProvider.OnCheckAvailability(CheckContentAvailabilityEventArgs ea)

Original issue reported on code.google.com by seikad...@gmail.com on 30 Mar 2012 at 1:57

GoogleCodeExporter commented 8 years ago
Multiple NullReferenceException Errors eliminated. See build 2202

Original comment by RoryBec...@gmail.com on 2 Apr 2012 at 8:35