You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@vmi I may experience the same problem and trying to figure out if this is the same problem. If I may ask, do you have the CodeMining feature activated when this happens?
@hheg I don't use CodeMining.
I analyzed this issue on 2019.03, but I have found this problem in older Eclipse too.
At least this has happened in Eclipse since 4.6 Neon.
Describe the bug
Compiling about 5000 files takes 15 minutes on Eclipse with Lombok agent.
To Reproduce
Sorry, because it is proprietary software, I cannot put out the reproduction information.
Expected behavior
Compile faster than in the current status.
Version info (please complete the following information):
Additional context
I applied a patch ( perftest.patch.txt ) to lombok 1.18.10 and got a log ( lombok.zip ).
The log format is as follows.
System.nanoTime()
PatchFixesHider.transform_swapped()
execution time (ns)When the logs were totaled, the following results were obtained:
transform_swapped
execution time: 1051.0 secI think that the slowdown is caused by the same file being processed too many times.
The text was updated successfully, but these errors were encountered: