StackRating

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

yshavit

Rating
1629.11 (893rd)
Reputation
35,811 (3,196th)
Page: 1 ... 5 6 7 8 9 ... 15
Title Δ
ClassCast Exception being thrown +1.78
Is this singleton pattern thread safe? +0.85
What is a Java Universe? -0.28
Which run first? default values for instance variables or Super Con... 0.00
Why do floating-point numbers have roundoff errors? +0.37
Can class extend from anonymous class +1.36
accessing private inner class field using reflection -0.16
Why do these two expressions evaluate to different values? 0.00
Java - String splits by every character -0.40
What's the point of Guava checkNotNull +1.57
What kind of values we can add to List<B> type? +0.36
Constants representation/design 0.00
Point[] array throws NullPointerException when trying to set variab... +0.36
What is the purpose to add padding to hex? +1.72
AtomicXXX lazySet for single writer thread +0.70
In Intellij, how can I get a List on the left hand side when I extr... 0.00
How to get user friendly values of Cos and Tan functions? +0.40
Infinite nesting in java generics +1.86
Java Deadlock code explanation +0.17
Java widening conversions +0.31
synchronizing on Collections.synchronizedmap +0.12
Why xor operation on constants (character) is working differently w... +1.70
Java Multiple Consecutive Operators +1.26
When do I need to initialize a String? -1.21
what thread safety issue does java.util.Stack or java.util.Queue has +1.49
Variable [x] already defined in method [y] - but different scopes -0.65
Get result from FutureTask after canceling it -0.49
Why comparing two longs with == returns false and when I cast to in... -0.85
multiple threads accessing an ArrayList +0.39
Setting fetch size to negative number 0.00
Generic type parameter which implements generic interace 0.00
get number of seconds since year 2000 using joda time -0.68
Can Java 8 streams process in pairs -0.12
How can I make my generics code compatible with this method signatu... 0.00
Is there place to store some data where no-one can access it? -2.50
Is using a reference to an overridable method in the constructor sa... -0.28
Implement ArrayList Class Remove Method Java +1.93
Autowiring based on generic types in Spring. How does it work? +1.57
Does this implementation work for a Lock-less Thread Safe Lazy Sing... -0.68
get field value by its name in java +0.37
Is this a good implementation for a Thread Safe Lazily Loaded Singl... -0.92
Is it redundant to throw specific exception in Java's method? -0.48
Something interesting about two overloaded constructors of FileInpu... +0.37
How to implement contradictory interfaces +1.43
Multiple Threads accessing instance method from different Instances... +0.99
Socket InputStream and UTF-8 -1.36
Java Try Catch Block Size +0.76
Self-executing Java methods +1.47
The method replace(String, ArrayList<>) is undefined for the... +0.37
Why does List.add(E) return boolean while List.Add(int, E) returns... +1.72