movedoa

Results 51 comments of movedoa

I'm not sure i agree with your two examples. As you said, can-do should not be used in general for performance reasons. (It even has its own rule.) I also...

> > > Regarding the first example of @cverbiest, isn't it similar to @movedoa first example ? Issue is raised when the left-part of a simple comparison doesn't reference the...

I know this is only a first version but just to inform you: The rule currently does not work with CAN-FIND.

Will the improvements be in the hotfix? If yes i will look for false negatives after the update.

I cannot believe that TABLE-SCAN would ever be faster than a correct index. Can you give any real world example of this?

But in the example you hit no index which means that TABLE-SCAN may be a bit faster but still way worse then defining a correct index. I see no value...

> The `GET-FIRST` and `GET-LAST` methods use `NO-LOCK` by default, so I assume you're talking about the `GET` statement with a modifier on a static query ? e.g. > >...

.Net classes can come from compiled dlls so there is no way to add annotations. Like i said in #173, this should work like the "Matching keyword in sourcecode" rule...

Our coding style is the opposite. An option to force access mode would be nice.

i think with the right name this could be one rule without causing confusion. PreferedAccessModeStyle with the setting "Implicit/Explicit" for example. But if i get my own rule i don't...