This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 47426 - Debug messages in console when first project created
Summary: Debug messages in console when first project created
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-18 22:51 UTC by Marian Mirilovic
Modified: 2007-09-26 09:14 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2004-08-18 22:51:05 UTC
[nb beta1](200408181510), [jdk1.5.0](b63)

Steps to reproduce:
-run IDe with new userdir
- create new Java Application Project
-> next messages are logged to console :

javac bridge found in:
/local_export/forte/NetBeans/beta1/nb_200408181510/ide4/modules/ext/gjast.jar
loaded javac bridge
[org.netbeans.javacore] ClassUpdater, cannot find
file object: CUP.class
[org.netbeans.javacore] ClassUpdater, cannot find
file object: CUP.class
[org.netbeans.javacore] ClassUpdater, cannot find
file object: KeyGeneratorCore.class
[org.netbeans.javacore] ClassUpdater, cannot find
file object: PKCS12PBECipherCore.class
[org.netbeans.javacore] ClassUpdater, cannot find
file object: HmacCore.class
Comment 1 Jan Becicka 2004-08-19 14:31:25 UTC
first 3 debug messages already removed from trunk
Comment 2 Martin Matula 2004-08-19 14:49:12 UTC
Fix for the other messages is very simple. I am working on it. If it
is preferrable to fix this also in beta there are two options:
1) add -J-Dorg.netbeans.javacore=10000 to netbeans.conf for beta -
this suppresses all logging for javacore (the messages in the console
prefixed by [org.netbeans.javacore]). Or,
2) integrate the fix (it will be simple and there is 0 risk
Or we can let it be for beta. Let me know what you prefer.
Comment 3 Martin Matula 2004-08-19 14:52:36 UTC
Fixed in trunk.

Checking in src/org/netbeans/modules/javacore/scanning/ClassUpdater.java;
/cvs/java/javacore/src/org/netbeans/modules/javacore/scanning/ClassUpdater.java,v
 <--  ClassUpdater.java
new revision: 1.5; previous revision: 1.4
done
Comment 4 Marian Mirilovic 2004-08-24 19:23:27 UTC
verified in [nb_dev](200408231800]
Comment 5 Quality Engineering 2007-09-20 12:46:17 UTC
Reorganization of java component