You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directmemory.apache.org by "Benoit Perroud (Resolved) (JIRA)" <ji...@apache.org> on 2012/02/25 11:57:48 UTC

[jira] [Resolved] (DIRECTMEMORY-72) Pointer should be an interface

     [ https://issues.apache.org/jira/browse/DIRECTMEMORY-72?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benoit Perroud resolved DIRECTMEMORY-72.
----------------------------------------

       Resolution: Fixed
    Fix Version/s: 0.6.0
    
> Pointer should be an interface
> ------------------------------
>
>                 Key: DIRECTMEMORY-72
>                 URL: https://issues.apache.org/jira/browse/DIRECTMEMORY-72
>             Project: Apache DirectMemory
>          Issue Type: Improvement
>            Reporter: Benoit Perroud
>            Assignee: Benoit Perroud
>             Fix For: 0.6.0
>
>
> Pointer class should become an interface, and its public fields need to be encapsulated.
> PointerImpl could be the default implementation.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Re: [jira] [Resolved] (DIRECTMEMORY-72) Pointer should be an interface

Posted by Benoit Perroud <be...@noisette.ch>.
DefaultPointer here could effectively be a more appropriate name.

Thanks for the hint !

Benoit.


2012/2/26 Daniel Manzke <da...@googlemail.com>:
> Hey guys,
>
> are there any naming guidelines? I always prefer to give classes speaking
> names. I always think that extending the interface name with impl is not
> really speaking. :)
>
> What do you think about Default as a prefix? This exactly describes, what
> this impl is. Btw. I think there should be only interfaces, if you have
> other implementations.
>
> Bye,
> Daniel
>
> 2012/2/25 Benoit Perroud (Resolved) (JIRA) <ji...@apache.org>
>
>>
>>     [
>> https://issues.apache.org/jira/browse/DIRECTMEMORY-72?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel]
>>
>> Benoit Perroud resolved DIRECTMEMORY-72.
>> ----------------------------------------
>>
>>       Resolution: Fixed
>>    Fix Version/s: 0.6.0
>>
>> > Pointer should be an interface
>> > ------------------------------
>> >
>> >                 Key: DIRECTMEMORY-72
>> >                 URL:
>> https://issues.apache.org/jira/browse/DIRECTMEMORY-72
>> >             Project: Apache DirectMemory
>> >          Issue Type: Improvement
>> >            Reporter: Benoit Perroud
>> >            Assignee: Benoit Perroud
>> >             Fix For: 0.6.0
>> >
>> >
>> > Pointer class should become an interface, and its public fields need to
>> be encapsulated.
>> > PointerImpl could be the default implementation.
>>
>> --
>> This message is automatically generated by JIRA.
>> If you think it was sent incorrectly, please contact your JIRA
>> administrators:
>> https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
>> For more information on JIRA, see: http://www.atlassian.com/software/jira
>>
>>
>>
>
>
> --
> Viele Grüße/Best Regards
>
> Daniel Manzke



-- 
sent from my Nokia 3210

Re: [jira] [Resolved] (DIRECTMEMORY-72) Pointer should be an interface

Posted by Daniel Manzke <da...@googlemail.com>.
Hey guys,

are there any naming guidelines? I always prefer to give classes speaking
names. I always think that extending the interface name with impl is not
really speaking. :)

What do you think about Default as a prefix? This exactly describes, what
this impl is. Btw. I think there should be only interfaces, if you have
other implementations.

Bye,
Daniel

2012/2/25 Benoit Perroud (Resolved) (JIRA) <ji...@apache.org>

>
>     [
> https://issues.apache.org/jira/browse/DIRECTMEMORY-72?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel]
>
> Benoit Perroud resolved DIRECTMEMORY-72.
> ----------------------------------------
>
>       Resolution: Fixed
>    Fix Version/s: 0.6.0
>
> > Pointer should be an interface
> > ------------------------------
> >
> >                 Key: DIRECTMEMORY-72
> >                 URL:
> https://issues.apache.org/jira/browse/DIRECTMEMORY-72
> >             Project: Apache DirectMemory
> >          Issue Type: Improvement
> >            Reporter: Benoit Perroud
> >            Assignee: Benoit Perroud
> >             Fix For: 0.6.0
> >
> >
> > Pointer class should become an interface, and its public fields need to
> be encapsulated.
> > PointerImpl could be the default implementation.
>
> --
> This message is automatically generated by JIRA.
> If you think it was sent incorrectly, please contact your JIRA
> administrators:
> https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
> For more information on JIRA, see: http://www.atlassian.com/software/jira
>
>
>


-- 
Viele Grüße/Best Regards

Daniel Manzke