We have a Java EE application with
and want to upgrade our development pipeline and product to
Since we do not want to rebuild our webservice stubs in Axis2 1.6.2 for now, we remained on Version 1.4.1.
Our problem is that we have some huge webservice stubs which are around 70.000 LOC. All classes within these stubs cannot be found by other java classes even if the imports and classpaths are set right.
The stubs' compilation passes without any errors and the class files are created correct however the source files are not identified as classes but java files (=different icons in project navigator).
What we have tried so far:
Have you any idea why IntelliJ does not recognize the stubs as expected? Is there a file size limit?
Please check this document:
IDE_HOME\bin\idea.properties
:
#---------------------------------------------------------------------
# Maximum file size (kilobytes) IDE should provide code assistance for.
# The larger file is the slower its editor works and higher overall system memory requirements are
# if code assistance is enabled. Remove this property or set to very large number if you need
# code assistance for any files available regardless their size.
#---------------------------------------------------------------------
idea.max.intellisense.filesize=2500