Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / code-cracker/code-cracker issues and pull requests

#100 - Run Analysis on a large OSS project and make sure it does not throw

Issue - State: closed - Opened by giggio almost 10 years ago - 6 comments
Labels: enhancement, 3 - Done

#99 - Add code coverage metrics

Issue - State: closed - Opened by giggio almost 10 years ago - 2 comments
Labels: enhancement, 3 - Done

#98 - Remove commented code

Issue - State: closed - Opened by giggio almost 10 years ago - 7 comments
Labels: enhancement, 3 - Done, analyzer, code-fix, C#

#97 - Update all analyzers to use the supported categories

Issue - State: closed - Opened by giggio almost 10 years ago - 7 comments
Labels: enhancement, 3 - Done, C#

#96 - Warning potential null in fields, variables and arguments

Issue - State: open - Opened by ElemarJR almost 10 years ago - 30 comments
Labels: enhancement, 0 - Backlog, needs discussion, analyzer, code-fix, C#, Blocked

#95 - Fix analysis for CC0029 (DisposablesShouldCallSuppressFinalizeAnalyzer)

Issue - State: closed - Opened by giggio almost 10 years ago - 3 comments
Labels: bug, 3 - Done, analyzer, C#, VB

#94 - Add help links and descriptions to analyzers

Pull Request - State: closed - Opened by vbfox almost 10 years ago - 7 comments
Labels: 3 - Done

#93 - Add a refactoring to switch between "string" and @"verbatim string"

Pull Request - State: closed - Opened by vbfox almost 10 years ago - 9 comments
Labels: 3 - Done

#92 - Analyzer to check if disposable types are calling GC.SuppressFinalize

Pull Request - State: closed - Opened by israelaece almost 10 years ago - 18 comments
Labels: 3 - Done

#91 - Events - A more elegant null-check.

Pull Request - State: closed - Opened by israelaece almost 10 years ago
Labels: 3 - Done

#90 - Analyzers and Fixes to check if event is null before fire it.

Pull Request - State: closed - Opened by israelaece almost 10 years ago - 6 comments
Labels: 3 - Done

#89 - Replace if null with existence operator

Pull Request - State: closed - Opened by giggio almost 10 years ago - 4 comments
Labels: 3 - Done

#88 - Invert if

Issue - State: open - Opened by ElemarJR almost 10 years ago - 18 comments
Labels: enhancement, 2 - Working, analyzer, code-fix, C#

#87 - Invert loop for 0..n and n..0

Issue - State: closed - Opened by ElemarJR almost 10 years ago - 12 comments
Labels: enhancement, 3 - Done, analyzer, code-fix, C#

#86 - Detect read-only private fields and fix adding the "readonly" modifier

Issue - State: closed - Opened by ElemarJR almost 10 years ago - 9 comments
Labels: enhancement, 3 - Done, analyzer, code-fix, C#

#85 - Extend CC0068 (Private method not used) to other members beyond methods

Issue - State: open - Opened by ElemarJR almost 10 years ago - 6 comments
Labels: enhancement, 1 - Ready, up-for-grabs, analyzer, code-fix, C#

#84 - Warn when a method is too complex

Issue - State: open - Opened by ElemarJR almost 10 years ago - 5 comments
Labels: enhancement, 0 - Backlog, needs discussion, analyzer, C#, Missing test cases, Missing diagnostic id, Missing severity, Missing category

#83 - CodeActions should have an ID

Issue - State: closed - Opened by vbfox almost 10 years ago - 6 comments
Labels: wontfix

#82 - diagnostic, fixer and test for making variables constants whenever it's ... (closes #79)

Pull Request - State: closed - Opened by ElemarJR almost 10 years ago - 1 comment
Labels: 3 - Done

#81 - Seggest nameof

Pull Request - State: closed - Opened by aterribili almost 10 years ago - 6 comments
Labels: 3 - Done

#80 - "async void" should not be used

Issue - State: open - Opened by ElemarJR almost 10 years ago - 12 comments
Labels: enhancement, 2 - Working, analyzer, code-fix, C#, VB

#79 - Make a variable const whenever it's possible

Issue - State: closed - Opened by ElemarJR almost 10 years ago - 12 comments
Labels: enhancement, 3 - Done, analyzer, code-fix

#78 - Descriptions and HelpLinks

Issue - State: closed - Opened by vbfox almost 10 years ago - 11 comments
Labels: enhancement, 3 - Done, update readme

#77 - Convert and suggest conversion between the different types of string formatting / concatenation

Issue - State: closed - Opened by vbfox almost 10 years ago - 3 comments
Labels: invalid

