hadise

Results 6 comments of hadise

Hi! The error you're seeing usually means that the TokenERC20 class generated from your Solidity contract doesn't have the correct constructor that Web3j expects. This often happens when the contract...

This issue is about reviewing the use of MethodMatcher to improve the accuracy of static analysis in the OpenRewrite project. The author suggests evaluating whether MethodMatcher.matches() should be used instead...

Hi! I'd love to contribute to this feature. Comparing lists regardless of order sounds useful. I can help implement and write tests if it's still open. Let me know if...

Hi! 👋 I checked the file and it looks like the typo has already been fixed (`LinkedHashSet` is correct now). This issue can probably be closed. 👍

Great observation! This behavior likely stems from the parser interpreting imports in a fully-qualified manner, even when the class is used directly within the same package or via wildcard imports....

Thanks for reporting this! Based on your description, the issue might be due to how `JavaParser` handles implicit `toString()` calls when generating AST. One workaround could be to explicitly check...