Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-10-12Bug 106346 Move ResourceMapping back to API packagev20050705_FileSystemAPIJohn Arthorne4-0/+449
2005-10-04ensure tests clean up locations properlyJohn Arthorne1-1/+12
2005-10-04only validate path location segments for local filesJohn Arthorne1-6/+9
2005-10-04fail when IResource.getLocation is called on non-local resourceJohn Arthorne4-11/+25
2005-10-03Bug 111363 FileStoreRoot epends on URI#getPathJohn Arthorne3-81/+71
2005-09-30Bug 102955 Share common marker attribute valuesJohn Arthorne3-25/+75
2005-09-29Bug 98137 Folder delete not efficientJohn Arthorne1-1/+2
2005-09-29fixed backwards compatibility code to use IFileStoreJohn Arthorne3-20/+27
2005-09-29moved resource attribute tests to separate classJohn Arthorne3-123/+178
2005-09-29fixed commentJohn Arthorne1-2/+2
2005-09-29remove unused varJohn Arthorne1-1/+0
2005-09-29resource attributes should return null for non-existent resourceJohn Arthorne2-2/+5
2005-09-28added test for IFileStore.getLengthJohn Arthorne1-1/+32
2005-09-28change asserttrue to assertequalsJohn Arthorne1-1/+1
2005-09-28Add leading slash only if there isn't one alreadyJohn Arthorne1-4/+8
2005-09-28changed error constantsJohn Arthorne1-1/+1
2005-09-26fixed bugs in path validation testsJohn Arthorne1-8/+10
2005-09-26correct path validation test failuresJohn Arthorne2-7/+31
2005-09-26fixed typosJohn Arthorne1-4/+4
2005-09-26Replaced INVALID constant with NONEJohn Arthorne1-2/+2
2005-09-26refactored location validation to support URIJohn Arthorne6-308/+441
2005-09-23fixed typosJohn Arthorne1-7/+7
2005-09-22added null file system and more javadocJohn Arthorne4-2/+66
2005-09-21Introduced IFileSystem and extension pointJohn Arthorne13-28/+37
2005-09-16fixed compiler warning: removed unused fieldJohn Arthorne1-2/+0
2005-09-13fixed error in schema docJohn Arthorne1-2/+2
2005-09-12adapting to changes in IFileStore APIJohn Arthorne9-30/+34
2005-09-09benchmark tests of file store APIJohn Arthorne1-0/+120
2005-09-08change behaviour on failed project moveJohn Arthorne3-23/+19
2005-09-07Bug 108869 Navigator view crashes when certain files have no extensionJohn Arthorne1-1/+1
2005-08-26remove unused messagesJohn Arthorne2-24/+0
2005-08-22refined filestore API: added more progress monitors and remove getAbsolutePathJohn Arthorne13-48/+63
2005-08-22assert contents are intact after failed moveJohn Arthorne1-33/+20
2005-08-22removed bogus testJohn Arthorne1-9/+0
2005-08-22handle copy/move to same locationJohn Arthorne2-27/+27
2005-08-19moved natives to filesystem projectJohn Arthorne3-25/+25
2005-08-19Bug 106229 JUnit test failures in Runtime and Resources tests on Mac OS XJohn Arthorne3-3/+3
2005-08-19moved natives to filesystem projectJohn Arthorne1-1/+1
2005-08-17Changed from FileStore class to IFileStore interfaceJohn Arthorne39-335/+399
2005-08-15fixed more test failures (11 left)John Arthorne2-12/+6
2005-08-12Removed FileStore from resource API (use URI instead)John Arthorne9-130/+140
2005-08-12Removed FileStore from resource API (use URI instead)John Arthorne9-18/+69
2005-08-12Change FileStoreRoot representation to URIJohn Arthorne7-51/+97
2005-08-09don't treat cancelation as failureJohn Arthorne1-1/+4
2005-08-09Test fix for bug 77993John Arthorne1-33/+25
2005-08-09Refactored setting and clearing of file store root info in resource infoJohn Arthorne7-41/+76
2005-08-09fixed deletion bugs found by test suitesJohn Arthorne1-23/+35
2005-08-09Added URI variable supportJohn Arthorne2-88/+123
2005-08-04implement file appendJohn Arthorne1-1/+1
2005-08-04handle setting null locationJohn Arthorne1-2/+2

Back to the top