
|
Available Workflow Actions
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
| Build: |
3,341
|
| Severity: |
Medium
|
Given code:
void method() {
Arrays.asList("","",);
}
IDEA highlights the line as erroneous, about how asList can't be applied to String,String,null.
The error should be on the comma, saying "missing argument" or "extra comma" or something to that effect.
|
|
Description
|
Given code:
void method() {
Arrays.asList("","",);
}
IDEA highlights the line as erroneous, about how asList can't be applied to String,String,null.
The error should be on the comma, saying "missing argument" or "extra comma" or something to that effect. |
Show » |
| There are no comments yet on this issue.
|
|