Kengo's blog

Technical articles about original projects, JVM, Static Analysis and TypeScript.

Entries from 2013-07-01 to 1 month

2013年の抱負を振り返る

1年も半分とちょっと経過して住環境も変わったので、今年の抱負を振り返ってみます。 今年の言語(LLVM) JVMを離れてLLVMと親しむはずが、ガッツリJVMに潜ってFindbugsプラグインなんぞを実装しております。まぁ、こういうのはめぐり合わせというか運と縁な…

log: Jul/8-26

log

During these days, I moved from Shanghai to Singapore so I could not cost so much time to catch up information. Output refactoring: findbugs-slf4j To add next detector, I refactored implementation around ArrayDataHandler. I added a simple …

I moved to Singapore

At 2011, I moved to Shanghai from Tokyo. And now I moved to Singapore. From Singapore, I can use SNS and video streaming service. So I will try to join some online event like ClubDB2. Of course it can be a problem: I might waste time by SN…

Findbugs支持者が期待するDatalogによる解析の可能性

この前Datalogベースの解析なるものを教えてもらって、Findbugsでは解決できていない以下の問題に解を与える存在になるのではと期待しています。インクリメンタルな実行ができない問題。クラスに変更があった場合、そのクラス自身に加えて依存するすべてのク…

May/27-July/7

log

Interesting test-driven-detectors4findbugs This is useful library to test FindBugs plugin. I have sent 3 pull requests and 2 of them were merged. https://github.com/youdevise/test-driven-detectors4findbugs/pull/9 https://github.com/youdevi…