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 45764 - errors parsing .java files from my home directory
Summary: errors parsing .java files from my home directory
Status: RESOLVED DUPLICATE of bug 45077
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: All Linux
: P1 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-30 16:54 UTC by Thomas Preisler
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 Thomas Preisler 2004-06-30 16:54:10 UTC
Every time I go to the Favorites view and open my
home directory (already mounted), the scanner
automatically kicks in and starts parsing files,
and quickly runs into some kind of a loop. The
Package in the dialog shows:
user.work..user.work..user.work..user.work......
and there are errors like the following in the
window I started NetBeans:
...
error: __input:5,1: illegal character: \1
error: __input:6,1: illegal character: \1
error: __input:7,1: illegal character: \1
error: __input:8,1: illegal character: \1
error: __input:9,1: illegal character: \1 

The problem is probably caused by Java files
checked in under the SCCS version control system.
Java files under SCCS are usually of the form
<name>.java and p.<name>.java and are in a folder
called SCCS, but because of UNIX's softlinks,
nothing is really guarantied.
Comment 1 Jan Becicka 2004-07-02 00:19:29 UTC
Probably duplicate of issue 45077. At least some symptoms are the same.
Comment 2 Marian Mirilovic 2004-07-09 07:51:49 UTC
it's similar to issue 45077

*** This issue has been marked as a duplicate of 45077 ***
Comment 3 Quality Engineering 2007-09-20 10:51:21 UTC
Reorganization of java component