File tree
3,634 files changed
+159251
-126143
lines changed- .github/workflows
- config
- cpp
- autobuilder
- Semmle.Autobuild.Cpp.Tests
- Semmle.Autobuild.Cpp
- downgrades
- d77c09d8bdc172c9201dec293de1e14c931d3f05
- ql
- examples
- lib
- change-notes
- released
- semmle/code/cpp
- controlflow
- internal
- dataflow
- internal
- tainttracking1
- new
- exprs
- ir
- dataflow
- internal
- ssa0
- tainttracking1
- implementation
- aliased_ssa
- gvn/internal
- raw
- gvn/internal
- internal
- unaliased_ssa
- gvn/internal
- models/implementations
- rangeanalysis/new
- internal/semantic
- analysis
- security
- InvalidPointerDereference
- upgrades/19887dbd33327fb07d54251786e0cb2578539775
- src
- Critical
- Likely Bugs
- Conversion
- Format
- Likely Typos
- Memory Management
- Security/CWE
- CWE-078
- CWE-089
- CWE-119
- CWE-190
- CWE-193
- CWE-570
- CWE-611
- change-notes
- released
- experimental/Security/CWE
- CWE-078
- CWE-193
- test
- examples/expressions
- experimental/query-tests/Security/CWE
- CWE-078
- CWE-193
- array-access
- constant-size
- pointer-deref
- library-tests
- allocators
- attributes/var_attributes
- controlflow/guards-ir
- dataflow
- dataflow-edge-tests
- dataflow-tests
- fields
- smart-pointers-taint
- taint-tests
- floats/float128
- ir
- ir
- modulus-analysis
- range-analysis
- ssa
- templates/type_instantiations
- type_sizes
- unspecified_type/types
- variables/variables
- query-tests
- Critical/MemoryFreed
- Likely Bugs
- Format/NonConstantFormat
- Likely Typos/CompareWhereAssignMeant
- Security/CWE
- CWE-022/semmle/tests
- CWE-078/semmle/ExecTainted
- CWE-089/SqlTainted
- CWE-119
- SAMATE
- semmle/tests
- CWE-120/semmle/tests
- CWE-129/semmle/ImproperArrayIndexValidation
- CWE-190/semmle
- ComparisonWithWiderType
- TaintedAllocationSize
- tainted
- CWE-193
- CWE-311/semmle/tests
- CWE-319/UseOfHttp
- CWE-416/semmle/tests
- CWE-457/semmle/tests
- CWE-497/semmle/tests
- CWE-611
- csharp
- .vscode
- autobuilder
- Semmle.Autobuild.CSharp.Tests
- Semmle.Autobuild.CSharp
- downgrades
- extractor
- Semmle.Extraction.CIL.Driver
- Semmle.Extraction.CIL
- Entities
- Base
- PDB
- Semmle.Extraction.CSharp.DependencyFetching
- Properties
- Semmle.Extraction.CSharp.Driver
- Semmle.Extraction.CSharp.Standalone
- Semmle.Extraction.CSharp
- Comments
- Entities
- Compilations
- Expressions
- ObjectCreation
- Patterns
- PreprocessorDirectives
- Statements
- Types
- Extractor
- Populators
- Semmle.Extraction.Tests
- Semmle.Extraction
- Entities
- Base
- Semmle.Util.Tests
- Semmle.Util
- ql
- campaigns/Solorigate
- lib
- change-notes/released
- src
- change-notes/released
- test
- consistency-queries
- examples
- integration-tests
- all-platforms
- cshtml_standalone
- Views/Home
- cshtml
- diag_recursive_generics
- dotnet_no_args_inject
- standalone
- posix-only
- dotnet_test_mstest
- dotnet_test
- lib
- Linq
- change-notes
- released
- semmle/code
- cil
- csharp
- commons
- controlflow
- internal
- dataflow
- internal
- rangeanalysis
- tainttracking1
- dispatch
- frameworks
- security
- auth
- dataflow
- dotnet
- src
- Concurrency
- Likely Bugs
- Statements
- Linq
- Security Features
- CWE-022
- CWE-285
- CWE-384
- Telemetry
- change-notes/released
- experimental/ir/implementation
- raw
- gvn/internal
- unaliased_ssa
- gvn/internal
- utils/modelgenerator/internal
- test
- TestUtilities
- internal
- experimental/Security Features/CWE-759
- library-tests
- cil/dataflow
- controlflow
- graph
- splits
- dataflow
- fields
- library
- operators
- patterns
- ssa
- tuples
- goto
- standalone/controlflow
- query-tests
- API Abuse
- CallToGCCollect
- CallToObsoleteMethod
- ClassDoesNotImplementEquals
- ClassImplementsICloneable
- DisposeNotCalledOnException
- FormatInvalid
- InconsistentEqualsGetHashCode
- IncorrectCompareToSignature
- IncorrectEqualsSignature
- MissingDisposeCall
- MissingDisposeMethod
- NoDisposeCallOnLocalIDisposable
- NonOverridingMethod
- NullArgumentToEquals
- UncheckedReturnValue
- AlertSuppression
- Architecture
- Dependencies/MutualDependency
- Refactoring Opportunities
- FeatureEnvy
- InappropriateIntimacy
- Bad Practices
- Comments
- CommentedOutCode
- TodoComments
- Control-Flow/ConstantCondition
- Declarations
- EmptyInterface
- LocalScopeVariableShadowsMember
- NoConstantsOnly
- TooManyRefParameters
- EmptyCatchBlock
- Implementation Hiding
- AbstractToConcreteCollection
- ExposeRepresentation
- StaticArray
- Naming Conventions
- ConfusingMethodNames
- VariableNameTooShort
- VirtualCallInConstructorOrDestructor
- CSI/CompareIdenticalValues
- Concurrency
- FutileSyncOnField
- LockOrder
- LockThis
- LockedWait
- SynchSetUnsynchGet
- UnsafeLazyInitialization
- UnsynchronizedStaticAccess
- Configuration/PasswordInConfigurationFile
- Dead Code
- NonAssignedFields
- Tests
- Documentation
- EmptyBlock
- Language Abuse
- CatchOfGenericException
- ChainedIs
- DubiousTypeTestOfThis
- ForeachCapture
- MissedReadonlyOpportunity
- MissedTernaryOpportunity
- NestedIf
- RethrowException
- SimplifyBoolExpr
- UselessIsBeforeAs
- UselessNullCoalescingExpression
- UselessUpcast
- Likely Bugs
- BadCheckOdd
- Collections
- ContainerLengthCmpOffByOne
- ContainerSizeCmpZero
- DangerousNonShortCircuitLogic
- Dynamic
- EqualsArray
- EqualsUsesAs
- EqualsUsesIs
- HashedButNoHash
- IncomparableEquals
- InconsistentCompareTo
- MishandlingJapaneseEra
- NestedLoopsSameVariable
- ObjectComparison
- RandomUsedOnce
- RecursiveEquals
- SelfAssignment
- StaticFieldWrittenByInstance
- StringBuilderCharInit
- UncheckedCastInEquals
- UnsafeYearConstruction
- Linq
- MissedCastOpportunity
- MissedWhereOpportunity
- MagicConstants
- Metrics
- Files/FLinesOfCommentedCode
- RefTypes/TNumberOfFields
- Summaries
- Nullness
- Performance
- StringBuilderInLoop
- StringConcatenationInLoop
- UseTryGetValue
- ReadOnlyContainer
- Security Features
- CWE-011
- CWE-016
- CWE-020
- CWE-022
- TaintedPath
- ZipSlip
- CWE-078
- CWE-079
- StoredXSS
- XSSAsp
- CWE-089
- CWE-090
- CWE-091/XMLInjection
- CWE-094
- CWE-099
- CWE-112
- CWE-114/AssemblyPathInjection
- CWE-119
- CWE-134
- CWE-201/ExposureInTransmittedData
- CWE-209
- CWE-248/MissingASPNETGlobalErrorHandler
- WebConfigOffButGlobal
- WebConfigOff
- CWE-285/MissingAccessControl
- MVCTests
- WebFormsTests
- Test1
- Test2
- Test3
- A
- B
- C
- CWE-312
- CWE-338
- CWE-352
- global
- missing
- CWE-359
- CWE-384
- CWE-451/MissingXFrameOptions
- CodeAddedHeader
- NoHeader
- WebConfigAddedHeader
- CWE-502
- DeserializedDelegate
- UnsafeDeserializationUntrustedInputNewtonsoftJson
- UnsafeDeserializationUntrustedInput
- UnsafeDeserialization
- CWE-539/PersistentCookie
- CWE-548
- CWE-601/UrlRedirect
- CWE-614/RequireSSL
- AddedInCode
- AddedInForms
- HttpCookiesCorrect
- RequireSSLMissing
- CWE-643
- CWE-730
- ReDoSGlobalTimeout
- ReDoS
- RegexInjection
- CWE-798
- CWE-807
- Stubs/Minimal
- Telemetry
- LibraryUsage
- SupportedExternalApis
- UseBraces
- Useless Code
- DefaultToString
- IntGetHashCode
- PointlessForwardingMethod
- RedundantToStringCall
- UnusedLabel
- WriteOnlyContainer
- resources
- assemblies
- stubs
- tools
- docs
- codeql
- codeql-for-visual-studio-code
- codeql-language-guides
- codeql-overview
- images/codeql-for-visual-studio-code
- ql-language-reference
- ql-training
- cpp
- java
- query-examples
- cpp
- java
- slide-snippets
- reusables
- writing-codeql-queries
- go
- codeql-tools
- downgrades
- external-packs/codeql/suite-helpers/0.0.2
- extractor
- cli/go-autobuilder
- diagnostics
- util
- ql
- config/legacy-support
- examples
- integration-tests
- all-platforms/go
- bazel-sample-1
- bazel-sample-2
- diagnostics
- build-constraints-exclude-all-go-files
- go-files-found-not-processed
- work/subdir
- newer-go-version-needed
- package-not-found-with-go-mod
- single-go-mod-and-go-files-not-under-it
- subdir
- subsubdir
- single-go-mod-in-root
- subdir
- single-go-mod-not-in-root
- subdir
- subsubdir
- single-go-work-not-in-root
- modules
- subdir1
- subsubdir1
- subdir2
- subsubdir2
- two-go-mods-nested-none-in-root
- subdir0
- subdir1
- subsubdir1
- subdir2
- two-go-mods-nested-one-in-root
- subdir1
- subsubdir1
- subdir2
- two-go-mods-not-nested
- subdir1
- subsubdir1
- subdir2
- subsubdir2
- linux-only/go
- dep-sample
- glide-sample
- lib
- change-notes
- released
- semmle/go
- dataflow
- internal
- tainttracking1
- frameworks
- security
- src
- InconsistentCode
- Security
- CWE-020
- CWE-022
- CWE-078
- CWE-079
- CWE-089
- CWE-117
- CWE-190
- CWE-209
- CWE-312
- CWE-322
- CWE-326
- CWE-327
- CWE-338
- CWE-352
- CWE-601
- CWE-640
- CWE-643
- CWE-681
- CWE-918
- change-notes/released
- experimental
- CWE-090
- CWE-1004
- CWE-134
- CWE-203
- CWE-285
- CWE-321
- CWE-327
- CWE-369
- CWE-74
- CWE-79
- CWE-807
- CWE-840
- CWE-918
- CWE-942
- Unsafe
- test
- TestUtilities
- internal
- experimental
- CWE-1004
- CWE-134
- CWE-203
- CWE-369
- CWE-74
- CWE-79
- CWE-918
- frameworks
- CleverGo
- Fiber
- library-tests/semmle/go
- Function
- concepts/LoggerCall
- dataflow
- ArrayConversion
- ChannelField
- DefaultTaintSanitizer
- ExternalFlowVarArgs
- ExternalFlow
- vendor/github.com/nonexistent/test
- FlowSteps
- FunctionInputsAndOutputs
- GenericFunctionsAndTypes
- GuardingFunctions
- HiddenNodes
- InterProceduralDataFlow
- ListOfConstantsSanitizerGuards
- PromotedFields
- PromotedMethods
- TypeAssertions
- VarArgsWithFunctionModels
- VarArgs
- frameworks
- Beego
- CouchbaseV1
- Echo
- ElazarlGoproxy
- Encoding
- EvanphxJsonPatch
- GoMicro
- client
- proto
- vendor
- go-micro.dev/v4
- api
- client
- server
- google.golang.org/protobuf
- internal/impl
- proto
- reflect/protoreflect
- runtime
- protoiface
- protoimpl
- Gorestful
- K8sIoApiCoreV1
- K8sIoApimachineryPkgRuntime
- Protobuf
- Revel
- SQL
- bun
- vendor
- github.com/uptrace/bun
- dialect/sqlitedialect
- driver/sqliteshim
- go-pg
- vendor
- github.com/go-pg/pg/v10
- orm
- Spew
- StdlibTaintFlow
- TaintSteps
- Twirp
- Yaml
- Zap
- gqlgen
- graph
- model
- vendor
- github.com/99designs/gqlgen/graphql
- query-tests
- Diagnostics
- CONSISTENCY
- RedundantCode/CompareIdenticalValues
- Security
- CWE-022
- CWE-078
- CWE-079
- CWE-089
- CWE-117
- CWE-190
- CWE-312
- CWE-327
- CWE-338/InsecureRandomness
- CWE-352
- CWE-601/OpenUrlRedirect
- CWE-681
- CWE-918
- vendor
- golang.org/x
- mod
- internal/lazyregexp
- modfile
- module
- semver
- sys/execabs
- tools
- go
- gcexportdata
- packages
- types/objectpath
- internal
- event/tag
- gcimporter
- gocommand
- tokeninternal
- typeparams
- typesinternal
- javascript
- downgrades
- c88c69174bd0dd4e95f1bcfbada68a2505e812c3
- extractor
- lib/typescript
- src
- src/com/semmle
- jcorn
- js
- ast
- extractor
- ts/extractor
- ql
- examples
- experimental/adaptivethreatmodeling
- lib
- experimental/adaptivethreatmodeling
- modelbuilding
- model
- src
- test
- integration-tests/all-platforms
- lib
- change-notes
- released
- semmle/javascript
- dataflow
- frameworks
- data/internal
- security
- dataflow
- upgrades/8accf0f930bcb8b42d69fd7ef7b4372604f551ed
- src
- Declarations
- Security
- CWE-022
- CWE-078
- examples
- CWE-094/examples
- CWE-730
- examples
- CWE-770/examples
- CWE-798
- examples
- Statements
- change-notes
- released
- experimental/Security/CWE-918
- test
- library-tests
- AST/ExplicitResource
- InterProceduralFlow
- Modules
- TaintBarriers
- TypeScript
- BindingPattern
- RegressionTests/CyclicAlias
- Types
- frameworks/data
- query-tests/Security
- CWE-022/TaintedPath
- CWE-094/CodeInjection
- webix
- CWE-116/IncompleteSanitization
- CWE-312
- CWE-400/ReDoS
- CWE-915/PrototypePollutingMergeCall
- webix
- java
- documentation/library-coverage
- downgrades
- ecfcf050952e54b1155fc89525db84af6ad34aaf
- kotlin-extractor
- src/main/kotlin
- comments
- utils
- versions
- v_1_4_32
- v_1_5_20
- v_1_7_0
- v_1_8_0
- v_1_9_0-Beta
- v_1_9_255
- ql
- automodel
- src
- test
- AutomodelApplicationModeExtraction
- AutomodelFrameworkModeExtraction
- com/github/codeql/test
- java
- io
- nio/file
- consistency-queries
- examples
- integration-tests
- all-platforms
- java
- android-sample-old-style-kotlin-build-script-no-wrapper
- project
- android-sample-old-style-kotlin-build-script
- project
- android-sample-old-style-no-wrapper
- project
- android-sample-old-style
- project
- kotlin
- annotation-id-consistency
- default-parameter-mad-flow
- diagnostics/kotlin-version-too-new
- extractor_information_kotlin1
- extractor_information_kotlin2
- file_classes
- gradle_kotlinx_serialization
- kotlin-interface-inherited-default
- kotlin_java_static_fields
- linux-only/kotlin
- custom_plugin
- posix-only/kotlin
- lib
- change-notes
- released
- config
- ext
- experimental
- generated
- threatmodels
- semmle/code/java
- dataflow
- internal
- tainttracking1
- dispatch
- frameworks
- apache
- google
- hudson
- jackson
- javaee/ejb
- kotlin
- mdht
- owasp
- spring
- stapler
- struts
- regex
- security
- upgrades/7cbc85b1f3ecda39661ad4806dedbd0973d2c4c0
- src
- Metrics/Summaries
- Security/CWE
- CWE-022
- CWE-078
- CWE-200
- CWE-501
- Telemetry
- change-notes
- released
- experimental/Security/CWE/CWE-078
- utils
- flowtestcasegenerator
- modelgenerator/internal
- test
- TestUtilities
- internal
- experimental/query-tests/security
- CWE-078
- CWE-094
- CWE-1004
- CWE-470
- CWE-552
- CWE-601
- CWE-652
- ext
- TestModels
- TopJdkApis
- kotlin/library-tests
- annotation-accessor-result-type
- annotation_classes
- classes
- dataflow/summaries
- exprs_typeaccess
- exprs
- methods
- library-tests
- dataflow
- callback-dispatch
- callctx
- capture
- collections
- field-value
- fluent-methods
- partial
- stream-collect
- stream-read
- synth-global
- taint-format
- taint-gson
- taint-jackson
- taintsources
- threat-models
- file_classes
- frameworks
- JaxWs
- android
- asynctask
- content-provider-summaries
- content-provider
- external-storage
- flow-steps
- intent
- notification
- slice
- sources
- uri
- widget
- apache-ant
- apache-collections
- apache-commons-compress
- apache-commons-lang3
- apache-http
- gson
- guava/generated
- cache
- collect
- hudson
- jackson
- javax-json
- jdk
- java.io
- java.net
- java.nio.file
- json-java
- netty
- generated
- manual
- okhttp
- play
- rabbitmq
- ratpack
- resources
- retrofit
- spring
- beans
- cache
- context
- controller
- data
- http
- ui
- util
- validation
- webmultipart
- webutil
- stapler
- stream
- thymeleaf
- logging
- optional
- pathsanitizer
- paths
- qlengine
- regex
- scanner
- query-tests
- Metrics/GeneratedVsManualCoverage/TopJdkApisTest
- Telemetry
- SupportedExternalApis
- UnsupportedExternalAPIs
- security
- CWE-022/semmle/tests
- mad
- CWE-078
- CWE-089/semmle/examples
- CWE-090
- CWE-117
- CWE-266
- CWE-311/CWE-319
- CWE-441
- CWE-470
- CWE-489/webview-debugging
- CWE-501
- CWE-502
- CWE-532
- CWE-611
- CWE-749
- CWE-780
- CWE-918
- mad
- CWE-927
- stubs
- esapi-2.0.1/org/owasp/esapi
- errors
- javax-annotation-api-1.3.2/javax/annotation
- jaxws-api-2.0/javax
- activation
- xml/bind/annotation/adapters
- jenkins/hudson/model
- mdht-1.2.0
- javax/xml/namespace
- org
- eclipse/emf
- common
- notify
- util
- ecore
- resource
- util
- xmi
- xml/type
- openhealthtools/mdht
- emf/runtime
- resource
- util
- uml
- cda
- util
- hl7
- datatypes
- rim
- vocab
- w3c/dom
- xml/sax
- serialkiller-4.0.0/org/nibblesec/tools
- stapler-1.263/org/kohsuke/stapler
- misc
- bazel
- cmake
- legacy-support
- cpp
- csharp
- javascript
- java
- python
- scripts
- suite-helpers
- change-notes/released
- python
- downgrades
- ql
- consistency-queries
- examples
- lib
- analysis
- change-notes
- released
- semmle/python
- dataflow
- new
- internal
- tainttracking1
- old
- essa
- frameworks
- data/internal
- regexp/internal
- security
- dataflow
- injection
- web
- bottle
- cherrypy
- client
- django
- falcon
- flask
- pyramid
- stdlib
- tornado
- turbogears
- twisted
- src
- Functions
- Security
- CWE-020-ExternalAPIs
- CWE-022
- CWE-078
- CWE-079
- CWE-089
- CWE-090
- CWE-094
- CWE-117
- CWE-209
- CWE-285
- CWE-312
- CWE-327
- CWE-502
- CWE-601
- CWE-611
- CWE-643
- CWE-730
- CWE-776
- CWE-798
- CWE-918
- change-notes
- released
- experimental
- Security
- CWE-022bis
- CWE-022
- CWE-074
- paramiko
- CWE-079
- CWE-091
- CWE-113
- CWE-1236
- CWE-176
- CWE-208
- TimingAttackAgainstHash
- TimingAttackAgainstHeaderValue
- TimingAttackAgainstSensitiveInfo
- CWE-287-ConstantSecretKey
- examples
- settings
- CWE-327/Azure
- CWE-338
- CWE-340
- CWE-348
- CWE-522
- CWE-614
- semmle/python
- libraries
- security
- dataflow
- injection
- templates
- semmle/python/functions
- test
- 3/library-tests/taint
- strings
- unpacking
- experimental
- dataflow
- TestUtil
- basic
- coverage-py2
- coverage-py3
- coverage
- exceptions
- fieldflow
- match
- model-summaries
- module-initialization
- path-graph
- regression
- summaries
- tainttracking
- commonSanitizer
- customSanitizer
- defaultAdditionalTaintStep-py3
- defaultAdditionalTaintStep
- generator-flow
- unwanted-global-flow
- typetracking-summaries
- typetracking_imports
- typetracking
- variable-capture
- library-tests
- CallGraph-implicit-init
- CallGraph
- meta
- debug
- inline-taint-test-demo
- query-tests/Security
- CWE-022-TarSlip
- CWE-022-UnsafeUnpacking
- CWE-074-TemplateInjection
- CWE-074-paramiko
- CWE-074
- CWE-079
- CWE-091-XsltInjection
- CWE-091
- CWE-113
- CWE-1236
- CWE-176
- CWE-208
- TimingAttackAgainstHash
- TimingAttackAgainstSensitiveInfo
- CWE-287-ConstantSecretKey
- CWE-327-UnsafeUsageOfClientSideEncryptionVersion
- CWE-348
- CWE-522-global-option
- CWE-522
- CWE-614
- CWE-943
- semmle/python/templates
- library-tests
- examples/custom-sanitizer
- frameworks
- aioch
- aiohttp
- aiomysql
- aiopg
- aiosqlite
- asyncpg
- cassandra-driver
- clickhouse_driver
- cryptodome
- cryptography
- crypto
- cx_Oracle
- data
- dill
- django-orm
- django-v1
- django-v2-v3
- django
- fabric
- fastapi
- flask_admin
- flask_sqlalchemy
- flask
- httpx
- idna
- invoke
- jmespath
- libtaxii
- lxml
- markupsafe
- modeling-example
- multidict
- mysql-connector-python
- mysqldb
- oracledb
- peewee
- phoenixdb
- pycurl
- pymssql
- pymysql
- pyodbc
- requests
- rest_framework
- rsa
- ruamel.yaml
- serverless
- aws_lambda
- function
- simplejson
- sqlalchemy
- stdlib-py2
- stdlib-py3
- stdlib
- toml
- tornado
- twisted
- ujson
- urllib3
- xmltodict
- yaml
- yarl
- locations/imports
- regex
- security
- command-execution
- fabric-v1-execute
- taint
- collections
- config
- example
- exception_traceback
- flowpath_regression
- general
- namedtuple
- strings
- unpacking
- variables/definitions
- query-tests
- Functions/ModificationOfParameterWithDefault
- Security
- CWE-020-ExternalAPIs
- CWE-022-PathInjection
- CWE-022-TarSlip
- CWE-078-CommandInjection-py2
- CWE-078-CommandInjection
- CWE-078-UnsafeShellCommandConstruction
- src
- CWE-079-ReflectedXss
- CWE-090-LdapInjection
- CWE-094-CodeInjection
- CWE-116-BadTagFilter
- CWE-117-LogInjection
- CWE-209-StackTraceExposure
- CWE-285-PamAuthorization
- CWE-312-CleartextLogging
- CWE-312-CleartextStorage-py3
- CWE-312-CleartextStorage
- CWE-327-WeakSensitiveDataHashing
- CWE-502-UnsafeDeserialization
- CWE-601-UrlRedirect
- CWE-611-Xxe
- CWE-643-XPathInjection
- CWE-730-PolynomialReDoS
- CWE-730-ReDoS
- CWE-730-RegexInjection
- CWE-776-XmlBomb
- CWE-798-HardcodedCredentials
- CWE-918-ServerSideRequestForgery
- tools/recorded-call-graph-metrics/ql
- ql
- buramu
- extractor
- src
- ql
- consistency-queries
- examples
- src
- codeql_ql
- ast
- internal
- style
- queries
- performance
- style
- test
- callgraph/packs
- lib
- other
- src
- printAst
- queries
- performance
- AbstractClassImport
- MissingNoInline
- style
- DeadCode
- FieldOnlyUsedInCharPred
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
3,634 files changed
+159251
-126143
lines changedLines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
2 | 8 |
| |
3 | 9 |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + |
Lines changed: 29 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + |
Lines changed: 6 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| 10 | + | |
| 11 | + | |
10 | 12 |
| |
11 | 13 |
| |
12 | 14 |
| |
13 | 15 |
| |
14 | 16 |
| |
15 |
| - | |
| 17 | + | |
16 | 18 |
| |
17 | 19 |
| |
18 |
| - | |
| 20 | + | |
19 | 21 |
| |
20 | 22 |
| |
21 | 23 |
| |
| |||
47 | 49 |
| |
48 | 50 |
| |
49 | 51 |
| |
50 |
| - | |
| 52 | + | |
51 | 53 |
| |
52 | 54 |
| |
53 |
| - | |
| 55 | + | |
54 | 56 |
| |
55 | 57 |
| |
56 | 58 |
| |
|
Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
| 18 | + | |
| 19 | + | |
18 | 20 |
| |
19 | 21 |
| |
20 | 22 |
| |
21 | 23 |
| |
22 | 24 |
| |
23 |
| - | |
| 25 | + | |
24 | 26 |
| |
25 | 27 |
| |
26 |
| - | |
| 28 | + | |
27 | 29 |
| |
28 | 30 |
| |
29 | 31 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| 17 | + | |
17 | 18 |
| |
18 | 19 |
| |
19 | 20 |
| |
|
Lines changed: 7 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
24 | 29 |
| |
25 | 30 |
| |
26 | 31 |
| |
|
Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 |
| - | |
| 17 | + | |
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 |
| - | |
| 21 | + | |
| 22 | + | |
22 | 23 |
| |
23 | 24 |
| |
24 | 25 |
| |
| 26 | + | |
25 | 27 |
| |
26 | 28 |
| |
27 | 29 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| 7 | + | |
| 8 | + | |
7 | 9 |
| |
8 | 10 |
| |
9 | 11 |
| |
|
Lines changed: 9 additions & 56 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
3 |
| - | |
4 |
| - | |
5 |
| - | |
6 |
| - | |
7 |
| - | |
8 |
| - | |
9 |
| - | |
10 |
| - | |
11 |
| - | |
12 |
| - | |
13 |
| - | |
14 |
| - | |
15 |
| - | |
16 |
| - | |
17 |
| - | |
18 |
| - | |
19 |
| - | |
20 |
| - | |
21 |
| - | |
22 | 2 |
| |
23 | 3 |
| |
24 | 4 |
| |
| |||
42 | 22 |
| |
43 | 23 |
| |
44 | 24 |
| |
45 |
| - | |
46 | 25 |
| |
47 | 26 |
| |
48 | 27 |
| |
| |||
53 | 32 |
| |
54 | 33 |
| |
55 | 34 |
| |
56 |
| - | |
57 |
| - | |
58 |
| - | |
59 |
| - | |
60 |
| - | |
61 |
| - | |
62 |
| - | |
63 |
| - | |
64 |
| - | |
65 |
| - | |
66 |
| - | |
67 |
| - | |
68 |
| - | |
69 |
| - | |
70 |
| - | |
71 |
| - | |
72 |
| - | |
73 |
| - | |
74 |
| - | |
75 |
| - | |
76 | 35 |
| |
77 | 36 |
| |
78 | 37 |
| |
| |||
96 | 55 |
| |
97 | 56 |
| |
98 | 57 |
| |
99 |
| - | |
100 |
| - | |
101 |
| - | |
102 |
| - | |
103 |
| - | |
104 |
| - | |
105 |
| - | |
106 |
| - | |
107 |
| - | |
108 | 58 |
| |
109 | 59 |
| |
110 | 60 |
| |
| |||
514 | 464 |
| |
515 | 465 |
| |
516 | 466 |
| |
517 |
| - | |
518 |
| - | |
519 |
| - | |
520 |
| - | |
521 |
| - | |
522 | 467 |
| |
523 | 468 |
| |
524 | 469 |
| |
525 | 470 |
| |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
526 | 475 |
| |
527 | 476 |
| |
528 | 477 |
| |
| |||
598 | 547 |
| |
599 | 548 |
| |
600 | 549 |
| |
| 550 | + | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
601 | 554 |
| |
602 |
| - | |
| 555 | + |
0 commit comments