Paul McKenzie

- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 4
-
-
Paul McKenzie created a post, Scala global library not resolving library classes
I have a maven multi-module scala project (not SBT).I have just upgraded to the new version 14.0.2 from 13.1 and I have created a scala global library.I can make my project (ctrl-F9).But the "displ... -
Paul McKenzie created a post, Bug in IntelliJ / ScalaTest2 / dynamic.classpath
We have a problem with unreliable unit-tests in IntellIJ using ScalaTest2.When dynamic.classpath property is set to true, the process often hangs, we get false failures, and the reporting is messe... -
Paul McKenzie created a post, spring injection type check doesn't support unboxing
A setter takes an intpublic class Foo { public void setProp1(int prop1) { ... }}A spring config defines a jndi lookup of type Integer. ]]>Inspection complains "Bean must be of 'int' type".