Community
Participate
Working Groups
build 20021216 -create a linked folder that refers to a non-existent path variable as follows: -define a folder path variable TEST_FOLDER in the workbench preferences -hack a .project file to add a linked folder using that path variable: <linkedResources> <link> <name>testFolderLink</name> <type>2</type> <location>TEST_FOLDER</location> </link> </linkedResources> -the linked folder appears in the Navigaot -remove the path variable in the preferences -select the linked folder and import from file system ->every time you select a source file you get a NullPointerException in the console. Same problem when importing from a zip/jar.
Released fix that addresses both import from file system and import from zip file. Entered Core bug 28430 to fix a problem that causes a NPE in the ImportOperation when importing a jar/zip to an undefined linked folder. This should throw a CoreException.