srcanamdw/codescanner/scripts/resources/doit.bat
author noe\swadi
Thu, 18 Feb 2010 12:29:02 +0530
changeset 1 22878952f6e2
permissions -rw-r--r--
Committing the CodeScanner Core tool This component has been moved from the StaticAnaApps package. BUG : 5889 (http://developer.symbian.org/webbugs/show_bug.cgi?id=5889).
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
     1
@rem
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
     2
@rem Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
     3
@rem All rights reserved.
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
     4
@rem 
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
     5
@rem Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
     6
@rem 
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
     7
@rem * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
     8
@rem * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
     9
@rem * Neither the name of Nokia Corporation nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    10
@rem 
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    11
@rem THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, 
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    12
@rem THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS 
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    13
@rem BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    14
@rem SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    15
@rem CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.@rem
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    16
@rem
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    17
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    18
parsescripts.pl accessArrayElementWithoutCheck.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    19
parsescripts.pl accessArrayElementWithoutCheck2.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    20
parsescripts.pl activestart.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    21
parsescripts.pl activestop.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    22
parsescripts.pl arraypassing.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    23
parsescripts.pl arrayptrcleanup.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    24
parsescripts.pl assertdebuginvariant.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    25
parsescripts.pl baddefines.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    26
parsescripts.pl baseconstruct.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    27
parsescripts.pl callActiveObjectWithoutCheckingOrStopping.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    28
parsescripts.pl changenotification.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    29
parsescripts.pl cleanup.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    30
parsescripts.pl commentcode.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    31
parsescripts.pl connect.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    32
parsescripts.pl ConnectAndDontCloseMemberVariable.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    33
parsescripts.pl constnames.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    34
parsescripts.pl consttdescptr.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    35
parsescripts.pl controlornull.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    36
parsescripts.pl ctltargettype.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    37
parsescripts.pl debugrom.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    38
parsescripts.pl declarename.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    39
parsescripts.pl deleteMemberVariable.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    40
parsescripts.pl destructor.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    41
parsescripts.pl doubleSemiColon.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    42
parsescripts.pl driveletters.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    43
parsescripts.pl eikbuttons.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    44
parsescripts.pl eikonenvstatic.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    45
parsescripts.pl enummembers.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    46
parsescripts.pl enumnames.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    47
parsescripts.pl exportinline.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    48
parsescripts.pl exportpurevirtual.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    49
parsescripts.pl externaldriveletters.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    50
parsescripts.pl foff.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    51
parsescripts.pl forbiddenwords.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    52
parsescripts.pl forgottoputptroncleanupstack.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    53
parsescripts.pl friend.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    54
parsescripts.pl goto.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    55
parsescripts.pl ifassignments.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    56
parsescripts.pl ifpreprocessor.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    57
parsescripts.pl intleaves.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    58
parsescripts.pl jmp.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    59
parsescripts.pl leave.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    60
parsescripts.pl LeaveNoError.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    61
parsescripts.pl leavingoperators.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    62
parsescripts.pl LFunctionCantLeave.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    63
parsescripts.pl longlines.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    64
parsescripts.pl magicnumbers.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    65
parsescripts.pl mclassdestructor.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    66
parsescripts.pl memberlc.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    67
parsescripts.pl membervariablecallld.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    68
parsescripts.pl missingcclass.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    69
parsescripts.pl mmpsourcepath.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    70
parsescripts.pl multilangrsc.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    71
parsescripts.pl multipledeclarations.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    72
parsescripts.pl multipleinheritance.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    73
parsescripts.pl mydocs.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    74
parsescripts.pl namespace.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    75
parsescripts.pl newlreferences.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    76
parsescripts.pl noleavetrap.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    77
parsescripts.pl nonconsthbufc.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    78
parsescripts.pl nonconsttdesc.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    79
parsescripts.pl nonleavenew.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    80
parsescripts.pl nonunicodeskins.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    81
parsescripts.pl null.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    82
parsescripts.pl open.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    83
parsescripts.pl pointertoarrays.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    84
parsescripts.pl pragmadisable.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    85
parsescripts.pl pragmamessage.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    86
parsescripts.pl pragmaother.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    87
parsescripts.pl privateinheritance.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    88
parsescripts.pl pushaddrvar.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    89
parsescripts.pl pushmember.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    90
parsescripts.pl readresource.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    91
parsescripts.pl resourcesonheap.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    92
parsescripts.pl returndescriptoroutofscope.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    93
parsescripts.pl rfs.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    94
parsescripts.pl rssnames.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    95
parsescripts.pl stringliterals.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    96
parsescripts.pl stringsinresourcefiles.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    97
parsescripts.pl struct.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    98
parsescripts.pl tcclasses.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
    99
parsescripts.pl tclassdestructor.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
   100
parsescripts.pl todocomments.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
   101
parsescripts.pl trapcleanup.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
   102
parsescripts.pl trapeleave.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
   103
parsescripts.pl traprunl.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
   104
parsescripts.pl trspassing.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
   105
parsescripts.pl uids.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
   106
parsescripts.pl uncompressedaif.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
   107
parsescripts.pl uncompressedbmp.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
   108
parsescripts.pl unicodesource.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
   109
parsescripts.pl userafter.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
   110
parsescripts.pl userfree.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
   111
parsescripts.pl userWaitForRequest.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
   112
parsescripts.pl variablenames.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
   113
parsescripts.pl voidparameter.py
22878952f6e2 Committing the CodeScanner Core tool
noe\swadi
parents:
diff changeset
   114
parsescripts.pl worryingcomments.py