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 29452 - JavaDataObject in JAR is always marked as not-compiled
Summary: JavaDataObject in JAR is always marked as not-compiled
Status: RESOLVED WORKSFORME
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: -S1S-
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-11 10:12 UTC by David Kaspar
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 David Kaspar 2002-12-11 10:12:20 UTC
How to reproduce:
1) Create JAR that will contain java source file
and compiled classes from this file in the same
package
2) Mount the JAR in IDE
3) See JavaDataObject of the source file in the JAR
4) ERROR - It is mark as not-compiled even thought
the source file is compiled.
Comment 1 Svata Dedic 2003-01-14 13:39:15 UTC
Sadly I can not reproduce the bug - I compiled & zipped the default
sampledir, mounted in IDE, and even when I opened the text, there was
no "not-compiled" badge.
Please verify that datetime(source) < datetime(its-classes)