From: | Guillaume Lelarge <guillaume(at)lelarge(dot)info> |
---|---|
To: | Dave Page <dpage(at)pgadmin(dot)org> |
Cc: | David Binderman <dcb314(at)hotmail(dot)com>, "pgadmin-support(at)postgresql(dot)org" <pgadmin-support(at)postgresql(dot)org> |
Subject: | Re: pgadmin3-1.18.1//pgadmin/dd/ddmodel/ddDBReverseEnginering.cpp: 2 * bad if test ? |
Date: | 2013-12-21 16:59:08 |
Message-ID: | 1387645148.3671.16.camel@localhost.localdomain |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-support |
On Fri, 2013-12-06 at 20:32 +0000, Dave Page wrote:
> Thanks David. Guillaume, any chance you can take a look at this
> please? I'm not at all familiar with that code, and I'm not entirely
> sure what it's supposed to be doing.
>
Sorry for the late answer. It's fixed. Thanks for the report.
> Thanks.
>
> On Fri, Dec 6, 2013 at 5:56 PM, David Binderman <dcb314(at)hotmail(dot)com> wrote:
> > hello there,
> >
> > I just ran the static analyser "cppcheck" over
> > the source code of pgadmin3-1.18.1. It said
> > many things, including
> >
> > 1
> >
> >> [dd/ddmodel/ddDBReverseEnginering.cpp:657] -> [dd/ddmodel/ddDBReverseEnginering.cpp:657]: (style) Same expression on both sides of '!='.
> >
> > Source code is
> >
> > if(baseUkIdxSourceCol != baseUkIdxSourceCol)
> >
> > Suggest code rework.
> >
> > 2.
> >
> >> [dd/ddmodel/ddDBReverseEnginering.cpp:1136] -> [dd/ddmodel/ddDBReverseEnginering.cpp:1136]: (style) Same expression on both sides of '!='.
> >
> > Duplicate.
> >
> > Regards
> >
> > David Binderman
> >
> > --
> > Sent via pgadmin-support mailing list (pgadmin-support(at)postgresql(dot)org)
> > To make changes to your subscription:
> > http://www.postgresql.org/mailpref/pgadmin-support
>
>
>
--
Guillaume
http://blog.guillaume.lelarge.info
http://www.dalibo.com
From | Date | Subject | |
---|---|---|---|
Next Message | kolszew73@gmail.com | 2013-12-23 08:26:49 | Database has been killed after increasing memory |
Previous Message | Dinesh Kumar | 2013-12-19 16:33:13 | Re: |