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 236097 - AssertionError at org.netbeans.modules.php.project.ProjectPropertiesSupport.getRemoteUpload
Summary: AssertionError at org.netbeans.modules.php.project.ProjectPropertiesSupport.g...
Status: RESOLVED INCOMPLETE
Alias: None
Product: php
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
: 254095 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-09-18 09:09 UTC by random1911
Modified: 2015-08-20 08:09 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 177326


Attachments
stacktrace (2.01 KB, text/plain)
2013-09-18 09:09 UTC, random1911
Details

Note You need to log in before you can comment on or make changes to this bug.
Description random1911 2013-09-18 09:09:21 UTC
Build: NetBeans IDE 7.4 Beta (Build 201307092200)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b17
OS: Windows 8

User Comments:
random1911: <Please provide a description of the problem or the steps to reproduce>
...

GUEST: -------------------------------------------------------------------------------
>Log Session: Friday, January 25, 2013 8:35:33 AM EST
>System Info: 
  Product Version         = NetBeans IDE 7.3 Beta 2 (Build 201211062253) (#4b9ddecda013)
  Operating System        = Windows NT (unknown) version 6.2 running on amd64
  Java; VM; Vendor        = 1.7.0_03; Java HotSpot(TM) 64-Bit Server VM 22.1-b02; Oracle Corporation
  Runtime                 = Java(TM) SE Runtime Environment 1.7.0_03-b05
  Java Home               = C:\Program Files\Java\jdk1.7.0_03\jre
  System Locale; Encoding = fr_FR (nb); Cp1252
  Home Directory          = C:\Users\famille girard
  Current Directory       = C:\Program Files\NetBeans 7.3 Beta 2
  User Directory          = C:\Users\famille girard\AppData\Roaming\NetBeans\7.3beta2
  Cache Directory         = C:\Users\famille girard\AppData\Local\NetBeans\Cache\7.3beta2
  Installation            = C:\Program Files\NetBeans 7.3 Beta 2\nb
                            C:\Progr




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.php.project.ProjectPropertiesSupport.getRemoteUpload(ProjectPropertiesSupport.java:363)
   at org.netbeans.modules.php.project.copysupport.RemoteOperationFactory.isUploadOnSave(RemoteOperationFactory.java:243)
   at org.netbeans.modules.php.project.copysupport.RemoteOperationFactory.isEnabled(RemoteOperationFactory.java:96)
   at org.netbeans.modules.php.project.copysupport.RemoteOperationFactory.isEnabled(RemoteOperationFactory.java:89)
   at org.netbeans.modules.php.project.copysupport.CopySupport$ProxyOperationFactory.isEnabled(CopySupport.java:561)
   at org.netbeans.modules.php.project.copysupport.CopySupport.waitFinished(CopySupport.java:347)
Comment 1 random1911 2013-09-18 09:09:25 UTC
Created attachment 140201 [details]
stacktrace
Comment 2 Tomas Mysik 2013-09-18 09:37:31 UTC
Could we get exact steps to reproduce or a sample project please?

Thanks.
Comment 3 random1911 2013-09-18 09:48:15 UTC
well I just opened same projects that was opened at 7.3.1. 
May be problem is that one of them is from remote server with SVN.
Its kinda big so its a problem to give a sample.
Comment 4 Tomas Mysik 2013-09-18 09:58:35 UTC
(In reply to random1911 from comment #3)
> well I just opened same projects that was opened at 7.3.1. 

Weird since there was no change in this area for 7.4 (a property is read from project.properties file and the name of this property did not change, of course).

Thanks.
Comment 5 Tomas Mysik 2015-08-20 08:09:16 UTC
*** Bug 254095 has been marked as a duplicate of this bug. ***