botarmy Posted October 2, 2023 Share Posted October 2, 2023 (edited) I'm using Intellij and next to the arguments to functions I have this text: "liliiiliiii : ". For instance, "log("ShrimpBot exiting.");" will show up as "log( liliiiliiii : "ShrimpBot exiting.");". Or at the end of the onLoop() function it will show up as "return random( liliiiliiii : 2000, liliiiliiii : 4000);". Does this have something to do with the osbot library or something? My google-fu came up with nothing. Edited October 2, 2023 by botarmy Quote Link to comment Share on other sites More sharing options...
Buttons Posted October 2, 2023 Share Posted October 2, 2023 Can you post a picture? Quote Link to comment Share on other sites More sharing options...
skillerkidos1 Posted October 2, 2023 Share Posted October 2, 2023 It sounds like you might not have setup Intellij correctly Quote Link to comment Share on other sites More sharing options...
Khaleesi Posted October 2, 2023 Share Posted October 2, 2023 1 hour ago, botarmy said: I'm using Intellij and next to the arguments to functions I have this text: "liliiiliiii : ". For instance, "log("ShrimpBot exiting.");" will show up as "log( liliiiliiii : "ShrimpBot exiting.");". Or at the end of the onLoop() function it will show up as "return random( liliiiliiii : 2000, liliiiliiii : 4000);". Does this have something to do with the osbot library or something? My google-fu came up with nothing. That's called obfuscation Quote Link to comment Share on other sites More sharing options...
botarmy Posted October 2, 2023 Author Share Posted October 2, 2023 38 minutes ago, Buttons said: Can you post a picture? Sure, here's a pic: 24 minutes ago, skillerkidos1 said: It sounds like you might not have setup Intellij correctly 6 minutes ago, Khaleesi said: That's called obfuscation Right, that's why I'm asking. Trying to make sure it's not that I set up IntelliJ incorrectly, but that it's obfuscation from the library. I've coded with Eclipse mostly when it comes to Java so still getting my bearings with IntelliJ. Khal (if I may call you that), if it is obfuscation from the library, could you elaborate on that if you know more? Quote Link to comment Share on other sites More sharing options...
Khaleesi Posted October 2, 2023 Share Posted October 2, 2023 1 hour ago, botarmy said: Sure, here's a pic: Right, that's why I'm asking. Trying to make sure it's not that I set up IntelliJ incorrectly, but that it's obfuscation from the library. I've coded with Eclipse mostly when it comes to Java so still getting my bearings with IntelliJ. Khal (if I may call you that), if it is obfuscation from the library, could you elaborate on that if you know more? It's because the fields in osbot have some name obfuscation, that's why they have such weird names Quote Link to comment Share on other sites More sharing options...