Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私のプロジェクトには 1000 以上のメソッドがあります。それらすべてにprintステートメントを挿入する必要があります。
System.out.println(Thread.currentThread().getStackTrace()[1]);
プロジェクトにその行を自動的に挿入する方法はありますか?
Netbeans IDE 7.3 を使用しています。