Bug 62786 - fails to create new .java file for java project
Summary: fails to create new .java file for java project
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: Language Support: Java (show other bugs)
Version: 3.0.0a4
Platform: RedHat Enterprise Linux Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-16 20:14 UTC by Erik Engbrecht
Modified: 2003-11-03 00:52 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Erik Engbrecht 2003-08-16 20:14:36 UTC
Version:           3.0.0a4 (using KDE KDE 3.1)
Installed from:    RedHat RPMs
Compiler:          g++ (GCC) 3.2.2 20030222 (Red Hat Linux 3.2.2-5) 
OS:          Linux

I create a new Java Application project.  The project is created ok, and the Main.java file exists.  Then I try to create a new Java file (both File->New and "New File" (side bar button) -> Java Source).  The New File dialog comes up with "Java source (.java)" as the type and "Add to project" checked.  I enter the file name and click OK.  No errors are given in the GUI, but the following error is reported from the console:

QObject::connect: No such slot JavaSupportPart::configWidget(KDialogBase*)
QObject::connect:  (sender name:   'unnamed')
QObject::connect:  (receiver name: 'JavaSupportPart')

I built Gideon from source, and haven't had any problems with C++ projects.  The only configuration changes I've made from the defaults are to syntax highlighting colors.
Comment 1 Jens Dagerbo 2003-11-03 00:52:18 UTC
Fixed in CVS.

Not that it matters much, Java support is still rudimentary in KDevelop.