Skip to content

issues Search Results · repo:nidi3/code-assert language:Java

Filter by

42 results
 (129 ms)

42 results

innidi3/code-assert (press backspace or delete to remove)

I have a package named connectors that contains several packages but not direct classes. I want to have a rule like: DependencyRule common, connector; @Override public void defineRules() ...
  • pkernevez
  • Opened 
    on Jun 15, 2022
  • #52

This is important because this version contains a fix of this https://github.com/jacoco/jacoco/issues/1155, and it is critical for projects using modern Kotlin versions.
  • CommanderTvis
  • Opened 
    on Apr 21, 2022
  • #49

When running the example code exactly as in the read me file I am getting the following exception java.lang.NoClassDefFoundError: Could not initialize class edu.umd.cs.findbugs.ba.AnalysisContext ...
  • sapanparikh18
  • Opened 
    on Feb 18, 2021
  • #48

This is needed to support Kotlin 1.4. In order to achieve this now one has to manually override the dependency in build.gradle.kts.
  • axelfontaine
  • Opened 
    on Nov 24, 2020
  • #46

This library is a real gem and very powerful. The DSL is very easy to read, however it isn t very discoverable when being used for the first time. This is no doubt hurting adoption quite a bit. I had ...
  • axelfontaine
  • 1
  • Opened 
    on Nov 24, 2020
  • #45

When using the Kotlin Multiplatform Gradle plugin, the directory layout is slightly different. I had to use the following config to make things work: val config = AnalyzerConfig.gradle(Language.KOTLIN).main() ...
  • axelfontaine
  • Opened 
    on Nov 24, 2020
  • #44

I use the code-assert module to find package cycles, which works fine. Thanks for that! However, I noticed that the code-assert module also includes several dependencies that are not necessary and, in ...
  • C-Otto
  • 3
  • Opened 
    on Jun 1, 2020
  • #41

see https://www.archunit.org/userguide/html/000_Index.html#_freezing_arch_rules
  • nidi3
  • Opened 
    on Aug 5, 2019
  • #37

see https://www.archunit.org/userguide/html/000_Index.html#_plantuml_component_diagrams_as_rules
  • nidi3
  • Opened 
    on Aug 5, 2019
  • #36

Hi everybody, here is the test I launch (in a standard IntelliJ java project built with Gradle): @Test public void testFindBugs() { AnalyzerConfig config = AnalyzerConfig.gradle().main(); ...
  • RoRoche
  • 5
  • Opened 
    on Jan 25, 2019
  • #34
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub