| Priority |
Normal |
| Type | Bug |
| State | Fixed |
| Assignee | Bas Leijdekkers |
| Subsystem | Code Analysis. Inspection |
| Affected versions |
No affected versions
|
| Fixed in |
No fix versions
|
| Fixed in build |
Next build |
| Build |
7531
|
| Fixed in build |
7758
|
IDEA-41867 |
When suggesting that a type may be weakened, check for new checked exceptions. |
|
|
public static String hashes(int len) {
StringBuilder sb = new StringBuilder();
for(int i=0;i<len;i++)
sb.append('#');
return sb.toString();
}
|
|
Bas Leijdekkers
12 Mar 2008 18:19
(22 months ago)
|
|