ci.maven icon indicating copy to clipboard operation
ci.maven copied to clipboard

processFileChanges method in DevUtil (ci.common) runs twice with a single file change

Open TrevCraw opened this issue 5 years ago • 0 comments

The method processFileChanges is running twice when a single modification is made to a file while running maven dev mode (have not yet confirmed if this happens in gradle or not). So far, this has been tested by making file modifications in IntelliJ, Notepad++, and Notepad. Notepad did NOT cause the method to run twice, but both IntelliJ and Notepad++ did.

Processing file changes for C:\Users\TREVORCrawford\Git\demo-devmode\src\test.properties, change type MODIFY
Processing file changes for C:\Users\TREVORCrawford\Git\demo-devmode\src\test.properties, change type MODIFY

TrevCraw avatar Feb 28 '20 15:02 TrevCraw