Projekt

Allgemein

Profil

GX-Abgewiesen #69723

Von Moritz Bunjes vor etwa 2 Jahren aktualisiert

The MainFactory loads classes only from cache without rebuilding it, if it is not found. The cache rebuild only works for class objects, not for static calls. 

 Steps to reproduce: 
 1. Create a new class with a static public function (for example in GXMainComponents) 
 2. Call this static function 

 Expected result: 
 The function is called. 

 Actual result: 
 The class is not found. The module cache has to be rebuilt first.

Zurück