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 112728 - testGetSourceLevelWithValidPlatform() fails
Summary: testGetSourceLevelWithValidPlatform() fails
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Web Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Mysik
URL:
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2007-08-14 11:10 UTC by Tomas Mysik
Modified: 2007-10-12 15:39 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 Tomas Mysik 2007-08-14 11:10:08 UTC
java.lang.AssertionError: org.netbeans.modules.web.project.queries.SourceLevelQueryImplTest$TestPlatform@e66f56
        at 
org.netbeans.modules.web.project.classpath.BootClassPathImplementation.getResources(BootClassPathImplementation.java:74)
        at org.netbeans.api.java.classpath.ClassPath$SPIListener.propertyChange(ClassPath.java:865)
        at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:333)
        at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:270)
        at 
org.netbeans.modules.web.project.classpath.BootClassPathImplementation.resetCache(BootClassPathImplementation.java:169)
        at 
org.netbeans.modules.web.project.classpath.BootClassPathImplementation.propertyChange(BootClassPathImplementation.java:129)
        at org.openide.util.WeakListenerImpl$PropertyChange.propertyChange(WeakListenerImpl.java:164)
        at 
org.netbeans.spi.project.support.ant.PropertyUtils$SequentialPropertyEvaluator.stateChanged(PropertyUtils.java:857)
Comment 1 Tomas Mysik 2007-10-12 15:39:10 UTC
Fixed.

Checking in web/project/test/unit/src/org/netbeans/modules/web/project/queries/SourceLevelQueryImplTest.java;
/cvs/web/project/test/unit/src/org/netbeans/modules/web/project/queries/SourceLevelQueryImplTest.java,v  <--  
SourceLevelQueryImplTest.java
new revision: 1.6; previous revision: 1.5
done