Hexagon Code
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 3
-
-
Hexagon Code created a post, AnsweredSetting sourceDirs without java plugin
Given the following build.gradle: plugins { id "ru.vyarus.use-python" version "2.2.0" id "idea"}python { minPythonVersion = '3.7' pip 'aiohttp[speedups]:3.6.2' pip 'curl:0.0.1' pi... -
-
-
-
Hexagon Code created a post, Answered`return` being merged with previous line
My code looks like this: public List<NifiProcessorDto> getAll() { List<NifiProcessor> nifiProcessorList = nifiProcessorService.getAll(); if (nifiProcessorList.isEmpty()) { return NO_SE...