
|
If you were logged in you would be able to see more operations.
|
|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
Environment:
|
WinXP
|
|
| Build: |
4,155
|
| Fixed in build: |
5,553
|
| Severity: |
Low
|
"Code Style – Wrapping – Array initializer – New line after '{' and Place '}' on new line" seem to have no effect, at least on the sample. Regardless of these options state, the following part of the sample code stays the same:
int[] a = new int[]{1, 2, 0x0052,
0x0053, 0x0054};
|
|
Description
|
"Code Style – Wrapping – Array initializer – New line after '{' and Place '}' on new line" seem to have no effect, at least on the sample. Regardless of these options state, the following part of the sample code stays the same:
int[] a = new int[]{1, 2, 0x0052,
0x0053, 0x0054}; |
Show » |
| There are no comments yet on this issue.
|
|