3
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 23 hours ago. based on code collected about 23 hours ago.
Aug 06, 2024 — Aug 06, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[CHAIN-59] move layout dir to standard maven More... almost 14 years ago
use compiler properties instead of fixed values More... almost 14 years ago
upgrated findbugs plugin More... almost 14 years ago
assertion methods imported from org.junit.Assert instead of junit.framework.Assert More... almost 14 years ago
simplified parametrized tests executions via JUnit's Parameterized feature More... almost 14 years ago
Remove Java 1.5 profile. It was originally a profile to support Java 1.3, but 1.3 was accidentally changed to 1.5 in r1162332, as part of the move to Java 1.5 (global edit error). There's no need to revert profile to 1.3 as we don't support that Java version any more, so just rm. More... almost 14 years ago
[CHAIN-54] upgrate JUnit dependency to latest released version and adapt tests More... almost 14 years ago
ConcurrentHashMap#put(K, V) method doesn't allow neither the key nor the value be null, managed null values for retro-compatibility (old users would be maybe used to set null values) More... almost 14 years ago
CHAIN-57 Chain 2.0 does not build on older JDKs Alternate solution, not requiring unchecked cast: Give the Java 1.5 compiler a bit of help resolving the generic More... almost 14 years ago
[CHAIN-53] warkaround for old version of javac that raise "type parameters of <T>T cannot be determined; no unique maximal instance exists for type variable T with upper bounds T,java.lang.Object" error More... almost 14 years ago
moving the 2.0-work branch in trunk as voted on http://markmail.org/message/rw6ymp65bmr75fur More... almost 14 years ago
fixed wrong version number, 3.0 not planned yet More... almost 14 years ago
added missing @since tag in isFrozen() method javadoc More... almost 14 years ago
added missing @since tag in getCommands() method javadoc More... almost 14 years ago
added CHAIN-56 in the changelist More... almost 14 years ago
[CHAIN-56] clever Context with generic type auto-cast feature More... almost 14 years ago
added missing serialVersionUID More... almost 14 years ago
infered MapEntry generic types More... almost 14 years ago
muted HttpSession.getAttrbibuteNames() warnings, it is known that Session attribute names are String More... almost 14 years ago
muted HttpServletReuqets.getAttrbibuteNames() warnings, it is known that Servlet request attribute names are String More... almost 14 years ago
used the getCatalogKey() variant, as suggested in the javadoc More... almost 14 years ago
extending LookupCommand, ServletPathMapper can be assigned to Command More... almost 14 years ago
Command requires the <C extends Context> generic type More... almost 14 years ago
muted HttpServletReuqets.getInitParameterNames() warnings, it is known that Servlet request parameter names are String More... almost 14 years ago
muted HttpServletReuqets.getInitParameterNames() warnings, it is known that Servlet request parameter names are String More... almost 14 years ago
muted ServletContext.getInitParamNames() warnings, it is known that init param names are String More... almost 14 years ago
muted ServletContext.getHeaderNames() warnings, it is known that header names are String More... almost 14 years ago
muted ServletContext.getHeaderNames() warnings, it is known that attribute names are String More... almost 14 years ago
muted ServletContext.getAttributeNames() warnings, it is known that attribute names are String More... almost 14 years ago
used the getParameter() variant, as suggested in the javadoc More... almost 14 years ago