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 ... 24 25 26 27 28 ... 70
Title Δ
Static collection shared between multiple threads behavior +0.27
Java: How does automatic casting work? 0.00
How is it possible for a program to contain exclusively thread-safe... +0.29
removeIf() of List not working throwing - UnsupportedOperationExcep... -1.46
Getting an object from its address -2.35
What does “Using non reentrant iterator method: Array.iterator()” e... 0.00
Reason for default concurrency level of ConcurrentHashMap -0.58
Case insensitive input and any advice for improvement -0.74
How to initialise a Map<K, Map<K,V>> on a single line +0.03
Isn't Integer a reference? Why doesnt an inc not update a hashm... 0.00
Bag remove() method 0.00
why does java's String split("\\s") have an empty str... +0.28
What's the difference between readInternal and read in Abstract... 0.00
Java function definition with brackets syntax 0.00
Optimizing method in Java +0.42
Can the solution be improved? 0.00
IDE recommends change from final class to Enum -0.60
JSON - Java Eclipse java.lang.ClassCastException: Integer cannot be... 0.00
create a map with value as generic type and ability to do operation... +0.29
Find min in Linked list 0.00
Using bubble method to sort an array in increasing order. Other arr... 0.00
Why am I unable to add the contents of a ArrayList into another Arr... -1.73
How to remove an unnecessary int allocation when converting a two d... +0.29
Is there any way to predefine length of an array parameter by annot... -0.83
Java Scanner next() scanning in empty tokens 0.00
for loop has "dead code" at i++ +0.16
Generic method returning a List while instantiating the generic Typ... +0.31
I cannot find the logic error in this conditional statement. I don&... +0.29
How to define a method in an interface that can return a list of an... 0.00
new List<A & ? extends B>(); +0.83
Non-thread-safe fields should not be static, sonar lint error +0.94
Does using the "new" statement on an already created obje... +0.32
To Verify that an ascii string contains unique character using bit... 0.00
Casting to raw type +1.20
Converting Native C++ code to Java 0.00
Java ConcurrentModificationException when on ArrayList Deletion +0.04
Order of Java 8's datetime package DayOfWeek enum +0.27
Replace for-each loop with lambda expression -2.47
If there are two constructors in a class and both hold a double val... -1.27
String a, b: if(a.equals(b)), if(Objects.equals(a, b)) or if(a..has... -0.60
How do I get back all the original leading and trailing spaces I re... -0.72
How can I clean up my Java Streams? -1.81
Cast from List<T> in Map entry value to Set<T> -0.21
HashMap within Hashmap giving different results which is not expected -0.73
Java Pattern won't match given string 0.00
Is it necessary to inject everything with Dagger 2? -0.22
Optimal way to replace \n \r and \t from a given String -1.44
change ArrayList<String> content on java -0.47
Java8 Lists. Call a void function -1.58
Merge two collections using streams, but only unique values, and us... -0.88