Martin Goebel

Show:

What's happening?

  • flickrj

    x-mago committed patchset 422 of module api to the flickrj CVS repository, changing 1 files.

    2009-11-08 21:58:00 UTC in flickrj

  • flickrj

    x-mago committed patchset 421 of module api to the flickrj CVS repository, changing 1 files.

    2009-11-07 23:23:24 UTC in flickrj

  • Comment: Photo.equals() & Photo.hashCode() are slow and noisy

    The real brake on equals() and hashCode() where the fact that they called the (deprecated) image-getters. That's odd. Somehow the unit-test has not revealed that. An other approach to traverse the class as with reflection would make no significant difference. I can't accept this path. Just to consider the id and secret - sure, that's easy. But that 's not sufficient.

    2009-10-29 17:49:48 UTC in flickrj

  • Comment: Photo.equals() & Photo.hashCode() are slow and noisy

    I was able to identify one line of output at hashCode(). That's removed. Is that, what you call noisy? Slow? In which sense? The whole Test-Case has a runtime of 0.15 seconds. Considering some overhead for JUnit I see a runtime of about 0.004 Seconds. This just as a very rough calculation. In principle it might be possible to implement this with better performance. Send a patch and we will...

    2009-10-21 17:00:39 UTC in flickrj

  • flickrj

    x-mago committed patchset 420 of module api to the flickrj CVS repository, changing 1 files.

    2009-09-28 21:36:26 UTC in flickrj

  • flickrj

    x-mago committed patchset 419 of module api to the flickrj CVS repository, changing 2 files.

    2009-08-25 19:37:45 UTC in flickrj

  • Comment: There's no "api_key" parameter

    The problem here is, that the hostname for api-requests has changed from www.flickr.com to api.flickr.com. But this URL has to be build with www.flickr.com.

    2009-08-25 19:27:34 UTC in flickrj

  • Comment: Group Icon is always buddyicon.jpg

    It's not a bug. if you request groups or photos in lists, they contain just a limited number of attributes. The groups from getPublicGroups() have nsid, name, admin and eighteenplus. To get the full content you need to call GroupsInterface#getInfo(String).

    2009-08-18 21:05:47 UTC in flickrj

  • Comment: Override hashCode and equals methods

    That's an interesting point. I did an own implementation for Photo and all members. I don't wanted to create a dependency for just this two methods. It don't has to be that universal, as the commons lib, which trys to cover every situation that can occur. Hope my version does the job.

    2009-07-25 17:12:03 UTC in flickrj

  • flickrj

    x-mago committed patchset 418 of module api to the flickrj CVS repository, changing 3 files.

    2009-07-25 15:52:43 UTC in flickrj

About Me

  • 2005-09-18 (4 years ago)
  • 1346900
  • x-mago (My Site)
  • Martin Goebel

  • MySQL Linux C# Java Perl PHP Front-Ends SDL

Send me a message