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

Summary: errors parsing .java files from my home directory
Product: java Reporter: Thomas Preisler <thp>
Component: UnsupportedAssignee: issues@java <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P1    
Version: 4.x   
Hardware: All   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

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