StackRating

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

ZhongYu

Rating
1478.31 (4,502,591st)
Reputation
15,499 (9,055th)
Page: 1 2 3 4 5 ... 9
Title Δ
Is it possible to re-reference any final String variable. Please cl... -0.66
Is read operation in ConcurrentHashMap reliable regarding the retur... +0.56
Classloader resource paths are always absolute? 0.00
Type checking broken on matching capture with upper bound? -1.14
Generic Chaos Java -1.11
Instance of GenericArrayType interface 0.00
Java8 method reference used as Function object to combine functions +0.29
Atomicity and memory order in Java +0.49
Adding "private" to enum field changes static context 0.00
Why are Java naming conventions not enforced? +0.14
Stream works without filter(predicate), gives "Incompatible ty... -0.43
Find "youngest" superclass 0.00
Handling type erasure in constructors with generics -0.84
Java: Covariant Wildcard Bounds in Method parameters -2.01
Local variables before return statements, does it matter? -1.07
Why Does the following code with Cyclic Generics not compile? -0.37
Is the following code thread-safe? -0.93
Is it ever justified to have an object which has itself as a field? +0.41
Dynamically choose method at runtime; alternatives to Visitor Patte... +0.21
Java best practice: Class with only static methods -0.21
java generic class & wildcards +0.98
Two instances of tomcat running with ssl 0.00
Java: Fastest way to get the first n elements of a List into an Array +0.56
Return child class from parent class -1.36
A peculiar feature of exception type inference in Java 8 +0.33
Why does `Class<T> == Boolean.class` cause a compiler error w... +0.30
Explanation for convoluted generic-type declaration. What does Clas... -1.29
A better approach to handling exceptions in a functional way +0.63
Syntax for specifying a method reference to a generic method -0.95
Why is this type inference not working with this Lambda expression... +0.95
Is there any threadsafe class for Set -0.48
Immutable Classes and Subclasses -0.94
Is returning an iterator of private List (in class) considered bad... +2.03
Understanding captured conversion -1.38
Typed subsets of enums -1.32
Do Java 8 default methods break source compatibility? -0.28
Java constructor (anti-pattern) super-classing String -1.28
Local storage in a stream Java 8 -1.82
Java 8 Stream of sentences +1.27
Why can't Guava's identity function be used in place of a f... +0.54
Hashcode and Equals for object reference? +1.05
java constructors behavior inheritance and static/dynamic binding -1.15
Why is Multiple Type-Casting Required? 0.00
Does jvm load all the classes mentioned by the classpath? -0.53
How do I force a static generic method's return type? -0.72
Java Generics - method not applicable to Mockito generated stub +1.09
Why is generic of a return type erased when there is an unchecked c... -1.03
Java immutability when defining members in a function called by con... +1.66
Why is package visibility given priority over subclass visibility? +2.01
Is it good practice to often use instanceof? -0.36