Details
Issue Links
- relates to
-
SONAR-3419
API: Unexpected behaviour of AbstractSourceImporter when some methods were overridden
-
SONAR-3419
API: Unexpected behaviour of AbstractSourceImporter when some methods were overridden
Fixed in r5360.
For the record: problem was due to the fact that plugin overrides AbstractSourceImporter#analyse(Project, SensorContext) whereas method from superclass performs important action - determines if import enabled or not.