Community
Participate
Working Groups
When I get a IRemoteFile thanks to the ScpFileService, its "exist()" method always returns true. (even if the file does not exist). It's seems this is a bug in the makeHostFile method of ScpFileService. I suppose when the attr paramter is null, this means that the file does not exist. I attach a patch for this problem
Created attachment 198339 [details] a patch for this bug
Comment on attachment 198339 [details] a patch for this bug iplog flag is only set when a patch is checked in. As for the patch, please consider modifying the copyright header in the ScpFileService.java. I will also need a legal disclaimer from you (that you developed this code from scratch and are authorized by your employer to contribute it) in a bug comment.
Created attachment 199186 [details] a patch for this bug with copyright header I, Simon Bernard, wrote 100% of the attached code from scratch. I am employed by Sierra Wireless, and my company has signed an Eclipse Member Commiter Agreement
Simon, in copyright header I would expect to see a company name(that is "Sierra Wireless") in brackets. Is there any reason why you put "Contributor" instead? Is it okay if I change it to "Sierra Wireless"? (In reply to comment #3) > Created attachment 199186 [details] > a patch for this bug with copyright header > > I, Simon Bernard, wrote 100% of the attached code from scratch. I am employed > by Sierra Wireless, and my company has signed an Eclipse Member Committer > Agreement
(In reply to comment #4) > Simon, in copyright header I would expect to see a company name(that is "Sierra > Wireless") in brackets. > Is there any reason why you put "Contributor" instead? > Is it okay if I change it to "Sierra Wireless"? My mistake ! it's ok, you can change it.
Comment on attachment 199186 [details] a patch for this bug with copyright header Applied the patch with the Contributor/Sierra Wireless fix.
It is checked in to HEAD.