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 167045

Summary: duplicate java extention in Output
Product: projects Reporter: igorminar <igorminar>
Component: MavenAssignee: Milos Kleint <mkleint>
Status: VERIFIED FIXED    
Severity: blocker CC: sustaining
Priority: P3    
Version: 6.x   
Hardware: Macintosh   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description igorminar 2009-06-13 21:37:40 UTC
In the output window, the extensions of java classes are being duplicated (e.g. when there is a compilation error)

[ERROR] no such file or directory
com/sun/foo/dao/bar/BazDaoTest.java.java:[49,17] persist(com.sun.foo.model.Something) in com.sun.foo.dao.bar.BazDao
cannot be applied to (java.lang.String,java.lang.String)
Comment 1 igorminar 2009-06-14 04:59:37 UTC
just to clarify, notice "BazDaoTest.java.java"
Comment 2 Milos Kleint 2009-06-16 14:11:43 UTC
http://hg.netbeans.org/main/rev/5f5024e73fa5
Comment 3 Quality Engineering 2009-06-17 08:30:40 UTC
Integrated into 'main-golden', will be available in build *200906170201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/5f5024e73fa5
User: Milos Kleint <mkleint@netbeans.org>
Log: #167045 avoid duplicate .java string in the output
Comment 4 Milos Kleint 2009-07-09 17:28:40 UTC
*** Issue 168348 has been marked as a duplicate of this issue. ***
Comment 5 Jaroslav Pospisil 2009-07-13 09:13:27 UTC
v.
Comment 6 pgebauer 2009-07-13 17:02:54 UTC
The fix has been ported into the release67_fixes repository.
http://hg.netbeans.org/release67_fixes/rev/cf2a489c73f2
Comment 7 pribyl 2009-07-20 12:32:02 UTC
Verified in 6.7.1 RC