#76 - Offer diagnostic to allow for ordering members inside classes and structs

Issue - State: closed - Opened by giggio almost 10 years ago - 11 comments
Labels: enhancement, 3 - Done, analyzer, C#

#75 - stop to remove comments when converting if to switch (closes #74)

Pull Request - State: closed - Opened by ElemarJR almost 10 years ago - 1 comment
Labels: 3 - Done

#74 - When changing ifs to switch comments are lost

Issue - State: closed - Opened by giggio almost 10 years ago - 3 comments
Labels: bug, 3 - Done, code-fix

#73 - One physical file per Analyzer/CodeFix

Issue - State: closed - Opened by israelaece almost 10 years ago - 18 comments
Labels: wontfix

#72 - Convert Lambda to Method Group when possible #49

Pull Request - State: closed - Opened by sqdavid almost 10 years ago - 32 comments
Labels: 3 - Done

#71 - convert if to switch (more than 3 nested ifs) closes #39

Pull Request - State: closed - Opened by ElemarJR almost 10 years ago - 1 comment
Labels: 3 - Done

#70 - TernaryOperatorAnalyzer throwing NullReferenceException

Issue - State: closed - Opened by ElemarJR almost 10 years ago - 1 comment
Labels: bug, 3 - Done

#69 - Regex Analyzer/CodeFix tests ignores local culture

Issue - State: closed - Opened by ElemarJR almost 10 years ago - 1 comment
Labels: bug, 1 - Ready

#68 - Guidelines for branch integration and commit messages

Issue - State: open - Opened by viniciushana almost 10 years ago - 6 comments
Labels: 1 - Ready

#67 - First DirectEventInvocation commit.

Pull Request - State: closed - Opened by israelaece almost 10 years ago - 9 comments
Labels: 3 - Done

#66 - Prefer Hidden diagnostics to Refactorings

Issue - State: closed - Opened by giggio almost 10 years ago - 20 comments
Labels: decision

#65 - Change from as operator to direct cast or the opposite

Issue - State: closed - Opened by giggio almost 10 years ago - 13 comments
Labels: enhancement, 3 - Done, analyzer, code-fix, C#

#64 - Analyze and fix for use of StringBuilder.

Pull Request - State: closed - Opened by StephanyBatista almost 10 years ago
Labels: 3 - Done

#63 - Fix ForInArrayAnalyzer where it would break when array was not in scope

Pull Request - State: closed - Opened by giggio almost 10 years ago
Labels: 3 - Done

#62 - Dog fooding CodeCracker

Pull Request - State: closed - Opened by giggio almost 10 years ago
Labels: 3 - Done

#61 - Check null on event to avoid race condition when invoking it

Issue - State: closed - Opened by giggio almost 10 years ago - 4 comments
Labels: enhancement, 3 - Done, analyzer, code-fix

#60 - Implement IEquatable<T> on Value Types

Issue - State: open - Opened by israelaece almost 10 years ago - 9 comments
Labels: enhancement, 1 - Ready, up-for-grabs, analyzer, code-fix, C#

#59 - Struct vs. Keyword

Issue - State: closed - Opened by israelaece almost 10 years ago - 6 comments
Labels: enhancement, analyzer, code-fix, already present

#58 - Analyzer/Fix for Frameworks

Issue - State: closed - Opened by israelaece almost 10 years ago - 9 comments
Labels: question, 3 - Done

#57 - Allow registration of only a specific version of CSharp

Pull Request - State: closed - Opened by giggio almost 10 years ago - 4 comments
Labels: question, 3 - Done

#56 - Shouldn't we support VB?

Issue - State: closed - Opened by ElemarJR almost 10 years ago - 26 comments
Labels: decision

#55 - Detect direct event invocation

Issue - State: closed - Opened by israelaece almost 10 years ago - 23 comments
Labels: enhancement, 3 - Done, analyzer, code-fix

#54 - Analyzer and code fix for suggesting auto properties

Pull Request - State: closed - Opened by viniciushana almost 10 years ago - 15 comments
Labels: 3 - Done

#53 - Create a build server and build every push and pull request

Issue - State: closed - Opened by giggio almost 10 years ago - 13 comments
Labels: enhancement, 3 - Done

#52 - When do we apply the up-for-grabs tag?

Issue - State: closed - Opened by giggio almost 10 years ago - 3 comments
Labels: decision

#51 - SealedAttribute, StaticConstructor and EmptyFinalizer

Pull Request - State: closed - Opened by israelaece almost 10 years ago - 25 comments
Labels: 3 - Done

