StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

Andy Turner

Rating
1710.64 (107th)
Reputation
94,166 (819th)
Page: 1 ... 10 11 12 13 14 ... 70
Title Δ
Java generics ambiguous method +0.29
How to create a generic method that accepts only generic parameters... -0.08
Why do the rules regarding typecasting and arithmetic operator as d... 0.00
Constructor newInstance generates local instance only +0.72
How to get a class instance of Parameterized type with two generics 0.00
What is the actual difference between widening conversion and numer... 0.00
Is there a typo in "Using interruption for cancellation"... +0.42
Comparing the sum of two ArrayLists of objects using 'compareTo... +1.07
How to fix the "if" always going "true" 0.00
How to properly unit test "abstracted" file handling? +0.25
Casting generified classes 0.00
Not getting right Output +0.26
how to increment values stored in an integer list java -2.10
Why would setting the interrupted status too early before a blockin... 0.00
How to make a specialization of Map unmodifiable? +1.35
How to initialize array in Generics with mix data types -1.02
Why is Jackson TypeReference abstract? +2.15
how to convert this code into the switch statement +0.26
Static inner class fields value (default 0, why?) +0.26
ternary operation behaves weirdly 0.00
Why doesn't Java have setMessage in Exception/Throwable classes? +0.36
TimeZone.getDefault() Attribute value must be constant error 0.00
What is a significant field for the equals contract (effective java... -1.06
Predicate<? super X>.and(Predicate<? super X>) is not a... +1.34
Guava: How to type a List of powersets of generic Enums 0.00
Sorted Array vs Hashtable: Which data structure would be more effic... -1.64
Intellij condition always false when reached warning -0.23
Can you "dynamically bind" overloaded methods? 0.00
Type Casting List<ChildClass> to List<BaseClass> 0.00
How to collect String[][]? 0.00
How can I label and break out of a catch block? +0.30
How do I instantiate a generic type? -0.21
Is this a safe way to synchronize a block of code? +1.08
Nullable variable is checked for null in method but not recognized +1.10
Is there java.util.Optional.or(Supplier<Optional>) implementa... +0.34
Generics in Hierarchical Model Issue 0.00
How to correctly type no-arg and withVar constructors in a generic... 0.00
Junit not catching FileNotFoundException -1.34
Generic Input Parameter Compilation Error With Enum 0.00
Sum an element to every other element in a list +1.81
Java 8 time zone ZoneRulesException: Unknown time-zone ID: EST +1.68
How the main thread sleep/interrupt works in following code +1.38
What is the purpose of throwing all caught exceptions? +0.09
How can I make a method with a bounded type parameter exclude one s... -0.80
populate repeated element of proto 0.00
Is it bad practise to use Stream.ofNullable to process a nullable L... 0.00
Why do I need to use count -=1 in the following code? +0.28
How to sort some specific element in an array using comparator -0.49
Tricky interview question about generics, bounded wildcards and get... 0.00
How to loop only when say yes/continue. My code just keep looping a... -0.73