DotNetShoutout - Stories tagged with code analysis
2
Shouts

JustCode for JavaScript Developers

published 496 days, 9 hours, 32 minutes ago posted by KodefuGuruKodefuGuru 499 days, 4 hours, 50 minutes ago
Thursday, February 09, 2012 10:15:54 PM GMT Tuesday, February 07, 2012 2:57:53 AM GMT
Along with the inspections done by Visual Studio, JustCode conducts code analysis, which provides a list of errors and warnings found in your JavaScript. It does so by applying a list of custom inspections of your solution on-the-fly, without interrupting your work... (more)
category: Web Dev | clicked: 30 | comment | | source: bristowe.com
tags: JustCode, Navigation, Telerik, JavaScript, code analysis
6
Shouts

PVS-Studio C++ static code analyzer tool for Visual Studio review

published 534 days, 21 hours, 14 minutes ago posted by SergeyVlasovSergeyVlasov 539 days, 21 hours, 28 minutes ago
Monday, January 02, 2012 10:33:49 AM GMT Wednesday, December 28, 2011 10:19:32 AM GMT
PVS-Studio can detect general C++ errors (storing a pointer to a local variable outside the scope of the variable, buffer overflow, semicolon after if/for/while), 64-bit portability errors (conversions between memsize and 32-bit types, alignment rule changes, deprecated Win64 system calls) and OpenMP errors (missing parallel/omp/for keywords, data races, throw in a parallel section). Overall more than 160 kinds of errors are detected. (more)
category: How To | clicked: 19 | comment | | source: visualstudioaddins.svprogramming.net
tags: C++, Visual Studio tools, Visual Studio, code analysis
8
Shouts

Code Metrics Viewer Blog

published 713 days, 17 minutes ago posted by http://codemetricsviewer.wordpress.com/http://codemetricsviewer.wordpress.com/ 724 days, 10 hours, 6 minutes ago
Friday, July 08, 2011 7:31:12 AM GMT Sunday, June 26, 2011 9:42:01 PM GMT
This blog contains information about the Code Metrics Viewer extension for Visual Studio 2010. The tool intergrates the Code Metrics Power Tool 10.0 into Visual Studio Profession 2010. Here you can find answers for frequently asked questions, trouble-shootings and news about the tool... (more)
category: Agile | clicked: 30 | 1 comment | | source: codemetricsviewer.wordpress.com
tags: Code Metrics, Code Review, code analysis
4
Shouts

Going Beyond Visual Studio With JustCode

published 792 days, 8 hours, 46 minutes ago posted by KodefuGuruKodefuGuru 794 days, 2 hours, 8 minutes ago
Tuesday, April 19, 2011 11:01:59 PM GMT Monday, April 18, 2011 5:39:27 AM GMT
Are you still compiling your application to find errors? Or maybe you are using "Find" to navigate your code. We have all done it, but there is a better way! In this webinar we will see how JustCode's on-the-fly solution-wide code analysis, refactoring, and navigation features enhance the Visual Studio experience, and make you a more productive developer! (more)
category: Screencast | clicked: 6 | comment | | source: tv.telerik.com
tags: JustCode, Telerik, Code Navigation, webinar, code analysis, VisualStudio, Code Refactoring
5
Shouts

MSDN Magazine: Security Briefs - Improve ASP.NET Security with Visual Studio Code Analysis

published 926 days, 14 hours, 2 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 928 days, 8 hours, 56 minutes ago
Monday, December 06, 2010 5:45:28 PM GMT Saturday, December 04, 2010 10:52:04 PM GMT
Visual Studio code analysis and FxCop enable you to check your code automatically for design, performance and security issues. Now you can check your ASP.NET apps, too. We’ll show you how. (more)
category: How To | clicked: 3 | comment | | source: msdn.microsoft.com
tags: MSDN, FxCop, code analysis, MSDN Magazine
7
Shouts

5 Easy Tips to Reduce and Refactor Your Code with Resharper : JohnPapa

published 988 days, 20 hours, 22 minutes ago posted by rajuraju 990 days, 15 hours, 2 minutes ago
Tuesday, October 05, 2010 11:25:29 AM GMT Sunday, October 03, 2010 4:45:49 PM GMT
I’ve talked a lot about Resharper features such as the Find Usages, live templates, and the instant code analysis. But I have not talked about some of the features that are not as prominent but I find especially helpful. So here are a few very simple tips for how to clean your code up using Resharper. (more)
category: Metro | clicked: 0 | comment | | source: johnpapa.net
tags: code analysis, ReSharper
3
Shouts

Do you use Javascript? You may require this opensource online code quality tool.

posted by solidstonesolidstone 1044 days, 1 hour, 16 minutes ago
Wednesday, August 11, 2010 6:32:01 AM GMT
JSLint is a JavaScript program that looks for problems in JavaScript programs. It is a code quality tool. JSLint takes a JavaScript source and scans it. If it finds a problem, it returns a message describing the problem and an approximate location within the source. Its free and opensource. (more)
category: How To | clicked: 2 | comment | | source: www.findbestopensource.com
tags: OpenSource, code analysis
12
Shouts

Resharper 5

published 1165 days, 21 hours, 30 minutes ago posted by sedgeysedgey 1166 days, 23 hours, 3 minutes ago
Sunday, April 11, 2010 10:17:45 AM GMT Saturday, April 10, 2010 8:44:45 AM GMT
ReSharper 5With the release of Visual Studio 2010 just around the corner and the concurrent release of ReSharper 5, I thought I would share my experiences with the Release Candidate & nightly builds of ReSharper 5. [edit]Jetbrains have been kind enough to provide me with 10% Discount coupons and 60 day trial licenses for readers of this blog, for the current version ReSharper 4.5 and if you buy now, you automatically get a free upgrade to ReSharper 5 when it is released. All you do is email me at: ... (more)
category: Architecture | clicked: 6 | comment | | source: web2asp.net
tags: ASP.NET MVC, ReSharper 5.0, ReSharper 5, Visual Studio 2010, JetBrains ReSharper, code analysis, Visual Studio Add-ins, unit testing
9
Shouts

Code Metrics: Lines of Code (LoC)

published 1214 days, 13 hours, 12 minutes ago posted by gpeipmangpeipman 1217 days, 8 hours, 37 minutes ago
Sunday, February 21, 2010 6:36:05 PM GMT Thursday, February 18, 2010 11:11:03 PM GMT
I start writing series of blog posting about code metrics. I plan to introduce different metrics and explain their meaning. Also I plan to introduce tools you can use to measure those metrics. Where possible I will introduce you how to use one or another metric. The first metric is the simplest one and it is called Lines of Code (LoC). (more)
category: How To | clicked: 1 | 1 comment | | source: weblogs.asp.net
tags: Code Metrics, code analysis