Mohammad Rezaei

Results 94 comments of Mohammad Rezaei

Sorry, I mixed up the two for a second there. Yes, immutable should compact automatically. The unmodifiable wrapper (not conversion), shouldn't. I don't see a problem with adding the trim...

Looks like something (likely the MS driver?) is dependent on JAXB, which has an odd history with the JDK versions. Depending on what version of the JDK you're using, there...

The solution in this example is somewhat obvious, so you probably have a more complicated real production case. Regardless, the idea may be applicable to your real case. For this...

This should be next to trivial as the MySQL implementation already exists. Might even work with that as is.

from https://issues.apache.org/jira/browse/CONFIGURATION-796?page=com.atlassian.jira.plugin.system.issuetabpanels%3Aall-tabpanel > It looks like your classpath is messed up. Check you command line or POM. You have an old version of Apche Commons Text that kicks in before...

From a datastructure perspective, a dequeue is the right implementation for this and dequeues are certainly in scope. (maybe we'll leave everything else that can be built on top of...

`ensureCapacity` on map and set are a bit tricky to use, because the keys are deduped. In fact, I see this kind of code all the time: ```java public List...

Here is what git tells me is modified in my source tree: modified: .idea/compiler.xml modified: .idea/encodings.xml modified: .idea/libraries/Maven__org_scala_lang_scala_library_2_11_7.xml modified: .idea/misc.xml modified: .idea/modules.xml modified: eclipse-collections-parent.iml I'm not sure about .idea/libraries/Maven...: does...

@bamapookie ok, great. What about the other 4?

@bamapookie I'd rather not have to create another login on a different tracking system. Here is a [branch/commit](https://github.com/mohrezaei/eclipse-collections/commit/d57c4590102cee756bfa95ad364c97a5ab7776bb) with these files. Given that the Intellij issue is 6 years old...