quan-xie / goclipse

Automatically exported from code.google.com/p/goclipse
0 stars 0 forks source link

Ghost files: When a file is moved and another file with the same name is created in it's place, it contains the same contents #133

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create project
2. Create file 'test.go' in src
3. Add some comment to 'test.go' - // Foobar
4. Create subfolder 'old'
5. Move 'test.go' into 'old'
6. Create new file 'test.go' in src

What is the expected output? What do you see instead?
The output is that the contents of the supposed new file are the same as the 
old file. i.e. 'src/test.go' == 'src/old/test.go'

What version of the product are you using? On what operating system?
0.7.2.418 - Windows 7 x64

Please provide any additional information below.

Original issue reported on code.google.com by liamzebedee on 18 Nov 2012 at 1:52

GoogleCodeExporter commented 9 years ago
Edit: The expected output is that the file will be the default 'empty' template

Original comment by liamzebedee on 18 Nov 2012 at 1:55

GoogleCodeExporter commented 9 years ago

Original comment by devonca...@gmail.com on 19 Nov 2012 at 1:22

GoogleCodeExporter commented 9 years ago
Looks like https://code.google.com/p/goclipse/issues/detail?id=101

Original comment by delepl...@gmail.com on 4 May 2014 at 1:54