In the image below, what does the greater than symbol beside the Ladder
class mean? The symbol doesn't appear here.
Asked
Active
Viewed 4,395 times
6

Joel Christophel
- 2,604
- 4
- 30
- 49
-
possible duplicate of [What do the > (greater than bracket) mean beside file names in Eclipse's Package Explorer?](http://stackoverflow.com/questions/8356923/what-do-the-greater-than-bracket-mean-beside-file-names-in-eclipses-package) – Pshemo Oct 13 '14 at 17:25
2 Answers
9
The >
before the file name indicates that changes to that file's contents have not yet been committed to a particular source control repository.

arshajii
- 127,459
- 24
- 238
- 287
-
And this differs from the question mark beside the class in that the latter indicates the class hasn't been added at all? – Joel Christophel Sep 08 '13 at 04:44
1
it looks like you have made changes to Ladder.java file and not comitted them yet. Once you commit them or revert those changes from workspace ">" will disapper.

Mittinti Ramana Murthy
- 109
- 1
- 13