Sergey Ponomarev

Results 528 comments of Sergey Ponomarev

@andibraeu could you please review and merge this? The small change may save a lot of time for newcomers

ok, can you merge and remove it? because I don't have a time now to fix this

Ok I cloned and replaced that line with: ssh [email protected] "sh /etc/uci-defaults/80_example" E.g. the script will be executed with shell but not marked as executable. I checked and it works

Ideally it would be great to have an autocomplete for Jira/GitHub/GitLab tickets

https://github.com/JavaMoney/jsr354-ri/issues/185 You are welcome to send a PR to userguides. Actually the best guides are those which written by users when they had a question.

for general SQL you can store only cents (i.e. minor units) in long columns and then use the `Money.ofMinorUnits(cents)` method to create the `Money` instance

thank you for the report, I don't think it worth to fix it due to low possibility of the bug. I'll leave this ticket open and maybe someday I'll fix...

Also one of the most important layouts is [Android's JVM](https://en.wikipedia.org/wiki/Android_Runtime) I found something about this https://stackoverflow.com/questions/14738786/how-are-java-objects-laid-out-in-memory-on-android

today I saw the same exception and it looks like it occurred when we set a JDK for the project. This is hard to repdoduce

The issue is because sometimes PsiClass.getQualifiedName() returns null. I was able to reproduce the problem on Hibernate sources. I made `Analyze` / `Run inspection by name` / `JOL: Class has...