view .idea/classes.iml @ 31:0069194b1048

Updated the model class sun.misc.SharedSecrets to make it compatible with the recent updates in jdk8u75. New methods added to sun.misc.SharedSecrets are used by clinit in java.io.ObjectInputStream which caused JPF to throw java.lang.NoSuchMethodException.
author nastaran <nastaran.shafiei@gmail.com>
date Wed, 25 May 2016 10:43:50 -0700
parents 08ca336d5928
children
line wrap: on
line source

<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
  <component name="NewModuleRootManager" inherit-compiler-output="false">
    <output url="file://$MODULE_DIR$/build/classes" />
    <output-test url="file://$MODULE_DIR$/build/classes" />
    <exclude-output />
    <content url="file://$MODULE_DIR$/src/classes">
      <sourceFolder url="file://$MODULE_DIR$/src/classes" isTestSource="false" />
    </content>
    <orderEntry type="inheritedJdk" />
    <orderEntry type="sourceFolder" forTests="false" />
    <orderEntry type="module" module-name="annotations" />
    <orderEntry type="module" module-name="main" />
  </component>
</module>