Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0006535Openbravo ERPA. Platformpublic2008-12-14 21:162009-03-06 12:34
mtaal 
mtaal 
lowminorhave not tried
closedfixed 
5
pi 
 
Core
No
0006535: Bug in java code: Instanceof always returns true (2 occurrences)
openbravo/src-gen/org/openbravo/model/core/C_Year_V.java:215 M D BC: instanceof will always return true in org.openbravo.model.core.C_Year_V$Id.hashCode(), since all org.openbravo.model.common.enterprise.Organization are instances of Object

openbravo/src-gen/org/openbravo/model/core/C_Year_V.java:212 M D BC: instanceof will always return true in org.openbravo.model.core.C_Year_V$Id.hashCode(), since all org.openbravo.model.financialmgmt.calendar.Year are instances of Object
Clean-up
Issue History
2008-12-14 21:16mtaalNew Issue
2008-12-14 21:16mtaalAssigned To => rafaroda
2008-12-14 21:16mtaalsf_bug_id0 => 2429144
2008-12-14 21:16mtaalRegression testing => No
2008-12-18 15:43rafarodaTag Attached: Clean-up
2008-12-18 15:43rafarodaAssigned Torafaroda => shuehner
2008-12-18 15:43rafarodaPrioritynormal => low
2008-12-18 15:43rafarodaStatusnew => acknowledged
2008-12-18 15:43rafarodaDescription Updated
2009-01-08 16:05mtaalAssigned Toshuehner => mtaal
2009-01-08 17:01svnbotCheckin
2009-01-08 17:01svnbotNote Added: 0011996
2009-01-08 17:01svnbotStatusacknowledged => resolved
2009-01-08 17:01svnbotResolutionopen => fixed
2009-01-08 17:01svnbotsvn_revision => 11719
2009-03-06 12:34psarobeStatusresolved => closed

Notes
(0011996)
svnbot   
2009-01-08 17:01   
Repository: openbravo
Revision: 11719
Author: mtaal
Date: 2009-01-08 17:01:15 +0100 (Thu, 08 Jan 2009)

Fixes issue 6535, instanceof Object always returns true, changed to != null check
Also updated copyright of generated code to have 2009 as year

---
U trunk/src/org/openbravo/base/gen/entity.xpt
---

https://dev.openbravo.com/websvn/openbravo/?rev=11719&sc=1 [^]