Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] 5e312a: Fixing bug #166 where FileEntry would not update w...

  Branch: refs/heads/next
  Home:   https://github.com/eclipse/ice
  Commit: 5e312a332b7454aa19cf4675eb6e8530b555ae9e
      https://github.com/eclipse/ice/commit/5e312a332b7454aa19cf4675eb6e8530b555ae9e
  Author: amccaskey <mccaskeyaj@xxxxxxxx>
  Date:   2016-04-12 (Tue, 12 Apr 2016)

  Changed paths:
    M org.eclipse.ice.datastructures.test/src/org/eclipse/ice/datastructures/entry/test/FileEntryTester.java
    M org.eclipse.ice.datastructures/src/org/eclipse/ice/datastructures/entry/FileEntry.java

  Log Message:
  -----------
  Fixing bug #166 where FileEntry would not update when file imported. 

Setting up the FileEntry to be an IResourceChangeListeneer that updates
its allowed values when a file is added/changed in the project space.
This only works if clients invoke FileEntry.setProject with their Item's
current IProject instance. Otherwise, resources updates are ignored. 

Added test to FileEntryTester and verified it worked with
ReflectivityModel wave_vector file. 

Signed-off-by: amccaskey <mccaskeyaj@xxxxxxxx>



Back to the top