IntIntNullIntVertex initialize method

2012-02-19 Thread yavuz gokirmak
Hello, I am writing my own giraph algorithms to understand the system, I have again a question about IntIntNullIntVertex I think IntIntNullIntVertex.initialize method should handle null edges argument because in VertexResolver.resolve method (line:91) vertex.initialize is called with edge

Re: IntIntNullIntVertex initialize method

2012-02-19 Thread Sebastian Schelter
That's a good point, can you open a Jira issue for that? Maybe we should use some annotation like @Nullable to mark parameters that can be null to make it easier to avoid forgetting checks in the implementing code. --sebastian On 19.02.2012 19:47, yavuz gokirmak wrote: Hello, I am writing