#50 - Generate Equals() and GetHashCode() for reference types

Issue - State: open - Opened by brenoferreira almost 10 years ago - 20 comments
Labels: enhancement, 2 - Working, analyzer, code-fix, C#

#49 - Convert Lambda to Method Group whenever it's possible

Issue - State: closed - Opened by ElemarJR almost 10 years ago - 30 comments
Labels: enhancement, 3 - Done, analyzer, code-fix, C#

#48 - Removing Where when it is possible; add XUnit.extensions package

Pull Request - State: closed - Opened by ElemarJR almost 10 years ago - 2 comments
Labels: 3 - Done

#47 - Allow user to download custom combination of analyzers and refactorings

Issue - State: closed - Opened by giggio almost 10 years ago - 10 comments
Labels: wontfix

#46 - Integration GitHub - IFFTT Test

Issue - State: closed - Opened by egomesbrandao almost 10 years ago - 1 comment
Labels: invalid

#45 - Warning if there is a comment block with 5 lines or more

Issue - State: closed - Opened by marcellalves almost 10 years ago - 15 comments
Labels: wontfix

#44 - Excess parameters in methods

Issue - State: closed - Opened by julianosaless almost 10 years ago - 14 comments
Labels: enhancement, 3 - Done, analyzer, code-fix, C#

#43 - Fixes the expected diagnostic description for the test

Pull Request - State: closed - Opened by viniciushana almost 10 years ago - 3 comments
Labels: 3 - Done

#42 - Create PropertyChangedEventArgs statically

Issue - State: closed - Opened by ElemarJR almost 10 years ago - 5 comments
Labels: enhancement, 3 - Done, analyzer, code-fix, C#

#41 - Review Rules ID and Descriptions

Issue - State: closed - Opened by ElemarJR almost 10 years ago - 6 comments
Labels: enhancement, 3 - Done

#40 - Suggest nameof when encounter a string with the same name of a parameter

Issue - State: closed - Opened by marcellalves almost 10 years ago - 9 comments
Labels: enhancement, 3 - Done, analyzer, code-fix

#39 - Suggest switch if you have 3 or more nested if / else statements

Issue - State: closed - Opened by marcellalves almost 10 years ago - 4 comments
Labels: enhancement, 3 - Done, analyzer, code-fix

#38 - Namespace Change

Pull Request - State: closed - Opened by carloscds almost 10 years ago - 8 comments
Labels: 3 - Done

#37 - Remove unused references

Issue - State: closed - Opened by marcellalves almost 10 years ago - 3 comments
Labels: invalid, C#

#36 - AlwaysUseVar analyzer, codefix and tests

Pull Request - State: closed - Opened by ElemarJR almost 10 years ago - 1 comment
Labels: 3 - Done

#35 - NRefactory 6

Issue - State: closed - Opened by nosami almost 10 years ago - 21 comments
Labels: question, needs discussion

#34 - Suggest use of stringbuilder when you have a while loop

Issue - State: closed - Opened by BrunoMaestro almost 10 years ago - 28 comments
Labels: enhancement, 3 - Done, analyzer, code-fix, C#

#33 - Physical Structure

Issue - State: closed - Opened by israelaece almost 10 years ago - 7 comments
Labels: 3 - Done, decision

#32 - Private set by default for automatic properties

Issue - State: closed - Opened by marcellalves almost 10 years ago - 19 comments
Labels: enhancement, 3 - Done, analyzer, code-fix, C#

#31 - Convert a "Not Any" query for a condition to a "All" query for the inverted condition

Issue - State: closed - Opened by moreirayokoyama almost 10 years ago - 32 comments
Labels: enhancement, 3 - Done, analyzer, code-fix, C#

#30 - Class that has IDisposable fields should implement IDisposable and dispose those fields

Issue - State: closed - Opened by giggio almost 10 years ago - 7 comments
Labels: enhancement, 3 - Done, analyzer, code-fix, C#

#29 - Align Equals on Variable Assignment statements

Issue - State: closed - Opened by GersonDias almost 10 years ago - 31 comments
Labels: wontfix

#28 - IDisposable not assigned to a field is not being disposed

Issue - State: closed - Opened by giggio almost 10 years ago - 21 comments
Labels: enhancement, 3 - Done, analyzer, code-fix, C#

#27 - Call extension method as an extension

Issue - State: closed - Opened by giggio almost 10 years ago - 11 comments
Labels: enhancement, 3 - Done, analyzer, code-fix, C#

#26 - Encapsulate field as read-only or write-only

Issue - State: open - Opened by giggio almost 10 years ago - 7 comments
Labels: enhancement, 1 - Ready, up-for-grabs, analyzer, code-fix, C#

