Skip to content

Conversation

retailcoder
Copy link
Member

  • AggregateInspectionResult now inherits the same InspectionResultBase class as all other result classes
  • Supports quickfixes and navigation
  • Supports exporting to clipboard
  • Fixed a bug in DeclareAsExplicitVariantQuickFix that was having every same-line fix overwrite the previous fix because of non-updated parser context (made it use the codepane code instead)

Vogel612 and others added 12 commits January 4, 2017 00:21
removed attempt at quickfixing AggregateInspectionResult
adds a format-string to display the inspection meta and result count for
the overview
_projects is non-secured Dictionary. We need to secure it against
race-conditions. All access should be locked or explain why it's not.

Also fixed a bug with ghost component detection that appeared when an
uneven number of items were pretending to be one project
AggregateInspectionResults
@retailcoder retailcoder merged commit e8eede9 into rubberduck-vba:next Jan 10, 2017
@retailcoder retailcoder mentioned this pull request Jan 10, 2017
@retailcoder retailcoder deleted the inspections branch September 9, 2017 03:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants