H, I am creating a ```class SearchMembersIT extends AbstractLdapTestUnit``` to test and tweak the implementation of a hte memberOf I am working on (see issue DIRSRVER-1844). I try to run the test from intellij for a short dev cycle and though is passes from the command line intellij complains about compiler errors. obviously I have the same compilers installed as on cli 1.8, 9 and 11. 8 and 9 give internal compiler errors and 11 refuses to compile is in CertificatUtil because of the import sun.security.x509.*. I think intellij does some tinkering with options.
Anybody here has seen this? Any reason I shouldn't use intellij? is an update of CertificateUtil in the making /planning? thanks, -- Daan
