Category: Development Tools
-
IntelliJ: Preventing Wildcard Imports
PROBLEM I have been getting the following PMD warning that I can’t seem to suppress with PMD’s @SuppressWarnings The reason I’m getting this warning is because IntelliJ will automatically replace all single imports from the same package with a wildcard ‘*’ when the class count hits a certain limit. By using wildcard imports, it also Read More…
-
IntelliJ: Configuring SVN Ignored Files
OVERVIEW Whenever we share a project in SVN or checks out a project from SVN, we have to perform a one-time configuration on the project to ignore selected files from being committed into SVN. That said, this configuration will only work if the files are not already in SVN. PROBLEM Let’s assume we have a Read More…
-
VirtualBox: Failed to delete the storage unit of the hard disk /PATH/HARD-DISK.vdi. Cannot close medium ‘/PATH/HARD-DISK.vdi’ because it has N child media.
After upgrading to VirtualBox 4.3.2 r90405, I get this dreaded error message when running VirtualBox:- I was able to clone the offending VDI and boot from the cloned VDI without losing any data. The cloning process took about half hour. Now, when I try to remove the offending VDI under Virtual Media Manager, I get Read More…