StackRating

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

Tom Hawtin - tackline

Rating
1559.85 (5,626th)
Reputation
130,196 (482nd)
Page: 1 ... 12 13 14 15 16 ... 51
Title Δ
Java: Generic accepting only enum types +1.03
If I use HashMap<String, ArrayList<String>> in Java -1.58
Calls to next() on abstract class that implements Iterator<E>... +1.97
How to destroy java objects? -1.73
Java Lambdas and Closures -1.26
Java Object taking variables from another instance? +1.69
Why implementing a Singleton pattern in Java code is (sometimes) co... +0.60
The pattern of final array instead of non-final variable for boolea... -1.06
Closing inputstreams in Java -1.04
java Fork/Join clarification about stack usage -0.50
What is the correct use of generics resolve this compilation error? +0.48
method access denied while calling java subclass protected method -2.00
Static functions inlining in Java +1.79
How to return from a static initialization block in java -0.17
Applet loading despite denying permissions +2.53
multithreading and static blocks -0.32
Disallow calls to certain classes in java extensions +0.51
Write to a local file through JNLP +2.51
Why do try/catch or synchronized in Java require a statement block? +1.32
Java "Object" to "?" +0.63
Can I access new methods in anonymous inner class with some syntax? +2.33
Java Generics and Array types +0.98
What type of Exception should I throw if the wrong type of object i... -1.30
Using Event Queue to execute a simple method in main() +0.28
Java - Default Serialization of Objects -0.86
EventQueue.invokeLater vrs SwingUtilities.invokeLater +2.04
Java Socket: Read/receive the same instance multiple times after ch... 0.00
Effectively Immutable Object +1.19
JNLP: Loading unsigned code within signed code 0.00
Is this possible for others to implements a `fake` Java object with... -2.05
Is there a way to quickly find if all positions in an array are &qu... -1.29
override java class loader 0.00
Why is lock captured to a local variable 0.00
how is hashCode() implemented in Java +1.08
Utility method for wrapping an object in a collection +1.40
Do I need to synchronize writeObject()? -2.37
Weird serialisation behavior with HashMap +1.13
Howto simulate Haskell's "Either a b" in Java +0.07
Java generics issue: Class "not within bounds of type-variable... 0.00
Access anonymous outer class without storing in variable? -0.47
java generic String to <T> parser -0.84
Working with Generic Types in Java(comparing and sum using the same... 0.00
String.equals() argument ordering +1.11
Serializing swing/awt components +0.92
Java String pool and type casting +0.44
AccessControlException when starting embedded Tomcat from Java Webs... +0.06
How does Collections.reverseOrder know what type parameter to use w... -0.59
How can I change the layout manager of my JFrame after startup? 0.00
List<Map<String, String>> vs List<? extends Map<S... +0.31
How to extract all values from an enum an add them to a List<Str... 0.00