#25 - Improve double/float comparisons

Issue - State: open - Opened by ElemarJR almost 10 years ago - 20 comments
Labels: enhancement, 1 - Ready, up-for-grabs, analyzer, code-fix, C#

#24 - Remove unused parameters

Issue - State: closed - Opened by ElemarJR almost 10 years ago - 13 comments
Labels: enhancement, 3 - Done, analyzer, code-fix, C#

#23 - Remove unused variables

Issue - State: closed - Opened by ElemarJR almost 10 years ago - 1 comment
Labels: enhancement, 3 - Done, analyzer, code-fix, C#

#22 - Convert loop to linq expression

Issue - State: closed - Opened by ElemarJR almost 10 years ago - 11 comments
Labels: enhancement, 3 - Done, analyzer, code-fix, C#

#21 - Remove unreachable code

Issue - State: closed - Opened by ElemarJR almost 10 years ago - 4 comments
Labels: enhancement, 3 - Done, code-fix, C#

#20 - Determine supported categories for analyzers

Issue - State: closed - Opened by giggio almost 10 years ago - 1 comment
Labels: 3 - Done, decision

#19 - Clearly define criteria for severity levels: Hidden, Info, Warning and Errors

Issue - State: closed - Opened by giggio almost 10 years ago - 6 comments
Labels: 3 - Done, decision

#18 - Structures tests around CodeFixTest to reuse Analyzer and CodeFix creation

Pull Request - State: closed - Opened by viniciushana almost 10 years ago
Labels: 3 - Done

#17 - Add if return true then return false

Pull Request - State: closed - Opened by giggio almost 10 years ago - 2 comments
Labels: 3 - Done

#16 - Verifiers to require analyzer and code fix implementations

Pull Request - State: closed - Opened by viniciushana almost 10 years ago - 7 comments
Labels: 3 - Done

#15 - Empty Catch block not allowed

Issue - State: closed - Opened by carloscds almost 10 years ago - 29 comments
Labels: enhancement, 3 - Done, analyzer, code-fix, C#

#14 - Remove empty object initializers

Issue - State: closed - Opened by viniciushana almost 10 years ago - 2 comments
Labels: enhancement, 3 - Done

#13 - Use existence ?. operator when possible in expressions

Issue - State: closed - Opened by giggio almost 10 years ago - 22 comments
Labels: enhancement, 3 - Done, analyzer, code-fix

#12 - Use auto property when possible

Issue - State: closed - Opened by giggio almost 10 years ago - 7 comments
Labels: enhancement, 3 - Done, analyzer, code-fix, C#

#11 - Remove unnecessary parenthesis from class initialization

Issue - State: closed - Opened by giggio almost 10 years ago
Labels: enhancement, 3 - Done

#10 - Use class initializer where it makes sense

Issue - State: closed - Opened by giggio almost 10 years ago
Labels: enhancement, 3 - Done

#9 - Supress assignment of default value to field/property declarations

Issue - State: closed - Opened by giggio almost 10 years ago - 26 comments
Labels: enhancement, 3 - Done, analyzer, code-fix, C#

#8 - Replace if check followed by return true or false

Issue - State: closed - Opened by giggio almost 10 years ago
Labels: enhancement, 3 - Done

#7 - Change if to ternary operator

Issue - State: closed - Opened by giggio almost 10 years ago
Labels: enhancement, 3 - Done

#6 - On Linq clauses move predicate from Where to First, Single, etc when applicable

Issue - State: closed - Opened by giggio almost 10 years ago - 6 comments
Labels: enhancement, 3 - Done, analyzer, code-fix

#5 - Fix namespace for current document

Issue - State: open - Opened by giggio almost 10 years ago - 12 comments
Labels: enhancement, 1 - Ready, analyzer, code-fix, C#, Blocked

#4 - Always use var

Issue - State: closed - Opened by giggio almost 10 years ago - 11 comments
Labels: enhancement, 3 - Done, analyzer, code-fix

#3 - Transform for into a foreach

Issue - State: closed - Opened by giggio almost 10 years ago - 1 comment
Labels: enhancement, 3 - Done

#2 - Validate Json when used with Json.NET

Issue - State: closed - Opened by giggio almost 10 years ago - 36 comments
Labels: enhancement, 3 - Done, analyzer, code-fix, C#

#1 - Validate color from System.Drawing.ColorTranslator.FromHtml

Issue - State: closed - Opened by giggio almost 10 years ago - 58 comments
Labels: enhancement, 3 - Done, analyzer, C#