Uploaded image for project: 'Felix'
  1. Felix
  2. FELIX-4261

NPE when an instance is declared without a configuration using the @ConfigurationTracker

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • ipojo-runtime-1.11.0
    • iPOJO
    • None

    Description

      The following configuraiton throws an NPE:

      @Configuration
      public class SimpleConfiguration {
      
          // Declare an instance of MyComponent named myInstance
          Instance myInstance = instance().of(MyComponent.class)
                  .named("foo");
      }
      

      Attachments

        Activity

          People

            clement.escoffier Clement Escoffier
            clement.escoffier Clement Escoffier
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: