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 2 3 4 5 6 ... 70
Title Δ
What does the 31 represent in this method? 0.00
Why Does java BigDecimal division results different than Double div... 0.00
Why does throwing an unchecked exception removes the "missing... 0.00
Concatenate is not being used -0.82
Masking credit card number using regex +1.03
dataSet.createDataPoint().setTimeInterval() has been deprecated Fit... 0.00
Is there a generic way to get the intersection of two lists in Java? -1.24
Java synchronized block: Lock block until object instantiated 0.00
Java compiler optimizations with final local variables 0.00
Reduce the number of conditional operators (4) used in the expressi... +0.83
Java: why is casting possible on wildcard collections? +1.90
Why is a cast performed against a lambda input parameter? +0.22
Java happens-before relationship? 0.00
Java 8 Stream - Get item after the last occurence of specific item +0.17
Casting a String to a generic type <T extends Comparable<T>... 0.00
Does a primitive type multi dimensional array gets casted to Object... 0.00
How does ternary operator use 3 operands? +0.79
Aproximation of log(10^k) +0.22
Issues adding sessions and information to the Google Fit REST Api u... +0.22
Locking ConcurrentHashMap for an exclusive read -0.78
Java failed to compile Functional Interface with generic parameter... 0.00
concurrent run using ListBlockingQueue thread is getting blocked fo... +0.22
Does boolean variable need synchronization while checking in the gi... +1.24
Long if() statements using && operators, or separate if sta... +0.23
Java's automatic type casting while evaluating the expression +0.81
Initialization block with exception throwing constructor 0.00
How to reduce the time complexity while dealing with arrays? In Java +0.40
Java order of initialization +0.22
Using Java Stream - process two halves of stream independently 0.00
Why result of put() from HashMap is compared with null when add int... +1.35
Mockito Unit Tests stubbing a method throws NullPointerException 0.00
Java Generic Array Class Cast Exception 0.00
How does the body of the below java enum class work? 0.00
Dynamically cast to a proper subclass from parent class in a method -0.38
Basic Integer Enum 0.00
Synchronization in java ForkJoinPool compute() method -2.70
Why reading a character that has no ASCII representation with Syste... 0.00
Why check concurrent modifications when iterating thread-unsafe col... 0.00
How to mock System class? 0.00
How to override the hashcode method according to this special equal... +0.92
Having trouble understanding Java Overflow and Compile error logic +1.14
Is externally synchronized ArrayList thread safe if its fields are... +0.24
Java Generics - Map with Lists of Limited Size 0.00
Mockito test iterator return always false on hasNext +0.95
Does ExecutorService consume thread capacity +0.29
Conditional setting of certain fields in a builder -3.13
Synchronized ArrayList for two threads - write and read 0.00
How to interrupt or kill a java thread while it's running 0.00
Is there a way to refactor these constructors? +0.24
How can i write remove method using java? +0.37