Skip to content

Conversation

@IlyaMuravjov
Copy link
Collaborator

Description

Fixes #2387

How to test

Manual tests

Issue #2387 should not reproduce any more.

Self-check list

  • I've set the proper labels for my PR (at least, for category and component).
  • PR title and description are clear and intelligible.
  • I've added enough comments to my code, particularly in hard-to-understand areas.
  • The functionality I've repaired, changed or added is covered with automated tests.
  • Manual tests have been provided optionally.
  • The documentation for the functionality I've been working on is up-to-date.

@IlyaMuravjov IlyaMuravjov added comp-codegen Issue is related to code generator comp-ui Improvements of plugin UI appearence and functionality ctg-bug-fix PR is fixing a bug comp-spring Issue is related to Spring projects support labels Jul 10, 2023

val conflictTriggers: ConflictTriggers = ConflictTriggers()
val preCompilePromises: MutableList<Promise<*>> = mutableListOf()
val preClasspathCollectionPromises: MutableList<Promise<*>> = mutableListOf()
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bue

@EgorkaKulikov EgorkaKulikov merged commit 0107fac into main Jul 10, 2023
@EgorkaKulikov EgorkaKulikov deleted the ilya_m/fix_autoconfigtestdb branch July 10, 2023 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

comp-codegen Issue is related to code generator comp-spring Issue is related to Spring projects support comp-ui Improvements of plugin UI appearence and functionality ctg-bug-fix PR is fixing a bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Spring analyzer crashed on Two animals project

3 participants