
|
If you were logged in you would be able to see more operations.
|
|
|
ReSharper
Created: 26 Jan 08 22:55
Updated: 13 Mar 08 22:38
|
|
| Component/s: |
Generate Action
|
| Fix Version/s: |
4.0
|
|
Security Level:
|
Everybody
(All jira users)
|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
This is ReSharper 3.1
namespace ConsoleApplication2 {
class Program {
private string a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z;
public Program(string a, string b, string c, string d, string e, string f, string g, string h, string i, string j, string k, string l, string m, string n, string o, string p, string q, string r, string s, string t, string u, string v, string w, string x, string y, string z) {
this.a=a;
this.b=b;
this.c=c;
this.d=d;
this.e=e;
this.f=f;
this.g=g;
this.h=h;
this.i=i;
this.j=j;
this.k=k;
this.l=l;
this.m=m;
this.n=n;
this.o=o;
this.p=p;
this.q=q;
this.r=r;
this.s=s;
this.t=t;
this.u=u;
this.v=v;
this.w=w;
this.x=x;
this.y=y;
this.z=z;
}
}
}
|
|
Description
|
This is ReSharper 3.1
namespace ConsoleApplication2 {
class Program {
private string a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z;
public Program(string a, string b, string c, string d, string e, string f, string g, string h, string i, string j, string k, string l, string m, string n, string o, string p, string q, string r, string s, string t, string u, string v, string w, string x, string y, string z) {
this.a=a;
this.b=b;
this.c=c;
this.d=d;
this.e=e;
this.f=f;
this.g=g;
this.h=h;
this.i=i;
this.j=j;
this.k=k;
this.l=l;
this.m=m;
this.n=n;
this.o=o;
this.p=p;
this.q=q;
this.r=r;
this.s=s;
this.t=t;
this.u=u;
this.v=v;
this.w=w;
this.x=x;
this.y=y;
this.z=z;
}
}
}
|
Show » |
| There are no comments yet on this issue.
|
|