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 46991 - [gjast] Too many debug messages in the console
Summary: [gjast] Too many debug messages in the console
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: _ tball
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-08 01:19 UTC by Martin Matula
Modified: 2007-09-26 09:14 UTC (History)
0 users

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 Martin Matula 2004-08-08 01:19:16 UTC
Anytime a file containing an error is parsed for
error annotations, there is a lot of messages (see
example below) printed to console. Please suppress
them.
...
<identifier> expected
(source unavailable)
'{' expected
(source unavailable)
illegal start of type
(source unavailable)
<identifier> expected
(source unavailable)
illegal start of type
(source unavailable)
org/gjt/sp/jedit/jEdit.java:50: <identifier> expected
{a
  ^
org/gjt/sp/jedit/jEdit.java:210: ';' expected
                               
Log.log(Log.NOTICE,jEdit.class,"An error occurred"
                                                 
       ^
org/gjt/sp/jedit/jEdit.java:210: <identifier> expected
                               
Log.log(Log.NOTICE,jEdit.class,"An error occurred"
                                                 
            ^
org/gjt/sp/jedit/jEdit.java:211: '{' expected
                                        + " while
connecting to the jEdit server instance.");
                                                 
                                          ^
org/gjt/sp/jedit/jEdit.java:212: <identifier> expected
                               
Log.log(Log.NOTICE,jEdit.class,"This probably
means that"
                                       ^
....
Comment 1 _ tball 2004-08-09 20:12:33 UTC
Hardly a P2, but I'll fix it soon anyway (hopefully today).
Comment 2 Martin Matula 2004-08-09 23:22:10 UTC
I originally set the priority to P2 since that's the priority that QA
and Trung give to similar bugs - see e.g. issue 44667 or issues under
umbrella issue 44282.
Comment 3 _ tball 2004-08-11 03:30:40 UTC
Removed debug messages, due to wrong javac Log class being loaded.
Comment 4 Jan Chalupa 2004-08-18 14:49:34 UTC
Messages still appear in Beta 1 builds. This must be fixed in the beta
branch.
Comment 5 Martin Matula 2004-08-18 14:51:59 UTC
Fix merged to the beta branch.

Checking in gjast.jar.scrambled;
/cvs/java/external/gjast.jar.scrambled,v  <--  gjast.jar.scrambled
new revision: 1.57.2.1; previous revision: 1.57
done
Comment 6 Marian Mirilovic 2004-08-18 23:04:29 UTC
filed another issue 47425
Comment 7 Jaromir Uhrik 2004-08-19 07:47:40 UTC
[200408181510; jdk1.5.0-rc-b63]
I don't know what is the fix intended to disable. I have still some
messages (shorter than before) from the parser in the console. I just
write "x" on a new line and press "Enter" key - then this will be
added to the console:
dropped error: error: Main.java:24,9: not a statement
dropped error: error: Main.java:24,12: ';' expected
Comment 8 Martin Matula 2004-08-19 08:51:03 UTC
Yes, there is already a separate issue for it - see issue 47425.
Comment 9 Jiri Prox 2005-07-11 16:28:46 UTC
Can you, please, verify this issue? Thanks.
Comment 10 Martin Matula 2005-07-12 10:17:30 UTC
Verified.
Comment 11 Quality Engineering 2007-09-20 12:02:24 UTC
Reorganization of java component