Kumar Pallava
- Total activity 205
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 144
Activity overview
Latest activity by Kumar Pallava-
Kumar Pallava commented,
Hi, In this version following rules has been added in filter.json so the files with the below pattern will be skipped: { "type" : "FilePath", "value" : "**/vue.runtime.js" }, { "type" : "F...
-
Kumar Pallava created a post,
Source files are not analyzed by .NET analyzer when the file present in CONTENT tag in project file
We understand that the .NET analyzer is designed to analyze the source files present under COMPILE tags and the source files present under CONTENT tag are not analyzed maybe because in content tag ...
-
Kumar Pallava commented,
Hello Nandu, It is not mandatory to develop an extension using Eclipse IDE. You can use other IDE as well depend on the language the extensions are written for ex: you can use Visual Studio, Pychar...
-
Kumar Pallava created a post,
Analysis failure due to long deployed path
When analyzer run on long deployed path the saving of the objects fails and analysis crashes due to this long path. The limit of the path has been set to 600 which is more than expected path of a f...
-
Kumar Pallava created a post,
Successful Java analysis
When you run Java analysis you need to make sure that the Java base classes should be parsed first from rt.jarWhen you analysis starts after some time (depend on the size of an application) in the ...
-
Kumar Pallava created a post,
Java objects are not saved when analyzed more than once due to reference in Class Path
When you refer the deploy root folder or sub folder from deploy folder which has .java files in the class path of CAST-MS then the .java files will be analyzed twice and resultant would be that the...
-
Kumar Pallava created a post,
.NET analysis no more requires MS framework assemblies to be packaged
When you are packaging .NET source code there is no more requirement of adding MS framework assemblies as resource package. But while doing a package you will have several alerts related to System ...
-
Kumar Pallava created a post,
.NET Core analysis PackageReference not found by analyzer
When you are analyzing a .NET Core project having PackageReference included in the project file, those Package References are not picked by analyzer. When you deliver the application you would not ...
-
Kumar Pallava commented,
Hi Shahzad, You can download CSS3 using below link and install on your local server ftp://download.castsoftware.com/OfficialDownload/CSS/3.0.2/CAST_CSS_3.0.2_103.zip Let us know if it still does no...
-
Kumar Pallava created a post,
No external link between application source code and DB objects
When you are analyzing an application having both application source code and DB objects and after analysis you notice missing links between the application and DB objects then the first think to c...