carloscs

- Total activity 135
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 61
-
-
carloscs created a post, Generics problem
Even more blind than my usual self...public void test() { List<?> s = new ArrayList<String>(); List<List<String>> data = new ArrayList<List<String>>(); List<List<?>> x = data; List<... -
-
-
-
-
-
carloscs created a post, Magic Number inspection
Add 100 and 1000 as exceptions for the Magic Number inspection. Very commonly used numbers.http://www.jetbrains.net/jira/browse/IDEA-15537 -
-
carloscs commented,