Tatu Saloranta

Results 3337 comments of Tatu Saloranta

Ah... so just methods that have same name but differing arguments? This is not currently supported, but might be easy to add. Just need to figure out what would be...

I am not against code to help make ClassMate more usable on sandbox environments. I haven't had similar problems myself, so I have no current plans to work on this,...

@hferentschik Yes, that would be great. Apologies for slow response as well; I just came back from 2 week vacation, and am trying to go over accumulated correspondence. :)

@scottmarlow I concur with concerns on automatic wrapping of `PrivilegedAction`. Perhaps a way to register a callback (provided by caller, which could do whatever is needed), and then caller implementing...

Sounds reasonable in general, but on short term the problem is indeed with JDK compatibility: project only requires JDK 1.6 (Java 6) currently.

@kaqqao Given stability of `java-classmate`, it could be that old version approach is credible, especially if a maintenance branch is left. Otherwise the problem is that this is a fairly...

If anyone is interested in working for a PR, I'd be happy to branch of 2.0 for Java 8 baseline, and leave 1.x maintenance branch.

@CarstenWickner I do not remember off-hand if I thought about this, but I think that as long as this (whether to collect annotations or not) was behind a switch (configuration...

No problem! Glad you find it useful -- it seemed like something that was missing, and was sort of fun to extract out of Jackson (or rather... try to extract,...

Thinking about this a bit, I think it'd be useful to have couple of different new methods: 1. `getAllParentClasses()` (does not include interfaces) 2. `getAllImplementedInterfaces()` (no parent classes, but recursive)...